[Rt-commit] r18789 - in rt/3.8/trunk: share/html/NoAuth/css/web2 share/html/SelfService/Elements

falcone at bestpractical.com falcone at bestpractical.com
Fri Mar 13 16:24:26 EDT 2009


Author: falcone
Date: Fri Mar 13 16:24:25 2009
New Revision: 18789

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/NoAuth/css/web2/layout.css
   rt/3.8/trunk/share/html/SelfService/Elements/GotoTicket

Log:
 r45643 at ketch:  falcone | 2009-03-13 16:21:56 -0400
 * float SelfService's GotoTicket similar to the way we handle the search box


Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/layout.css	(original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/layout.css	Fri Mar 13 16:24:25 2009
@@ -122,6 +122,11 @@
  color: #000;
  }
 
+#topactions #GotoTicket {
+ text-align: right; 
+
+}
+
 div#footer {
  position: absolute;
  right: 0;

Modified: rt/3.8/trunk/share/html/SelfService/Elements/GotoTicket
==============================================================================
--- rt/3.8/trunk/share/html/SelfService/Elements/GotoTicket	(original)
+++ rt/3.8/trunk/share/html/SelfService/Elements/GotoTicket	Fri Mar 13 16:24:25 2009
@@ -45,6 +45,6 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<form action="<% RT->Config->Get('WebPath') %>/SelfService/Display.html" method="get">
+<form action="<% RT->Config->Get('WebPath') %>/SelfService/Display.html" method="get" id="GotoTicket">
 <input type="submit" class="button" value="<&|/l&>Goto ticket</&>" />&nbsp;<input size="4" name="id" />
 </form>


More information about the Rt-commit mailing list