Author: david
Date: Thu Oct 27 15:26:03 2011
New Revision: 10216

Log:
Match h1 + h1.label style used for ISAD

Modified:
   trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/indexSuccess.php

Modified: 
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/indexSuccess.php
==============================================================================
--- 
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/indexSuccess.php    
    Thu Oct 27 15:25:24 2011        (r10215)
+++ 
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/indexSuccess.php    
    Thu Oct 27 15:26:03 2011        (r10216)
@@ -1,6 +1,8 @@
 <h1><?php echo __('View authority record') ?></h1>
 
-<?php echo link_to_if(QubitAcl::check($resource, 'update'), '<h1 
class="label">'.render_title($resource).'</h1>', array($resource, 'module' => 
'actor', 'action' => 'edit'), array('title' => __('Edit authority record'))) ?>
+<h1 class="label">
+<?php echo link_to_if(QubitAcl::check($resource, 'update'), 
render_title($resource), array($resource, 'module' => 'actor', 'action' => 
'edit'), array('title' => __('Edit authority record'))) ?>
+</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.

Reply via email to