Author: david
Date: 2008-11-28 15:17:58 -0800 (Fri, 28 Nov 2008)
New Revision: 1640
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Log:
Fix bug introduced in r1639 - "script of material" drop-down was using a list
of languages instead of a list of scripts.
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
===================================================================
---
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
2008-11-28 23:09:21 UTC (rev 1639)
+++
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
2008-11-28 23:17:58 UTC (rev 1640)
@@ -325,7 +325,7 @@
<?php endif; ?>
<tr>
<td colspan="2">
- <?php echo select_language_tag('script_code', null,
array('include_blank' => true, 'class'=>'multiInstance')) ?>
+ <?php echo select_script_tag('script_code', null,
array('include_blank' => true, 'class'=>'multiInstance')) ?>
</td>
</tr>
</table>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---