[Rt-commit] r13274 - in rt/branches/3.8-TESTING: share/html/Search/Elements

elacour at bestpractical.com elacour at bestpractical.com
Fri Jun 13 05:38:36 EDT 2008


Author: elacour
Date: Fri Jun 13 05:38:36 2008
New Revision: 13274

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Search/Elements/EditSearches

Log:
 r9512 at datura:  manu | 2008-06-13 11:38:20 +0200
 Rename "Save" button to be "Update" when there is a search loaded.


Modified: rt/branches/3.8-TESTING/share/html/Search/Elements/EditSearches
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Search/Elements/EditSearches	(original)
+++ rt/branches/3.8-TESTING/share/html/Search/Elements/EditSearches	Fri Jun 13 05:38:36 2008
@@ -66,7 +66,11 @@
 % }
 </nobr>
 % }
+% if ( $Object && $Object->Id ) {
+<input type="submit" class="button" name="SavedSearchSave"   value="<%loc('Update')%>" />
+% } else {
 <input type="submit" class="button" name="SavedSearchSave"   value="<%loc('Save')%>" />
+%}
 % }
 <br />
 <hr />


More information about the Rt-commit mailing list