Author: david
Date: Thu Nov 26 16:31:04 2009
New Revision: 3971
Log:
Change class for parallel and other forms of name.
Modified:
trunk/apps/qubit/modules/function/templates/editSuccess.php
Modified: trunk/apps/qubit/modules/function/templates/editSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/function/templates/editSuccess.php Thu Nov 26
16:30:19 2009 (r3970)
+++ trunk/apps/qubit/modules/function/templates/editSuccess.php Thu Nov 26
16:31:04 2009 (r3971)
@@ -40,9 +40,9 @@
<?php echo $form->authorizedFormOfName->label('authorized form(s) of
name')->renderRow() ?>
- <?php echo $form->parallelName->label('parallel form(s) of
name')->renderRow(array('class' => 'resizable')) ?>
+ <?php echo $form->parallelName->label('parallel form(s) of
name')->renderRow(array('class' => 'multiInput')) ?>
- <?php echo $form->otherName->label('other form(s) of
name')->renderRow(array('class' => 'resizable')) ?>
+ <?php echo $form->otherName->label('other form(s) of
name')->renderRow(array('class' => 'multiInput')) ?>
<?php echo $form->classification->renderRow() ?>
</fieldset>
--
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.