[Rt-commit] r3352 - in rt/branches/3.5-TESTING: . html/Admin/CustomFields

jesse at bestpractical.com jesse at bestpractical.com
Sun Jul 3 18:56:35 EDT 2005


Author: jesse
Date: Sun Jul  3 18:56:34 2005
New Revision: 3352

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
Log:
 r22206 at hualien:  jesse | 2005-07-03 18:23:05 -0400
  r22130 at hualien:  jesse | 2005-07-03 17:47:27 -0400
   r20559 at hualien:  jesse | 2005-06-15 16:33:09 -0400
   * Style cleanups for custom field list filtering
  
 


Modified: rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html	Sun Jul  3 18:56:34 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