[Rt-commit] r1987 - in rt/branches/3.3-TESTING/html: Admin/Groups User/Groups

mwhitson at bestpractical.com mwhitson at bestpractical.com
Thu Dec 16 14:46:55 EST 2004


Author: mwhitson
Date: Mon Dec 13 18:15:35 2004
New Revision: 1987

Modified:
   rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
   rt/branches/3.3-TESTING/html/User/Groups/Modify.html
Log:
rt-ticket: 6315
rt-status: resolved
rt-update: correspond

Relabeled 'Create' submit buttons to 'Save Changes' in group modification pages.


Modified: rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
==============================================================================
--- rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html	(original)
+++ rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html	Mon Dec 13 18:15:35 2004
@@ -84,7 +84,7 @@
 <INPUT TYPE=CHECKBOX NAME="Enabled" VALUE="1" <%$EnabledChecked%>> <&|/l&>Enabled (Unchecking this box disables this group)</&><BR>
 </TR>
 </TABLE>
-<& /Elements/Submit, Label => loc('Create'), Reset => 1 &>
+<& /Elements/Submit, Label => loc('Save Changes'), Reset => 1 &>
 </form>
 <%INIT>
 

Modified: rt/branches/3.3-TESTING/html/User/Groups/Modify.html
==============================================================================
--- rt/branches/3.3-TESTING/html/User/Groups/Modify.html	(original)
+++ rt/branches/3.3-TESTING/html/User/Groups/Modify.html	Mon Dec 13 18:15:35 2004
@@ -74,7 +74,7 @@
 <INPUT TYPE=CHECKBOX NAME="Enabled" VALUE="1" <%$EnabledChecked%>> <&|/l&>Enabled (Unchecking this box disables this group)</&><BR>
 </TR>
 </TABLE>
-<& /Elements/Submit, Label => loc('Create'), Reset => 1 &>
+<& /Elements/Submit, Label => loc('Save Changes'), Reset => 1 &>
 </form>
 <%INIT>
 


More information about the Rt-commit mailing list