]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 213831 "Update" is ambiguous/confusing to sleepy admins
authortimeless%mozdev.org <>
Tue, 24 Jul 2007 02:51:03 +0000 (02:51 +0000)
committertimeless%mozdev.org <>
Tue, 24 Jul 2007 02:51:03 +0000 (02:51 +0000)
r=wurblzap a=lpsolit

template/en/default/admin/components/edit.html.tmpl
template/en/default/admin/fieldvalues/edit.html.tmpl
template/en/default/admin/keywords/edit.html.tmpl
template/en/default/admin/milestones/edit.html.tmpl
template/en/default/admin/products/edit.html.tmpl
template/en/default/admin/users/edit.html.tmpl
template/en/default/admin/versions/edit.html.tmpl
template/en/default/list/quips.html.tmpl

index 0e3415da46874f3399be731cd333d46422729627..0e5b579735d452ada5158f1794c20e461e552449 100644 (file)
    <input type="hidden" name="componentold" value="[% comp.name FILTER html %]">
    <input type="hidden" name="product" value="[% product.name FILTER html %]">
    <input type="hidden" name="token" value="[% token FILTER html %]">
-   <input type="submit" value="Update" id="update"> or <a 
+   <input type="submit" value="Save Changes" id="update"> or <a 
         href="editcomponents.cgi?action=del&amp;product=
         [%- product.name FILTER url_quote %]&amp;component=
         [%- comp.name FILTER url_quote %]">Delete</a> this component.
index efce7b2554f3a0a432b193fb84f4fa271122b764..ad29a48557b985d5c368ec18cf8fb0bae582d3fd 100644 (file)
@@ -63,7 +63,7 @@
   <input type="hidden" name="action" value="update">
   <input type="hidden" name="field" value="[% field.name FILTER html %]">
   <input type="hidden" name="token" value="[% token FILTER html %]">
-  <input type="submit" id="update" value="Update">
+  <input type="submit" id="update" value="Save Changes">
 </form>
 
 [% PROCESS admin/fieldvalues/footer.html.tmpl
index 81f072b8bcfd28799abc0180161c57df599de6a7..ea62aeaf18681d016211e0551a3af69607f04088 100755 (executable)
@@ -63,7 +63,7 @@
     </tr>
   </table>
 
-  <input type="submit" id="update" value="Update">
+  <input type="submit" id="update" value="Save Changes">
   <input type="hidden" name="action" value="update">
   <input type="hidden" name="id" value="[% keyword.id FILTER html %]">
   <input type="hidden" name="token" value="[% token FILTER html %]">
index fbe0dd879821fb67999c02d72f108c1342777546..f2dec766304434f94903f56737ac9d51e0bba873 100644 (file)
@@ -54,7 +54,7 @@
   <input type="hidden" name="milestoneold" value="[% milestone.name FILTER html %]">
   <input type="hidden" name="action" value="update">
   <input type="hidden" name="product" value="[% product.name FILTER html %]">
-  <input type="submit" id="update" value="Update">
+  <input type="submit" id="update" value="Save Changes">
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </form>
 
index 8816ed12bddb4fddffa144218f647e6c3f0b8ff6..25689604368a1b7b9df948d425d5a8a943c8e462 100644 (file)
@@ -138,7 +138,7 @@ versions:</a>
   <input type="hidden" name="token" value="[% token FILTER html %]">
   <input type="hidden" name="classification"
          value="[% classification.name FILTER html %]">
-  <input type="submit" name="submit" value="Update">
+  <input type="submit" name="submit" value="Save Changes">
 </form>
   
 [% PROCESS "admin/products/footer.html.tmpl"
index 05b60e4a602319fa17755899de08495790850672..8ababb82e4a12ca153da67ff710876122926a9c3 100644 (file)
 </table>
 
 <p>
-  <input type="submit" id="update" value="Update" />
+  <input type="submit" id="update" value="Save Changes" />
   <input type="hidden" name="userid" value="[% otheruser.id %]" />
   <input type="hidden" name="action" value="update" />
   <input type="hidden" name="token" value="[% token FILTER html %]">
index 632c7a5e776105824c93356511d8e26f4d20f325..e1ea834efda0de39a31c736cf9a0d77d159bcda2 100644 (file)
@@ -49,7 +49,7 @@
   <input type="hidden" name="action" value="update">
   <input type="hidden" name="product" value="[% product.name FILTER html %]">
   <input type="hidden" name="token" value="[% token FILTER html %]">
-  <input type="submit" id="update" value="Update">
+  <input type="submit" id="update" value="Save Changes">
 </form>
 
 [% PROCESS admin/versions/footer.html.tmpl
index 32529f4cc88e4b07f215a8b4d2266a26298997e7..566b62e527fea4425893ba2024dae7ff7dd4f5c5 100644 (file)
                       +'value="Check All" onclick="SetCheckboxes(true);">');
         //--></script>
 
-      <input type="submit" id="update" value="Update">
+      <input type="submit" id="update" value="Save Changes">
     </form>
     <br>
   [% END %]