[Rt-commit] r6572 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Fri Dec 1 13:58:10 EST 2006


Author: jesse
Date: Fri Dec  1 13:58:09 2006
New Revision: 6572

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Widgets/SavedSearch

Log:
 r45312 at pinglin (orig r6509):  clkao | 2006-11-23 05:45:58 -0500
 remove extra button


Modified: rt/branches/3.6-RELEASE/html/Widgets/SavedSearch
==============================================================================
--- rt/branches/3.6-RELEASE/html/Widgets/SavedSearch	(original)
+++ rt/branches/3.6-RELEASE/html/Widgets/SavedSearch	Fri Dec  1 13:58:09 2006
@@ -92,7 +92,6 @@
 % for my $field (@{$self->{SearchFields}}) {
 <input type="hidden" class="hidden" name="<%$field%>" value="<%$ARGS{$field} || ''%>" />
 % }
-<input type="submit" name="Save" value="<%loc('Save')%>" class="button" />
 </form>
 <%ARGS>
 $self => undef


More information about the Rt-commit mailing list