Author: david
Date: 2008-11-11 11:13:01 -0800 (Tue, 11 Nov 2008)
New Revision: 1562
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/editRadSuccess.php
Log:
Copy r1561 updates to actor events table from editISAD to editRAD template.
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/editRadSuccess.php
===================================================================
---
trunk/qubit/apps/qubit/modules/informationobject/templates/editRadSuccess.php
2008-11-11 19:09:35 UTC (rev 1561)
+++
trunk/qubit/apps/qubit/modules/informationobject/templates/editRadSuccess.php
2008-11-11 19:13:01 UTC (rev 1562)
@@ -191,21 +191,19 @@
<?php endif; ?>
<?php echo object_input_tag($radIssuingJursidictionAndDenomination,
'getValue', array('name' => 'rad_issuing_jursidiction_and_denomination', 'size'
=> 20)) ?>
</div>
- </fieldset>
+ </fieldset>
-
-
<fieldset class="collapsible collapsed">
<legend><?php echo __('1.4 Dates of creation area'); ?></legend>
<div class="form-item">
<label for="newCreationDateNote"><?php echo __('creation context');
?></label>
<table id="actorEvents" class="inline" style="margin-top: 25px;">
- <tr style="border-top: 1px solid #999999;">
- <td style="width: 40%; color: #999999; font-weight: bold"><?php echo
__('Name') ?></td>
- <td style="width: 25%; color: #999999; font-weight: bold"><?php echo
__('Role/Event') ?></td>
- <td style= "width: 30%; color: #999999; font-weight: bold"><?php
echo __('Date(s)') ?></td>
- <td style="width:5%"></td>
+ <tr>
+ <th style="width: 35%;"><?php echo __('Name') ?></th>
+ <th style="width: 25%;"><?php echo __('Role/Event') ?></th>
+ <th style="width: 30%;"><?php echo __('Date(s)') ?></th>
+ <th style="width: 10%"> </th>
</tr>
<?php if(count($actorEvents)): ?>
<?php foreach ($actorEvents as $actorEvent): ?>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---