Author: david
Date: 2008-11-11 11:09:35 -0800 (Tue, 11 Nov 2008)
New Revision: 1561

Modified:
   
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Log:
Update informationobject/edit "actor events" table to match inline table look 
used elsewhere on page. Switch from using <td class="headerCell"> to <th> tag 
to better meet accessibility guidelines.

Modified: 
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
===================================================================
--- 
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php  
    2008-11-11 19:03:16 UTC (rev 1560)
+++ 
trunk/qubit/apps/qubit/modules/informationobject/templates/editIsadSuccess.php  
    2008-11-11 19:09:35 UTC (rev 1561)
@@ -84,11 +84,11 @@
     <legend><?php echo __('context area'); ?></legend>
 
       <table id="actorEvents" class="inline" style="margin-top: 25px;">
-        <tr style="border-top: 1px solid #999999;">
-          <td style="width: 35%; 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: 10%"></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%">&nbsp;</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
-~----------~----~----~----~------~----~------~--~---

Reply via email to