Author: sevein
Date: Mon Jun 27 22:35:12 2011
New Revision: 9205

Log:
Add resizable class where needed

Modified:
   
trunk/plugins/qtAccessionPlugin/modules/qtAccessionPlugin/templates/editSuccess.php

Modified: 
trunk/plugins/qtAccessionPlugin/modules/qtAccessionPlugin/templates/editSuccess.php
==============================================================================
--- 
trunk/plugins/qtAccessionPlugin/modules/qtAccessionPlugin/templates/editSuccess.php
 Mon Jun 27 22:19:42 2011        (r9204)
+++ 
trunk/plugins/qtAccessionPlugin/modules/qtAccessionPlugin/templates/editSuccess.php
 Mon Jun 27 22:35:12 2011        (r9205)
@@ -17,10 +17,10 @@
     ->renderRow() ?>
 
   <?php echo render_field($form->sourceOfAcquisition
-    ->label(__('Source of acquisition').' <span class="form-required" 
title="'.__('This is a mandatory element.').'">*</span>'), $resource) ?>
+    ->label(__('Source of acquisition').' <span class="form-required" 
title="'.__('This is a mandatory element.').'">*</span>'), $resource, 
array('class' => 'resizable')) ?>
 
   <?php echo render_field($form->locationInformation
-    ->label(__('Location information').' <span class="form-required" 
title="'.__('This is a mandatory element.').'">*</span>'), $resource) ?>
+    ->label(__('Location information').' <span class="form-required" 
title="'.__('This is a mandatory element.').'">*</span>'), $resource, 
array('class' => 'resizable')) ?>
 
   <fieldset class="collapsible collapsed" id="donorArea">
 

-- 
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