Author: sevein
Date: Wed Jul 4 16:35:33 2012
New Revision: 11853
Log:
Show h1 tag in any case
Modified:
trunk/plugins/qtAccessionPlugin/modules/accession/templates/indexSuccess.php
trunk/plugins/qtAccessionPlugin/modules/deaccession/templates/indexSuccess.php
trunk/plugins/qtAccessionPlugin/modules/donor/templates/editSuccess.php
trunk/plugins/qtAccessionPlugin/modules/donor/templates/indexSuccess.php
Modified:
trunk/plugins/qtAccessionPlugin/modules/accession/templates/indexSuccess.php
==============================================================================
---
trunk/plugins/qtAccessionPlugin/modules/accession/templates/indexSuccess.php
Wed Jul 4 16:14:16 2012 (r11852)
+++
trunk/plugins/qtAccessionPlugin/modules/accession/templates/indexSuccess.php
Wed Jul 4 16:35:33 2012 (r11853)
@@ -1,6 +1,6 @@
<h1><?php echo __('View accession record') ?></h1>
-<?php echo link_to_if(QubitAcl::check($resource, 'update'), '<h1
class="label">'.render_title($resource).'</h1>', array($resource, 'module' =>
'accession', 'action' => 'edit'), array('title' => __('Edit accession
record'))) ?>
+<h1 class="label"><?php echo link_to_if(QubitAcl::check($resource, 'update'),
render_title($resource), array($resource, 'module' => 'accession', 'action' =>
'edit'), array('title' => __('Edit accession record'))) ?></h1>
<?php if (isset($errorSchema)): ?>
<div class="messages error">
Modified:
trunk/plugins/qtAccessionPlugin/modules/deaccession/templates/indexSuccess.php
==============================================================================
---
trunk/plugins/qtAccessionPlugin/modules/deaccession/templates/indexSuccess.php
Wed Jul 4 16:14:16 2012 (r11852)
+++
trunk/plugins/qtAccessionPlugin/modules/deaccession/templates/indexSuccess.php
Wed Jul 4 16:35:33 2012 (r11853)
@@ -1,6 +1,6 @@
<h1><?php echo __('View deaccession record') ?></h1>
-<?php echo link_to_if(QubitAcl::check($resource, 'update'), '<h1
class="label">'.render_title($resource).'</h1>', array($resource, 'module' =>
'deaccession', 'action' => 'edit'), array('title' => __('Edit accession
record'))) ?>
+<h1 class="label"><?php echo link_to_if(QubitAcl::check($resource, 'update'),
render_title($resource), array($resource, 'module' => 'deaccession', 'action'
=> 'edit'), array('title' => __('Edit accession record'))) ?></h1>
<?php if (isset($errorSchema)): ?>
<div class="messages error">
Modified:
trunk/plugins/qtAccessionPlugin/modules/donor/templates/editSuccess.php
==============================================================================
--- trunk/plugins/qtAccessionPlugin/modules/donor/templates/editSuccess.php
Wed Jul 4 16:14:16 2012 (r11852)
+++ trunk/plugins/qtAccessionPlugin/modules/donor/templates/editSuccess.php
Wed Jul 4 16:35:33 2012 (r11853)
@@ -1,4 +1,4 @@
-<h1><?php echo __('Edit donor') ?></h1>
+<h1 class="small"><?php echo __('Edit donor') ?></h1>
<h1 class="label"><?php echo render_title($resource) ?></h1>
@@ -26,7 +26,7 @@
<legend><?php echo __('Contact area') ?></legend>
<?php echo get_partial('contactinformation/edit',
$contactInformationEditComponent->getVarHolder()->getAll()) ?>
-
+
</fieldset>
<div class="actions section">
Modified:
trunk/plugins/qtAccessionPlugin/modules/donor/templates/indexSuccess.php
==============================================================================
--- trunk/plugins/qtAccessionPlugin/modules/donor/templates/indexSuccess.php
Wed Jul 4 16:14:16 2012 (r11852)
+++ trunk/plugins/qtAccessionPlugin/modules/donor/templates/indexSuccess.php
Wed Jul 4 16:35:33 2012 (r11853)
@@ -1,6 +1,6 @@
<h1><?php echo __('View donor') ?></h1>
-<?php echo link_to_if(QubitAcl::check($resource, 'update'), '<h1
class="label">'.render_title($resource).'</h1>', array($resource, 'module' =>
'donor', 'action' => 'edit'), array('title' => __('Edit donor'))) ?>
+<h1 class="label"><?php echo link_to_if(QubitAcl::check($resource, 'update'),
render_title($resource), array($resource, 'module' => 'donor', 'action' =>
'edit'), array('title' => __('Edit donor'))) ?></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.