Author: david
Date: Thu Oct 27 15:28:03 2011
New Revision: 10217
Log:
Match h1 + h1.label style used for ISAD (like r10216)
Modified:
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/indexSuccess.php
Modified:
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/indexSuccess.php
==============================================================================
---
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/indexSuccess.php
Thu Oct 27 15:26:03 2011 (r10216)
+++
trunk/plugins/sfIsdiahPlugin/modules/sfIsdiahPlugin/templates/indexSuccess.php
Thu Oct 27 15:28:03 2011 (r10217)
@@ -1,6 +1,8 @@
<h1><?php echo __('View %1%', array('%1%' =>
sfConfig::get('app_ui_label_repository'))) ?></h1>
-<?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user,
'repository'), '<h1 class="label">'.render_title($resource).'</h1>',
array($resource, 'module' => 'repository', 'action' => 'edit'), array('title'
=> __('Edit repository'))) ?>
+<h1 class="label">
+<?php echo link_to_if(SecurityPriviliges::editCredentials($sf_user,
'repository'), render_title($resource), array($resource, 'module' =>
'repository', 'action' => 'edit'), array('title' => __('Edit repository'))) ?>
+</h1>
<?php if (isset($errorSchema)): ?>
<div class="messages error">
--
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.