Author: peter
Date: 2008-09-26 10:36:50 -0700 (Fri, 26 Sep 2008)
New Revision: 1392
Modified:
trunk/apps/qubit/modules/i18n/templates/listUserInterfaceTranslationSuccess.php
Log:
add search results to the list of UI translation pages. fixes issue 448
Modified:
trunk/apps/qubit/modules/i18n/templates/listUserInterfaceTranslationSuccess.php
===================================================================
---
trunk/apps/qubit/modules/i18n/templates/listUserInterfaceTranslationSuccess.php
2008-09-26 00:14:59 UTC (rev 1391)
+++
trunk/apps/qubit/modules/i18n/templates/listUserInterfaceTranslationSuccess.php
2008-09-26 17:36:50 UTC (rev 1392)
@@ -36,6 +36,11 @@
<li><?php echo link_to(__('edit'),
'term/edit?id='.$sampleTerm->getId().'&taxonomyId=0') ?></li>
</ul>
+<div class="tableHeader" style="margin-bottom: 10px;"><?php echo
__('search')?></div>
+ <ul>
+ <li><?php echo link_to(__('search results'),
'search/keyword?search_query=foo') ?></li>
+ </ul>
+
<div class="tableHeader" style="margin-bottom: 10px;"><?php echo __('admin
module')?></div>
<ul>
<li><?php echo __('users')?></li>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---