Author: jablko
Date: Wed Oct 27 18:12:26 2010
New Revision: 8586
Log:
Replace "Edit" with "Add new" button
Modified:
trunk/apps/qubit/modules/taxonomy/templates/browseSuccess.php
Modified: trunk/apps/qubit/modules/taxonomy/templates/browseSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/taxonomy/templates/browseSuccess.php Wed Oct
27 18:08:13 2010 (r8585)
+++ trunk/apps/qubit/modules/taxonomy/templates/browseSuccess.php Wed Oct
27 18:12:26 2010 (r8586)
@@ -53,7 +53,7 @@
<div class="content">
<ul class="clearfix links">
<?php if (QubitAcl::check($resource, array('edit', 'createTerm'))): ?>
- <li><?php echo link_to(__('Edit'), array($resource, 'module' =>
'taxonomy')) ?></li>
+ <li><?php echo link_to(__('Add new'), array('module' => 'term',
'action' => 'add', 'taxonomy' => url_for(array($resource, 'module' =>
'taxonomy')))) ?></li>
<?php endif; ?>
</ul>
</div>
--
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.com/group/qubit-commits?hl=en.