Author: david
Date: 2008-11-10 17:46:48 -0800 (Mon, 10 Nov 2008)
New Revision: 1555
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/_addAccessPointTermDialog.php
Log:
Move style information for "add new" link for subject and place access points
to template from js.
Modified:
trunk/qubit/apps/qubit/modules/informationobject/templates/_addAccessPointTermDialog.php
===================================================================
---
trunk/qubit/apps/qubit/modules/informationobject/templates/_addAccessPointTermDialog.php
2008-11-11 01:44:40 UTC (rev 1554)
+++
trunk/qubit/apps/qubit/modules/informationobject/templates/_addAccessPointTermDialog.php
2008-11-11 01:46:48 UTC (rev 1555)
@@ -73,9 +73,9 @@
// Write a link to open the form
$("#addSubjectAccessPointLink").append(' ' +
- '<span style="font-weight: normal">(<a
href="javascript:showSubjectAccessPointDialog()"><?php echo __('add new')
?></a>)</span>');
+ '(<a href="javascript:showSubjectAccessPointDialog()"><?php echo __('add
new') ?></a>)');
$("#addPlaceAccessPointLink").append(' ' +
- '<span style="font-weight: normal">(<a
href="javascript:showPlaceAccessPointDialog()"><?php echo __('add new')
?></a>)</span>');
+ '(<a href="javascript:showPlaceAccessPointDialog()"><?php echo __('add
new') ?></a>)');
}
//]]>
</script>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---