Author: sevein
Date: Wed Nov 3 16:53:33 2010
New Revision: 8775
Log:
s/$item/$resource - fixes issue 1881.
Modified:
trunk/apps/qubit/modules/function/templates/deleteSuccess.php
Modified: trunk/apps/qubit/modules/function/templates/deleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/deleteSuccess.php Wed Nov
3 16:47:55 2010 (r8774)
+++ trunk/apps/qubit/modules/function/templates/deleteSuccess.php Wed Nov
3 16:53:33 2010 (r8775)
@@ -1,6 +1,6 @@
-<h1><?php echo __('Are you sure you want to delete %1%?', array('%1%' =>
render_title($item))) ?></h1>
+<h1><?php echo __('Are you sure you want to delete %1%?', array('%1%' =>
render_title($resource))) ?></h1>
-<?php echo $form->renderFormTag(url_for(array($item, 'module' => 'function',
'action' => 'delete')), array('method' => 'delete')) ?>
+<?php echo $form->renderFormTag(url_for(array($resource, 'module' =>
'function', 'action' => 'delete')), array('method' => 'delete')) ?>
<div class="actions section">
@@ -8,7 +8,7 @@
<div class="content">
<ul class="clearfix links">
- <li><?php echo link_to(__('Cancel'), array($item, 'module' =>
'function')) ?></li>
+ <li><?php echo link_to(__('Cancel'), array($resource, 'module' =>
'function')) ?></li>
<li><input class="form-submit" type="submit" value="<?php echo
__('Confirm') ?>"/></li>
</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.