Author: sevein
Date: Sat Oct 30 07:06:57 2010
New Revision: 8715

Log:
Add helper and fix typos.

Modified:
   trunk/apps/qubit/modules/user/templates/editActorAclSuccess.php

Modified: trunk/apps/qubit/modules/user/templates/editActorAclSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/editActorAclSuccess.php     Sat Oct 
30 07:06:32 2010        (r8714)
+++ trunk/apps/qubit/modules/user/templates/editActorAclSuccess.php     Sat Oct 
30 07:06:57 2010        (r8715)
@@ -1,6 +1,8 @@
+<?php use_helper('Javascript') ?>
+
 <h1><?php echo __('Edit %1% permissions', array('%1%' => 
sfConfig::get('app_ui_label_actor'))) ?></h1>
 
-<h1 class="label">asdf<?php echo render_title($resource) ?></h1>
+<h1 class="label"><?php echo render_title($resource) ?></h1>
 
 <?php echo get_partial('aclGroup/addActorDialog', array('basicActions' => 
$basicActions)) ?>
 
@@ -23,7 +25,7 @@
 
     <div class="content">
       <ul class="clearfix links">
-        <li><?php echo link_to(__('Cancel'), array($user, 'module' => 'user', 
'action' => 'indexActorAcl')) ?></li>
+        <li><?php echo link_to(__('Cancel'), array($resource, 'module' => 
'user', 'action' => 'indexActorAcl')) ?></li>
         <li><input class="form-submit" type="submit" value="<?php echo 
__('Save') ?>"/></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.

Reply via email to