Author: david
Date: 2008-11-11 15:35:14 -0800 (Tue, 11 Nov 2008)
New Revision: 1576
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/_newActorEventDialog.php
Log:
Left align "add new" link for actor event table.
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/_newActorEventDialog.php
===================================================================
---
trunk/qubit/apps/qubit/modules/informationobject/templates/_newActorEventDialog.php
2008-11-11 23:26:50 UTC (rev 1575)
+++
trunk/qubit/apps/qubit/modules/informationobject/templates/_newActorEventDialog.php
2008-11-11 23:35:14 UTC (rev 1576)
@@ -43,7 +43,7 @@
renderActorEventDialog();
// Write a link to show the dialog
- $("table#actorEvents").append('<tr id="addActorEventLink"><td colspan="4"
style="text-align: right"><a
href="javascript:Qubit.newActorEventDialog.show()"><?php echo __('add new')
?></a></td></tr>');
+ $("table#actorEvents").append('<tr id="addActorEventLink"><td
colspan="4"><a href="javascript:Qubit.newActorEventDialog.show()"><?php echo
__('add new') ?></a></td></tr>');
}
//]]>
</script>
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---