Author: sevein
Date: Tue Aug 14 15:04:11 2012
New Revision: 12108

Log:
Use render_field()

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

Modified: 
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php   
Tue Aug 14 14:57:33 2012        (r12107)
+++ trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php   
Tue Aug 14 15:04:11 2012        (r12108)
@@ -125,10 +125,9 @@
       ->label(__('Script of material'))
       ->renderRow(array('class' => 'form-autocomplete')) ?>
 
-    <?php echo $form->languageNotes
+    <?php echo render_field($form->languageNotes
       ->help(__('Note any distinctive alphabets, scripts, symbol systems or 
abbreviations employed. (ISAD 3.4.3)'))
-      ->label(__('Language and script notes'))
-      ->renderRow() ?>
+      ->label(__('Language and script notes')), $resource, array('class' => 
'resizable')) ?>
 
     <?php echo render_field($form->physicalCharacteristics
       ->help(__('Indicate any important physical conditions, such as 
preservation requirements, that affect the use of the unit of description. Note 
any software and/or hardware required to access the unit of description.'))

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