Author: sevein
Date: Sat Oct 30 06:59:40 2010
New Revision: 8712

Log:
Simplify title.

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

Modified: 
trunk/apps/qubit/modules/user/templates/editInformationObjectAclSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/editInformationObjectAclSuccess.php 
Sat Oct 30 06:47:29 2010        (r8711)
+++ trunk/apps/qubit/modules/user/templates/editInformationObjectAclSuccess.php 
Sat Oct 30 06:59:40 2010        (r8712)
@@ -2,9 +2,7 @@
 
 <h1><?php echo __('Edit %1% permissions', array('%1%' => 
sfConfig::get('app_ui_label_informationobject'))) ?></h1>
 
-<h1 class="label">
-  <?php echo link_to(__('%1% profile', array('%1%' => $resource->username)), 
array($resource, 'module' => 'user', 'action' => 'indexInformationObjectAcl')) 
?>
-</h1>
+<h1 class="label"><?php echo render_title($resource) ?></h1>
 
 <?php echo $form->renderFormTag(url_for(array($resource, 'module' => 'user', 
'action' => 'editInformationObjectAcl')), array('id' => 'editForm')) ?>
 

-- 
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