Author: david
Date: Tue Sep 15 17:04:27 2009
New Revision: 3331
Log:
Cosmetic change - caplitalize 'Cancel' button.
Modified:
trunk/apps/qubit/modules/user/templates/editSuccess.php
Modified: trunk/apps/qubit/modules/user/templates/editSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/editSuccess.php Tue Sep 15
17:02:55 2009 (r3330)
+++ trunk/apps/qubit/modules/user/templates/editSuccess.php Tue Sep 15
17:04:27 2009 (r3331)
@@ -125,7 +125,7 @@
<div id="button-block-bump"></div>
<ul class="actions">
- <li><?php echo link_to(__('cancel'), array('module' => 'user', 'action' =>
'show', 'id' => $user->getId())) ?></li>
+ <li><?php echo link_to(__('Cancel'), array('module' => 'user', 'action' =>
'show', 'id' => $user->getId())) ?></li>
<?php if ($user->getId()): ?>
<li><?php echo submit_tag(__('Save')) ?></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
-~----------~----~----~----~------~----~------~--~---