Author: david
Date: 2008-11-10 11:04:05 -0800 (Mon, 10 Nov 2008)
New Revision: 1542

Modified:
   
trunk/qubit/apps/qubit/modules/informationobject/templates/_addAccessPointTermDialog.php
Log:
Change "add new" links for subject and place access points to match qubit 
theming.

Modified: 
trunk/qubit/apps/qubit/modules/informationobject/templates/_addAccessPointTermDialog.php
===================================================================
--- 
trunk/qubit/apps/qubit/modules/informationobject/templates/_addAccessPointTermDialog.php
    2008-11-10 18:56:53 UTC (rev 1541)
+++ 
trunk/qubit/apps/qubit/modules/informationobject/templates/_addAccessPointTermDialog.php
    2008-11-10 19:04:05 UTC (rev 1542)
@@ -72,8 +72,10 @@
     renderAccessPointTermDialog();
   
     // Write a link to open the form
-    $("#addSubjectAccessPointLink").append(' [ <a 
href="javascript:showSubjectAccessPointDialog()"><?php echo __('add a subject') 
?></a> ] ');
-    $("#addPlaceAccessPointLink").append(' [ <a 
href="javascript:showPlaceAccessPointDialog()"><?php echo __('add a place') 
?></a> ] ');
+    $("#addSubjectAccessPointLink").append(' ' +
+      '<span style="font-weight: normal">(<a 
href="javascript:showSubjectAccessPointDialog()"><?php echo __('add new') 
?></a>)</span>');
+    $("#addPlaceAccessPointLink").append(' ' +
+      '<span style="font-weight: normal">(<a 
href="javascript:showPlaceAccessPointDialog()"><?php echo __('add new') 
?></a>)</span>');
   }
 //]]>
 </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
-~----------~----~----~----~------~----~------~--~---

Reply via email to