Author: david
Date: Thu Oct 27 15:30:27 2011
New Revision: 10218
Log:
Match h1 + h1.label style used for ISAD (like r10216)
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php
==============================================================================
--- trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php
Thu Oct 27 15:28:03 2011 (r10217)
+++ trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php
Thu Oct 27 15:30:27 2011 (r10218)
@@ -1,6 +1,8 @@
<h1><?php echo __('View ISDF function') ?></h1>
-<?php echo link_to_if(QubitAcl::check($resource, 'update'), '<h1
class="label">'.render_title($resource).'</h1>', array($resource, 'module' =>
'function', 'action' => 'edit'), array('title' => __('Edit function'))) ?>
+<h1 class="label">
+<?php echo link_to_if(QubitAcl::check($resource, 'update'),
render_title($resource), array($resource, 'module' => 'function', 'action' =>
'edit'), array('title' => __('Edit function'))) ?>
+</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.