Author: sevein
Date: Thu Jun 30 10:23:54 2011
New Revision: 9240
Log:
Fix link
Modified:
trunk/plugins/qtAccessionPlugin/modules/qtAccessionPlugin/templates/indexDeaccessionSuccess.php
Modified:
trunk/plugins/qtAccessionPlugin/modules/qtAccessionPlugin/templates/indexDeaccessionSuccess.php
==============================================================================
---
trunk/plugins/qtAccessionPlugin/modules/qtAccessionPlugin/templates/indexDeaccessionSuccess.php
Thu Jun 30 10:22:32 2011 (r9239)
+++
trunk/plugins/qtAccessionPlugin/modules/qtAccessionPlugin/templates/indexDeaccessionSuccess.php
Thu Jun 30 10:23:54 2011 (r9240)
@@ -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' =>
'accession', 'action' => 'edit'), array('title' => __('Edit accession
record'))) ?>
+<?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'))) ?>
<?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.