Author: sevein
Date: Mon Sep 12 11:40:46 2011
New Revision: 9695
Log:
Small fixes
Modified:
trunk/plugins/qtAccessionPlugin/modules/accession/templates/_relatedDonor.php
Modified:
trunk/plugins/qtAccessionPlugin/modules/accession/templates/_relatedDonor.php
==============================================================================
---
trunk/plugins/qtAccessionPlugin/modules/accession/templates/_relatedDonor.php
Fri Sep 9 15:55:07 2011 (r9694)
+++
trunk/plugins/qtAccessionPlugin/modules/accession/templates/_relatedDonor.php
Mon Sep 12 11:40:46 2011 (r9695)
@@ -14,7 +14,7 @@
<?php echo __('Related donors') ?>
</caption><thead>
<tr>
- <th style="width: 25%">
+ <th colspan="2">
<?php echo __('Name') ?>
</th>
</tr>
@@ -23,7 +23,7 @@
<tr class="<?php echo 0 == @@++$row % 2 ? 'even' : 'odd' ?>
related_obj_<?php echo $item->id ?>" id="<?php echo url_for(array($item,
'module' => 'accession', 'action' => 'relatedDonor')) ?>">
<td>
<?php echo render_title($item->object) ?>
- </td><td style="text-align: center">
+ </td><td style="text-align: center;">
<input class="multiDelete" name="deleteRelations[]"
type="checkbox" value="<?php echo url_for(array($item, 'module' => 'relation'))
?>"/>
</td>
</tr>
--
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.