Author: peter
Date: Wed Sep 9 13:39:16 2009
New Revision: 3208
Log:
put back css delimiter semicolons and echo linebreak inadverently deleted in
commit 3207
Modified:
trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Wed Sep 9 13:30:15 2009 (r3207)
+++ trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Wed Sep 9 13:39:16 2009 (r3208)
@@ -169,13 +169,13 @@
<table class="inline">
<tr>
<th style="width: 90%;"><?php echo __('Publication notes') ?></th>
- <th style="width: 10%; text-align: right"><?php echo
image_tag('delete', array('align' => 'top', 'class' => 'deleteIcon')) ?></th>
+ <th style="width: 10%; text-align: right;"><?php echo
image_tag('delete', array('align' => 'top', 'class' => 'deleteIcon')) ?></th>
</tr>
<?php if ($publicationNotes): ?>
<?php foreach ($publicationNotes as $publicationNote): ?>
<tr class="<?php echo 'related_obj_'.$publicationNote->getId() ?>">
<td><div class="animateNicely">
- <?php echo $publicationNote->getContent(array('cultureFallback' =>
'true')) ?>
+ <?php echo
nl2br($publicationNote->getContent(array('cultureFallback' => 'true'))) ?>
</div></td>
<td style="text-align: right;"><div class="animateNicely">
<input type="checkbox" name="delete_notes[<?php echo
$publicationNote->getId() ?>]" value="delete" class="multiDelete" />
@@ -185,7 +185,7 @@
<?php endif; ?>
<tr>
<td><?php echo textarea_tag('new_publication_note', '',
array('class' => 'multiInstanceTr', 'size' => '30x2')) ?></td>
- <td style="text-align: right"> </td>
+ <td style="text-align: right;"> </td>
</tr>
</table>
</div>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---