Author: david
Date: Fri Oct 29 14:42:38 2010
New Revision: 8682
Log:
Change field label to 'Permalink'. Fixes issue 1838.
Modified:
trunk/apps/qubit/modules/staticpage/templates/editSuccess.php
Modified: trunk/apps/qubit/modules/staticpage/templates/editSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/staticpage/templates/editSuccess.php Fri Oct
29 14:38:10 2010 (r8681)
+++ trunk/apps/qubit/modules/staticpage/templates/editSuccess.php Fri Oct
29 14:42:38 2010 (r8682)
@@ -15,7 +15,9 @@
<?php echo render_field($form->title, $resource) ?>
<?php if ($resource->isProtected()): ?>
- <?php echo $form->slug->renderRow(array('class' => 'readOnly', 'disabled'
=> 'disabled')) ?>
+ <?php echo $form->slug
+ ->label(__('Permalink'))
+ ->renderRow(array('class' => 'readOnly', 'disabled' => 'disabled')) ?>
<?php else: ?>
<?php echo $form->slug->renderRow() ?>
<?php endif; ?>
--
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.