[Rt-commit] r3179 - in rt/branches/QUEBEC-EXPERIMENTAL: . html/Admin/CustomFields

jesse at bestpractical.com jesse at bestpractical.com
Wed Jun 15 16:33:39 EDT 2005


Author: jesse
Date: Wed Jun 15 16:33:38 2005
New Revision: 3179

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/html/Admin/CustomFields/index.html
Log:
 r20559 at hualien:  jesse | 2005-06-15 16:33:09 -0400
 * Style cleanups for custom field list filtering


Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Admin/CustomFields/index.html
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Admin/CustomFields/index.html	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Admin/CustomFields/index.html	Wed Jun 15 16:33:38 2005
@@ -71,14 +71,13 @@
 </UL>
 % }
 
-<form action="/Admin/CustomFields/index.html" method="GET">
-Filter to fields that apply to: 
+<form action="<%$RT::WebPath%>/Admin/CustomFields/index.html" method="GET">
+<&|/l&>Only show custom fields for:</&>
 <select name="type">
 % for (@types) {
 <option value="<% $_->[1] %>"><% $_->[0] %></option>
 % }
-</select> 
-<input type="submit" value="Filter" />
+</select> <input type="submit" value="<%loc('Go')%>" />
 </form>
 
 <%args>


More information about the Rt-commit mailing list