Author: david
Date: Thu Aug 13 17:50:58 2009
New Revision: 3028
Log:
Link cancel button on term edit page -> term show page.
Modified:
trunk/apps/qubit/modules/term/templates/editSuccess.php
Modified: trunk/apps/qubit/modules/term/templates/editSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/term/templates/editSuccess.php Thu Aug 13
14:12:25 2009 (r3027)
+++ trunk/apps/qubit/modules/term/templates/editSuccess.php Thu Aug 13
17:50:58 2009 (r3028)
@@ -158,7 +158,7 @@
?>
<?php echo link_to(__('delete'), array('module' => 'term', 'action'
=> 'delete', 'id' => $term->getId()), array('post' => true, 'confirm' =>
$confirmString)) ?>
<?php endif; ?>
- <?php echo link_to(__('cancel'), array('module' => 'term', 'action' =>
'list', 'taxonomyId' => $term->getTaxonomy()->id)) ?>
+ <?php echo link_to(__('cancel'), array('module' => 'term', 'action' =>
'show', 'id' => $term->id)) ?>
<?php if ($term->getId()): ?>
<?php echo submit_tag(__('save')) ?>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---