Author: david
Date: Wed Nov 3 15:39:52 2010
New Revision: 8769
Log:
Rollback r8682. Use 'slug' to be consistent with uris and column name.
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 Wed Nov
3 15:35:23 2010 (r8768)
+++ trunk/apps/qubit/modules/staticpage/templates/editSuccess.php Wed Nov
3 15:39:52 2010 (r8769)
@@ -15,9 +15,7 @@
<?php echo render_field($form->title, $resource) ?>
<?php if ($resource->isProtected()): ?>
- <?php echo $form->slug
- ->label(__('Permalink'))
- ->renderRow(array('class' => 'readOnly', 'disabled' => 'disabled')) ?>
+ <?php echo $form->slug->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.