[freeside-commits] freeside/rt/html/Ticket Create.html, 1.1.1.8, 1.2

Ivan,,, ivan at wavetail.420.am
Sun Jul 19 21:14:29 PDT 2009


Update of /home/cvs/cvsroot/freeside/rt/html/Ticket
In directory wavetail.420.am:/tmp/cvs-serv30051/html/Ticket

Modified Files:
	Create.html 
Log Message:
fix badly styled links on ticket create (fallout from RT borging/styling)

Index: Create.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/Ticket/Create.html,v
retrieving revision 1.1.1.8
retrieving revision 1.2
diff -u -d -r1.1.1.8 -r1.2
--- Create.html	2 Mar 2008 04:11:39 -0000	1.1.1.8
+++ Create.html	20 Jul 2009 04:14:27 -0000	1.2
@@ -387,10 +387,10 @@
 
 my $actions = {
     A => {
-        html => q[<a href="#basics" onclick="return switchVisibility('Ticket-Create-basics','Ticket-Create-details');">] . loc('Show basics') . q[</a>],
+        html => q[<a href="#basics" onclick="return switchVisibility('Ticket-Create-basics','Ticket-Create-details');" CLASS="fsblackbutton">] . loc('Show basics') . q[</a>],
     },
     B => {
-        html => q[<a href="#details" onclick="return switchVisibility('Ticket-Create-details','Ticket-Create-basics');">] . loc('Show details') . q[</a>],
+        html => q[<a href="#details" onclick="return switchVisibility('Ticket-Create-details','Ticket-Create-basics');" CLASS="fsblackbutton">] . loc('Show details') . q[</a>],
     },
 };
 </%INIT>



More information about the freeside-commits mailing list