]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 317694: All buttons in forms must have an id - Patches by André Batosti <batosti...
authorlpsolit%gmail.com <>
Wed, 12 Jul 2006 19:21:36 +0000 (19:21 +0000)
committerlpsolit%gmail.com <>
Wed, 12 Jul 2006 19:21:36 +0000 (19:21 +0000)
72 files changed:
template/en/default/account/auth/login-small.html.tmpl
template/en/default/account/auth/login.html.tmpl
template/en/default/account/create.html.tmpl
template/en/default/account/email/confirm.html.tmpl
template/en/default/account/exists.html.tmpl
template/en/default/account/password/set-forgotten-password.html.tmpl
template/en/default/account/prefs/prefs.html.tmpl
template/en/default/admin/components/confirm-delete.html.tmpl
template/en/default/admin/components/create.html.tmpl
template/en/default/admin/components/edit.html.tmpl
template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
template/en/default/admin/fieldvalues/create.html.tmpl
template/en/default/admin/fieldvalues/edit.html.tmpl
template/en/default/admin/flag-type/edit.html.tmpl
template/en/default/admin/groups/create.html.tmpl
template/en/default/admin/groups/delete.html.tmpl
template/en/default/admin/groups/edit.html.tmpl
template/en/default/admin/keywords/confirm-delete.html.tmpl
template/en/default/admin/keywords/create.html.tmpl
template/en/default/admin/keywords/edit.html.tmpl
template/en/default/admin/milestones/confirm-delete.html.tmpl
template/en/default/admin/milestones/create.html.tmpl
template/en/default/admin/milestones/edit.html.tmpl
template/en/default/admin/products/confirm-delete.html.tmpl
template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
template/en/default/admin/settings/edit.html.tmpl
template/en/default/admin/users/confirm-delete.html.tmpl
template/en/default/admin/users/create.html.tmpl
template/en/default/admin/users/edit.html.tmpl
template/en/default/admin/users/search.html.tmpl
template/en/default/admin/versions/confirm-delete.html.tmpl
template/en/default/admin/versions/create.html.tmpl
template/en/default/admin/versions/edit.html.tmpl
template/en/default/attachment/choose.html.tmpl
template/en/default/attachment/confirm-delete.html.tmpl
template/en/default/attachment/create.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
template/en/default/attachment/edit.html.tmpl
template/en/default/bug/choose.html.tmpl
template/en/default/bug/create/confirm-create-dupe.html.tmpl
template/en/default/bug/create/create-guided.html.tmpl
template/en/default/bug/create/create.html.tmpl
template/en/default/bug/dependency-graph.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
template/en/default/bug/knob.html.tmpl
template/en/default/bug/process/confirm-duplicate.html.tmpl
template/en/default/bug/process/midair.html.tmpl
template/en/default/bug/process/verify-new-product.html.tmpl
template/en/default/bug/summarize-time.html.tmpl
template/en/default/bug/votes/delete-all.html.tmpl
template/en/default/bug/votes/list-for-user.html.tmpl
template/en/default/global/common-links.html.tmpl
template/en/default/global/confirm-user-match.html.tmpl
template/en/default/global/per-bug-queries.html.tmpl
template/en/default/list/change-columns.html.tmpl
template/en/default/list/edit-multiple.html.tmpl
template/en/default/list/list.html.tmpl
template/en/default/list/quips.html.tmpl
template/en/default/pages/linkify.html.tmpl
template/en/default/pages/quicksearch.html.tmpl
template/en/default/pages/quicksearchhack.html.tmpl
template/en/default/reports/create-chart.html.tmpl
template/en/default/reports/duplicates.html.tmpl
template/en/default/reports/series.html.tmpl
template/en/default/request/queue.html.tmpl
template/en/default/search/boolean-charts.html.tmpl
template/en/default/search/form.html.tmpl
template/en/default/search/knob.html.tmpl
template/en/default/search/search-report-graph.html.tmpl
template/en/default/search/search-report-table.html.tmpl
template/en/default/search/search-specific.html.tmpl
template/en/default/whine/schedule.html.tmpl

index bf8e867ff5ba182dd56c327933e7262519b61c66..621f65ff040679570b974906f71f30f870b09c56 100644 (file)
@@ -74,7 +74,8 @@
     [% END %]
 
     <tr>
-      <td><input type="submit" name="GoAheadAndLogIn" value="Login"></td>
+      <td><input type="submit" name="GoAheadAndLogIn" value="Login"
+                 id="log_in"></td>
 
       [%# For now, password change requests only apply to the DB
         # verification method #%]
index adbae970a5bbc122a083f3ea0b369601e40ff36d..56d0612d6bae6b2d2c9308b6d607d6d86f32236e 100644 (file)
@@ -87,7 +87,7 @@
   [% PROCESS "global/hidden-fields.html.tmpl"
      exclude="^Bugzilla_(login|password|restrictlogin)$" %]
 
-  <input type="submit" name="GoAheadAndLogIn" value="Log in">
+  <input type="submit" name="GoAheadAndLogIn" value="Log in" id="log_in">
   
   <p>
     (Note: you should make sure cookies are enabled for this site. 
       enter your login name below and submit a request
       to change your password.<br>
       <input size="35" name="loginname">
-      <input type="submit" value="Submit Request">
+      <input type="submit" id="request" value="Submit Request">
     </form>
   [% END %]
 
index 8ffe6470ccfbf3cc9f004a8cda3ee62c8efbb52c..052a2b7feef85c15fa9ef64d7b0dea70e896ffd7 100644 (file)
@@ -69,7 +69,7 @@ Create a new [% terms.Bugzilla %] account
     </tr>
   </table>
   <br>
-  <input type="submit" value="Create Account">
+  <input type="submit" id="create" value="Create Account">
 </form>
 
 [% PROCESS global/footer.html.tmpl %]
index 232d8b3b778d3c1d4fc6939f61a41595a05fe656..5bf79f0581e02a3f1e58215f1ba27960e4cfbf2d 100644 (file)
@@ -40,7 +40,7 @@
     </tr>
     <tr>
       <th align="right">&nbsp;</th>
-      <td><input type="submit" value="Submit"></td>
+      <td><input type="submit" id="confirm" value="Submit"></td>
     </tr>
   </table>
 </form>
index 57baa13bb4387884bafc492fb130a947fbcb152a..0685485cf9fb5b7a1b5f3ff47f8d281004cee534 100644 (file)
@@ -34,7 +34,8 @@
   <input type="hidden" name="loginname" value="[% login FILTER html %]">
   A [% terms.Bugzilla %] account for <tt>[% login FILTER html %]</tt> already exists. If you
   are the account holder and have forgotten your password,
-  <input type="submit" value="submit a request to change it">.
+  <input type="submit" id="request" 
+         value="submit a request to change it">.
 </form>
 
 [% PROCESS global/footer.html.tmpl %]
index 147bc4bfa28711d595669739dda11820ae9ab131..89d3dd01e4f61de3362d2d542b12458cab08add3 100644 (file)
@@ -47,7 +47,7 @@
     <tr>
       <th align="right">&nbsp;</th>
       <td>
-        <input type="submit" value="Submit">
+        <input type="submit" id="update" value="Submit">
       </td>
     </tr>
   </table>
index 9cb66f7bd75d24287bcbd33572415f60b2cf193b..bb33bd6e83bb6cb7cf4866fe5c0254eb1564bcbd 100644 (file)
@@ -96,7 +96,7 @@
         <tr>
           <td width="150">&nbsp;</td>
           <td>
-            <input type="submit" value="Submit Changes">
+            <input type="submit" id="update" value="Submit Changes">
           </td>
         </tr>
       </table>
index a0387352bf5b0169bc831ea8a27b2d4c99bc333d..4c94813fd46f2627cb95b13de1221bba92d04d31 100644 (file)
   <p>Do you really want to delete this component?<p>
   
   <form method="post" action="editcomponents.cgi">
-  <input type="submit" value="Yes, delete">
+  <input type="submit" id="delete" value="Yes, delete">
   <input type="hidden" name="action" value="delete">
   <input type="hidden" name="product" value="[% product.name FILTER html %]">
   <input type="hidden" name="component" value="[% comp.name FILTER html %]">
index fa4c05c1411ee84118b7aba72ce3c9ec060ee85b..83c28ab85f64926dfb4852d8c21cd838de885a10 100644 (file)
@@ -78,7 +78,7 @@
 [% END %]
   </table>
   <hr>
-  <input type="submit" value="Add">
+  <input type="submit" id="create" value="Add">
   <input type="hidden" name="action" value="new">
   <input type="hidden" name='open_name' value='All Open'>
   <input type="hidden" name='nonopen_name' value='All Closed'>
index 22b7295dd0c89e00a7b6460644dbaf242e195200..9392cfd69c8f3a71361c3a2a3fd2b87c66de1563 100644 (file)
    <input type="hidden" name="action" value="update">
    <input type="hidden" name="componentold" value="[% comp.name FILTER html %]">
    <input type="hidden" name="product" value="[% product.name FILTER html %]">
-   <input type="submit" value="Update"> or <a 
+   <input type="submit" value="Update" 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 31deb547f47a51da1c7a05bf85d5c833d6191221..317f1f4b36d9d482df92e34c2017fa42438f7fe6 100644 (file)
   <p>Do you really want to delete this value?</p>
 
   <form method="post" action="editvalues.cgi">
-    <input type="submit" value="Yes, delete">
+    <input type="submit" value="Yes, delete" id="delete">
     <input type="hidden" name="action" value="delete">
     <input type="hidden" name="field" value="[% field FILTER html %]">
     <input type="hidden" name="value" value="[% value FILTER html %]">
index a23c8ddb2c4e28407217768cce3598630235b73a..c0d3644164905621b27974b248d5f24eec1a1d36 100644 (file)
@@ -39,7 +39,7 @@
                  value=""></td>
     </tr>
   </table>
-  <input type="submit" value="Add">
+  <input type="submit" id="create" value="Add">
   <input type="hidden" name="action" value="new">
   <input type="hidden" name='field' value="[% field FILTER html %]">
 
index 58de8611b182008146abdda807e59a72f7b2de1c..c798bb3a925e2985136fdc30a232c37c806966fb 100644 (file)
@@ -48,7 +48,7 @@
   <input type="hidden" name="sortkeyold" value="[% sortkey FILTER html %]">
   <input type="hidden" name="action" value="update">
   <input type="hidden" name="field" value="[% field FILTER html %]">
-  <input type="submit" value="Update">
+  <input type="submit" id="update" value="Update">
 
 </form>
 
index 483a5d2de7745458b6df5cf0451b95fe5d7d6975..7f88c62bc132196cb31af927fbd266d2928572ee 100644 (file)
     <tr>
       <th></th>
       <td>
-        <input type="submit" value="
+        <input type="submit" id="save" value="
           [%- IF (last_action == "enter" || last_action == "copy") %]Create
           [%- ELSE %]Save Changes
           [%- END %]">
index 8da00a7994bdd397901e20d7d09e5cca0a7867a4..a82acf6ce164584815cd002bcc2b2e77676690da 100644 (file)
@@ -47,7 +47,7 @@
   <input type="checkbox" name="insertnew" value="1"
     [% IF Param("makeproductgroups") %] checked[% END %]>
     Insert new group into all existing products.<p>
-  <input type="submit" value="Add">
+  <input type="submit" id="create" value="Add">
   <input type="hidden" name="action" value="new">
 </form>
 
index d0f66f2ad4a0822dfcf8890da1e0f7d3cae3bdf7..cca19981bc4ec8b16a7b3cae71e7c2d0b93c5fa5 100644 (file)
           indicated problems first before you can proceed.</b></p>
   [% END %]
 
-  <p><input type="submit" value="Yes, delete">
+  <p><input type="submit" id="delete" value="Yes, delete">
   <input type="hidden" name="action" value="delete">
   <input type="hidden" name="group" value="[% gid FILTER html %]">
 </form>
index 610d3102ef0da7a0f569b110f5fa9cc9522c6528..51aba7ffe19a44932cd31299c06d8a417a698db4 100644 (file)
     [% END %]
   </table>
   
-  <input type="submit" value="Save Changes">
+  <input type="submit" id="update" value="Save Changes">
   <br>
   <dl>
     [% IF usevisibility %]
index cfe8bf75f88f25cde16a33086b41dd57966ab038..bb29437efe5160360d15bcf39550c13a8374c608 100755 (executable)
@@ -46,7 +46,8 @@
   <input type="hidden" name="id" value="[% keyword_id %]">
   <input type="hidden" name="action" value="delete">
   <input type="hidden" name="reallydelete" value="1">
-  <input type="submit" value="Yes, really delete the keyword">
+  <input type="submit" id="delete"
+         value="Yes, really delete the keyword">
 </form>
 
 <p><a href="editkeywords.cgi">Edit other keywords</a>.</p>
index 3f9f5aecfc1fa5385b213f8e55ca0278743ebe13..103aa03b29d958ef043748ede0dc488a733f3cd7 100755 (executable)
@@ -49,7 +49,7 @@
   </table>
   <hr>
   <input type="hidden" name="id" value="-1">
-  <input type="submit" value="Add">
+  <input type="submit" id="create" value="Add">
   <input type="hidden" name="action" value="new">
 </form>
 
index 74cef3d55c07864386501f1d372416e973489a3a..b6b5fc932df9f0b1c30b32cf3ae612d8ab5dc190 100755 (executable)
@@ -64,7 +64,7 @@
     </tr>
   </table>
 
-  <input type="submit" value="Update">
+  <input type="submit" id="update" value="Update">
   <input type="hidden" name="action" value="update">
   <input type="hidden" name="id" value="[% keyword_id %]">
 </form>
index 6a7900e72d003347817c9907bd003670f5133473..1667af3b7495f6db9829650ab7e0f2746d7058c8 100644 (file)
@@ -86,7 +86,7 @@
 <p>Do you really want to delete this milestone?<p>
 
 <form method="post" action="editmilestones.cgi">
-  <input type="submit" value="Yes, delete">
+  <input type="submit" id="delete" value="Yes, delete">
   <input type="hidden" name="action" value="delete">
   <input type="hidden" name="product" value="[% product.name FILTER html %]">
   <input type="hidden" name="milestone" value="[% milestone.name FILTER html %]">
index 99a7f833aed3d7b72b19c29f8b9719275e92ae32..8dd23e3de82a290e1305f7d8578397add5a3cfb3 100644 (file)
@@ -46,7 +46,7 @@
                  value=""></td>
     </tr>
   </table>
-  <input type="submit" value="Add">
+  <input type="submit" id="create" value="Add">
   <input type="hidden" name="action" value="new">
   <input type="hidden" name='product' value="[% product.name FILTER html %]">
 
index 1fdea30e090204d35b9bb22923af15dee547f34a..f216166b1d0552dc9763855f54f7c5956aaa9cf7 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" value="Update">
+  <input type="submit" id="update" value="Update">
 
 </form>
 
index 55fb49fb0951a72f8a86d3245d9847e719e915ea..e59dd8707db37cd434a70c31b9a6e67c4d520823 100644 (file)
   <p>Do you really want to delete this product?<p>
 
   <form method="post" action="editproducts.cgi">
-    <input type="submit" value="Yes, delete">
+    <input type="submit" id="delete" value="Yes, delete">
     <input type="hidden" name="action" value="delete">
     <input type="hidden" name="product" value="[% product.name FILTER html %]">
     <input type="hidden" name="classification"
index 6d0bfe3bb58f552d965ba645483e528f316d0392..e21567624a6552071122a2f42d2e26c4458a5206 100644 (file)
@@ -48,7 +48,7 @@ be removed.[% END %]
      return to the previous page.
   <p>
     <input type="hidden" name="confirmed" value="confirmed">
-    <input type="submit" value="Continue">
+    <input type="submit" id="update" value="Continue">
   </p>
 
 </form>
index b5377a2410b4a1fa26c10258da07fe3bcc5fa732..68c8577b0bd9ec098c661a8670edea79223a0425 100644 (file)
@@ -89,7 +89,7 @@ page, and the Default Value will automatically apply to everyone.
       <tr>
         <td width="150"></td>
         <td>
-          <input type="submit" value="Submit Changes">
+          <input type="submit" id="update" value="Submit Changes">
         </td>
       </tr>
     </table>
index 53abd5937e3144463f33799cf4507b1b3ebce4cd..6b7bdcf10dc798d1d7889ce8b5f72963d9cef5ce 100644 (file)
 
   <form method="post" action="editusers.cgi">
     <p>
-      <input type="submit" value="Yes, delete" />
+      <input type="submit" id="delete" value="Yes, delete"/>
       <input type="hidden" name="action" value="delete" />
       <input type="hidden" name="userid" value="[% otheruser.id %]" />
       [% INCLUDE listselectionhiddenfields %]
index 42aefbdb702f1334f875a1b135b95d7c66dd2e7d..4cef3884a8eeaf53064cb904362bd778d3831536 100644 (file)
@@ -39,7 +39,7 @@
   %]
 </table>
 <p>
-  <input type="submit" value="Add" />
+  <input type="submit" id="add" value="Add"/>
   <input type="hidden" name="action" value="new" />
   [% INCLUDE listselectionhiddenfields %]
 </p>
index dee1284066f6eb92373ee372ca91f34d330e5374..f92492472c6ea42653d7528c91ae3f6906af05c0 100644 (file)
 </table>
 
 <p>
-  <input type="submit" value="Update" />
+  <input type="submit" id="update" value="Update" />
   <input type="hidden" name="userid" value="[% otheruser.id %]" />
   <input type="hidden" name="action" value="update" />
   [% INCLUDE listselectionhiddenfields %]
 [% IF Param('allowuserdeletion') && editusers %]
   <form method="post" action="editusers.cgi">
   <p>
-    <input type="submit" value="Delete User" />
+    <input type="submit" id="delete" value="Delete User" />
     <input type="hidden" name="action" value="del" />
     <input type="hidden" name="userid" value="[% otheruser.id %]" />
     [% INCLUDE listselectionhiddenfields %]
index 68208f75632df326f5c8434b45f55b0947916e90..ae37bd10d8e4f5eb41eb16fd64fd09815c4a1ccb 100644 (file)
@@ -50,7 +50,7 @@
   <option value="notregexp">not (case-insensitive regexp)</option>
   <option value="exact">exact (find this user)</option>
 </select>
-<input type="submit" value="Search" /></p>
+<input type="submit" id="search" value="Search" /></p>
 
 [% IF restrictablegroups.size %]
   <p><input type="checkbox" name="grouprestrict" value="1" id="grouprestrict" />
index a3e8f8d6204228f75a1e62acc54f8e4912889a00..feef86035175d0b4138ba3f6e19f486dc748a04d 100644 (file)
@@ -88,7 +88,7 @@
   <p>Do you really want to delete this version?<p>
   
   <form method="post" action="editversions.cgi">
-    <input type="submit" value="Yes, delete">
+    <input type="submit" id="delete" value="Yes, delete">
     <input type="hidden" name="action" value="delete">
     <input type="hidden" name="product" value="[% product.name FILTER html %]">
     <input type="hidden" name="version" value="[% version.name FILTER html %]">
index 614996300cdf0ca13fa6dfeb820e0c191652228b..44d43cab4ef884eaa7bb7267a150bf8bcce22686 100644 (file)
@@ -40,7 +40,7 @@
                  value=""></td>
     </tr>
   </table>
-  <input type="submit" value="Add">
+  <input type="submit" id="create" value="Add">
   <input type="hidden" name="action" value="new">
   <input type="hidden" name='product' value="[% product.name FILTER html %]">
 
index eff3d92ad99dfd0974d92c37b6f4f10e5a74db96..7f0de2677585a3cd73017d73c972ec693ce931fd 100644 (file)
@@ -48,7 +48,7 @@
   <input type="hidden" name="versionold" value="[% version.name FILTER html %]">
   <input type="hidden" name="action" value="update">
   <input type="hidden" name="product" value="[% product.name FILTER html %]">
-  <input type="submit" value="Update">
+  <input type="submit" id="update" value="Update">
 
 </form>
 
index 2f7b86f19ea63762b87dc39a73dd547005194b04..306efea59103cbfc1f6c13aa9a9316fc75ac1956 100644 (file)
 <form name="choose-id" method="get" action="attachment.cgi">
   <p>Access an attachment by entering its ID into the form below:</p>
   <p>Attachment ID: <input name="id" size="6">
-  <button name="action" value="edit">&nbsp;Edit&nbsp;</button>
-  <button name="action" value="view">View</button>
+  <button name="action" value="edit" id="edit">&nbsp;Edit&nbsp;</button>
+  <button name="action" value="view" id="view">View</button>
   </p>
 </form>
 
 <form method="get" action="show_bug.cgi">
   <p>Or, access it from the list of attachments in its associated [% terms.bug %] report:</p>
   <p>[% terms.Bug %] ID: <input name="id" size="6">
-  <input type="submit" name="action" value="View">
+  <input type="submit" name="action" value="View" id="action">
   </p>
 </form>
 
index c79607ba2b179149676cd17f3e343f82b84dbf86..ac8178eded7be3c51c6682880de0e46f4ff1e8eb 100644 (file)
@@ -77,7 +77,7 @@
   <label for="reason">Reason of the deletion:</label>
   <input type="text" id="reason" name="reason" value="" size="80" maxlength="200">
   <p>
-  <input type="submit" value="Yes, delete">
+  <input type="submit" value="Yes, delete" id="delete">
   <input type="hidden" name="action" value="delete">
   <input type="hidden" name="id" value="[% a.id FILTER html %]">
   <input type="hidden" name="token" value="[% token FILTER html %]">
index 180fc5c49e5f3b710c6e6de3ae88444460402545..043e1226a33c9b0b3be53031fa03ccfd02bb62e0 100644 (file)
     [% END %]
     <tr>
       <th>&nbsp;</th>
-      <td><input type="submit" value="Submit"></td>
+      <td><input type="submit" id="create" value="Submit"></td>
     </tr>
   </table>
 
index 45bf202a9a0a4f28e7383ecb154ac59e5f1777c1..3f2eed68d7cec4920a647d6c1d91ec9d6d7307c9 100644 (file)
@@ -257,7 +257,7 @@ tbody.file pre:empty {
       [% END %]
       </select>
       and this patch
-      <input type="submit" value="Diff">
+      <input type="submit" id="diff" value="Diff">
       <input type="hidden" name="action" value="interdiff">
       <input type="hidden" name="newid" value="[% attachid %]">
       <input type="hidden" name="headers" value="[% headers FILTER html %]">
index 6dfc8b09965c81daed64e81c13362f2142da2b97..51b941ca5cd1f1f91e346e9abff933526fdf0dfb 100644 (file)
             %]<br>
         </div>
 
-        <input type="submit" value="Submit"><br><br>
+        <input type="submit" value="Submit" id="update"><br><br>
         <strong>Actions:</strong>
         <a href="attachment.cgi?id=[% attachment.id %]">View</a>
         [% IF attachment.ispatch && patchviewerinstalled %]
index c3c2c59b5646ca46fe39fce762d8aa7dcdbbeb55..65b260bb46e9db4e0aec5e1184922fab1e0b0f02 100644 (file)
@@ -29,7 +29,7 @@
   <p>
     You may find a single [% terms.bug %] by entering its [% terms.bug %] id here:
     <input name="id" size="6">
-    <input type="submit" value="Show Me This [% terms.Bug %]">
+    <input type="submit" id="show" value="Show Me This [% terms.Bug %]">
   </p>
 </form>
 
index ef3d1ff23b7defaa41bd968e3a328e7b6bc342e0..47d2ae916a8acf01bc4d6e99aceb17911d6c6c71 100644 (file)
@@ -48,7 +48,7 @@ FILTER bug_link(bugid) FILTER none %].</font></p>
     [% PROCESS "global/hidden-fields.html.tmpl"
                exclude="^(Bugzilla_login|Bugzilla_password|ignore_token)$" %]
     <input type="hidden" name="ignore_token" value="[% bugid FILTER html %]">
-    <input type="submit" value="File [% terms.bug %] again">
+    <input type="submit" value="File [% terms.bug %] again" id="file_bug_again">
   </form>
 [% END %]
 
index 9b1cf39fe4d530a6ae7d4422907f323e39fa3c99..ec74d4321526f1d9dfccb25539da3258df7f9498 100644 (file)
@@ -157,7 +157,7 @@ function PutDescription() {
     <input type="hidden" name="chfieldto" value="Now">
     <input type="hidden" name="chfield" value="[Bug creation]">
     <input type="text" name="content" size="40">
-    <input type="submit" value="Search">
+    <input type="submit" id="search" value="Search">
   </form>
 
 <p>
@@ -503,7 +503,7 @@ function PutDescription() {
 <h3>Step 3 of 3 - submit the [% terms.bug %] report</h3>
 
 <p>
-  <input type="submit" value="    Submit [% terms.Bug %] Report    "
+  <input type="submit" id="report" value="    Submit [% terms.Bug %] Report    "
    onclick="if (this.form.comment.value == '')
    { alert('Please enter some details about this [% terms.bug %].');
      this.form.comment.focus();
index 38656b81305a77ccee5f530f09fd6521f60e991b..1749813e3733b3bc9bebbd8b747463c25537f494 100644 (file)
@@ -456,12 +456,12 @@ function handleWantsAttachment(wants_attachment) {
   <tr>
     <td></td>
     <td colspan="3">
-      <input type="submit" value="    Commit    "
+      <input type="submit" id="commit" value="    Commit    "
              onclick="if (this.form.short_desc.value == '')
              { alert('Please enter a summary sentence for this [% terms.bug %].');
                return false; } return true;">
       &nbsp;&nbsp;&nbsp;&nbsp;
-      <input type="submit" name="maketemplate"
+      <input type="submit" name="maketemplate" id="maketemplate"
              value="Remember values as bookmarkable template">
     </td>
   </tr>
index 4db034ea2fdcd676139938401b207baf1fd7e91a..48ca456c9227132382f05a82b1408095681d5733 100644 (file)
       </td>
     </tr>
   </table>
-  <input type="submit" value="Change Parameters">
+  <input type="submit" id="change" value="Change Parameters">
 </form>
 
 [% PROCESS global/footer.html.tmpl %]
index 5c54f6fe1a5781b53b7bb2674c93d68d7c81da32..b9f2cde399e086ee8fb64c151baa6be18ab37228 100644 (file)
        <input name="maxdepth" type="hidden" value="[% maxdepth %]">
      [% END %]
      <input type="hidden" name="hide_resolved" value="[% hide_resolved ? 0 : 1 %]">
-     <input type="submit" 
+     <input type="submit" id="toggle_visibility"
             value="[% IF hide_resolved %]Show[% ELSE %]Hide[% END %] Resolved">
    </form>
    </td>
    <form method="get" action="showdependencytree.cgi"
          style="display: inline; margin: 0px;">
      [%# set to one form %]
-     <input type="submit" value="&nbsp;1&nbsp;" 
+     <input type="submit" id="change_maxdepth"
+       value="&nbsp;1&nbsp;" 
        [% "disabled" IF realdepth < 2 || maxdepth == 1 %]>
      <input name="id" type="hidden" value="[% bugid %]">
      <input name="maxdepth" type="hidden" value="1">
                        : ( maxdepth ? maxdepth - 1 : realdepth - 1 )
      %]">
      <input name="hide_resolved" type="hidden" value="[% hide_resolved %]">
-     <input type="submit" value="&nbsp;&lt;&nbsp;" 
+     <input type="submit" id="decrase_depth" value="&nbsp;&lt;&nbsp;"
        [% "disabled" IF realdepth < 2 || ( maxdepth && maxdepth < 2 ) %]>
    </form>
    </td>
      <input name="id" type="hidden" value="[% bugid %]">
      <input name="hide_resolved" type="hidden" value="[% hide_resolved %]">
      <noscript>
-       <input type="submit" value="Change" [% "disabled" IF realdepth < 2 %]>
+       <input type="submit" id="change_depth" value="Change"
+              [% "disabled" IF realdepth < 2 %]>
      </noscript>
    </form>
    </td>
        <input name="maxdepth" type="hidden" value="[% maxdepth + 1 %]">
      [% END %]
      <input name="hide_resolved" type="hidden" value="[% hide_resolved %]">
-     <input type="submit" value="&nbsp;&gt;&nbsp;" 
+     <input type="submit" id="increase_depth" value="&nbsp;&gt;&nbsp;" 
         [% "disabled" IF realdepth < 2 || !maxdepth || maxdepth >= realdepth %]
     %]>
    </form>
      [%# Unlimited button %]
      <input name="id" type="hidden" value="[% bugid %]">
      <input name="hide_resolved" type="hidden" value="[% hide_resolved %]">
-     <input type="submit" value="&nbsp;Unlimited&nbsp;"
+     <input type="submit" id="remove_limit"
+       value="&nbsp;Unlimited&nbsp;"
        [% "disabled" IF maxdepth == 0 || maxdepth == realdepth %]>
    </form>
    </td>
index 9f9e73f41a7136308f64b21b94a4e421bd0c9f59..38a4898fece40191e686d44fece6b83e7727b7e2 100644 (file)
     [% END %]
   [% END %]
 
-  <input type="submit" value="Commit">
+  <input type="submit" value="Commit" id="commit">
   <p>
     <font size="+1">
       <b>
 
     [% IF bug.user.canmove %]
       &nbsp; <font size="+1"><b> | </b></font> &nbsp;
-      <input type="submit" name="action"
+      <input type="submit" name="action" id="action"
              value="[% Param("move-button-text") %]">
     [% END %]
   </p>
index 815b3d43ce9b3bf3c7c98e1fd7776605cc572db5..4703af42679cd8c21eeb5a34e4f0f7c57026d3d6 100644 (file)
@@ -68,7 +68,7 @@
   <a href="show_bug.cgi?id=[% duplicate_bug_id %]">Throw away my changes,
     and revisit [% terms.bug %] [%+ duplicate_bug_id %]</a>
 <p>
-  <input type="submit" value="Submit">
+  <input type="submit" id="process" value="Submit">
 </p>
 
 </form>
index aa587a4ca2643ef55b281618b6a2ddd2436c0f40..620744bf7d8028e85bde3cef748b66e2ba47d06f 100644 (file)
@@ -77,7 +77,7 @@ You have the following choices:
   <li>
     <form method="post" action="process_bug.cgi">
       [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]
-      <input type="submit" value="Submit my changes anyway">
+      <input type="submit" id="process" value="Submit my changes anyway">
         This will cause all of the above changes to be overwritten
         [% ", except for the added comment(s)" IF comments.size > start_at %].
     </form>
index 7e21f88ae73f6abbee28d80eea155e8e478c2597..3b185993b0c38bfe9f117dd157c5b7ea81dd5489 100644 (file)
   </p>
 [% END %]
 
-<input type="submit" value="Commit">
+<input type="submit" id="change_product" value="Commit">
 
 </form>
 <hr>
index bf48501538ceb2911ff98f804313d3dc3b7662d6..8090aa3196753e9a344502aded69d2526b828100 100644 (file)
   <input type="text" name="end_date" size="11" id="end_date"
   align="right" value ="[% end_date FILTER html %]" maxlength="10">
 </td><td align="right">
-  <input type="submit" value="Summarize">
+  <input type="submit" id="summarize" value="Summarize">
 </td></tr>
 <tr>
 <td>&nbsp;</td><td colspan="4">
index 4c1173d54375de10729da933fc1573855ecf7508..ffede1db12ff94d2a2882dd3a4de0a70ab96d76d 100644 (file)
@@ -45,7 +45,7 @@
     No, go back and review my votes
   </p>
   <p>
-    <input type="submit" value="Submit">
+    <input type="submit" id="vote" value="Submit">
   </p>
 </form>
 
index 85d25f9a296baec81ddead159acbc5378f1ae98b..7801b2a4a3aed1008a22d55fbf6a73a58d50703e 100644 (file)
     </table>
 
     [% IF canedit %]
-      <input type="submit" value="Change My Votes">
+      <input type="submit" value="Change My Votes" id="change">
       <br>
       <br>
       To change your votes,
index 87702767670d55f151daf9f4c6877d812f81ab8e..8040e48ff85ce159585935076b76ae02d6f91a91 100644 (file)
@@ -30,7 +30,7 @@
                   { alert('Please enter one or more search terms first.');
                     return false; } return true;">
     <input class="txt" type="text" name="quicksearch">
-    <input class="btn" type="submit" value="Find">
+    <input class="btn" type="submit" value="Find" id="find">
   </form> |
 
   <a href="report.cgi">Reports</a>
index 17a812c21614c3c68bb60472ef5fc7e06b299fd4..607ce47835bb2d8a0448a25123237a02b6ed58dd 100644 (file)
   [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]
 
   <p>
-    <input type="submit" value="Continue">
+    <input type="submit" id="continue" value="Continue">
   </p>
 
   </form>
index a7a67853232d42d7e1bf8bea9809497355ca416a..9c0fc114de376520e67da4a77ebbc33bdde800b4 100644 (file)
@@ -22,7 +22,7 @@
         <input type="hidden" name="cmdtype" value="doit">
         <input type="hidden" name="remtype" value="asnamed">
         <input type="hidden" name="add_bugids" value="1">
-        <input type="submit" value="Add"> [% terms.bugs %]
+        <input type="submit" value="Add" id="add"> [% terms.bugs %]
         <input type="text" name="bug_ids" size="8" maxlength="80"> to
         [% foundq = 0 %]
         [% FOREACH q = user.queries %]
index 7158460019825a5bf79a2eabf74ff97439489f67..9b610fe0ca72f0b9bf25b706ca36d757f9e5c6b6 100644 (file)
   </p>
 
   <p>
-    <input type="submit" value="Change Columns">
+    <input type="submit" id="change" value="Change Columns">
   </p>
 </form>
 
 <form action="colchange.cgi">
   <input type="hidden" name="rememberedquery" value="[% buffer FILTER html %]">
   <input type="hidden" name="resetit" value="1">
-  <input type="submit" value="Reset to [% terms.Bugzilla %] default">
+  <input type="submit" id="reset" 
+         value="Reset to [% terms.Bugzilla %] default">
 </form>
 
 [% PROCESS global/footer.html.tmpl %]
index e6fed24155f01a50d1ca38c24781d075cd6998a9..687888b247661469270691947596591b18b26582 100644 (file)
   Reassign [% terms.bugs %] to default assignee of selected component
 </label><br>
 
-<input type="submit" value="Commit">
+<input type="submit" id="commit" value="Commit">
 
 [% IF Param('move-enabled') && user.is_mover %]
-  <input type="submit" name="action" value="[% Param('move-button-text') %]">
+  <input type="submit" name="action" id="action" value="[% Param('move-button-text') %]">
 [% END %]
 
 [%############################################################################%]
index 803396cd0ffc07b71af3c246e01b3260baae90c3..cf7215ea31386bb53e69c40905f6dc33ad849671 100644 (file)
             <input type="hidden" name="id" value="[% id FILTER html %]">
           [% END %]
           <input type="hidden" name="format" value="multiple">
-          <input type="submit" value="Long Format">
+          <input type="submit" id="long_format" value="Long Format">
         </form>
         <form method="post" action="show_bug.cgi">
             <input type="hidden" name="ctype" value="xml">
             <input type="hidden" name="id" value="[% id FILTER html %]">
           [% END %]
             <input type="hidden" name="excludefield" value="attachmentdata">
-            <input type="submit" value="XML">
+            <input type="submit" value="XML" id="xml">
         </form>
 
         [% IF UserInGroup(Param('timetrackinggroup')) %]
           <form method="post" action="summarize_time.cgi">
             <input type="hidden" name="id" value="[% buglist_joined FILTER html %]">
-            <input type="submit" value="Time Summary">
+            <input type="submit" id="timesummary" value="Time Summary">
           </form>
         [% END %]
       </td>
       
       <td valign="middle">
         <form method="get" action="buglist.cgi">
-          <input type="submit" value="Remember search"> as 
+          <input type="submit" id="remember" value="Remember search"> as 
           <input type="hidden" name="newquery" 
                  value="[% urlquerypart FILTER html %][% "&order=$qorder" FILTER html IF order %]">
           <input type="hidden" name="cmdtype" value="doit">
index 92570777ed37b7a4bd5a53ad9590e6e5326b396c..5bbbaecc31951afb292b34fda3ad16e70bc64d3e 100644 (file)
@@ -76,7 +76,7 @@
     <input type="hidden" name="action" value="add">
     <input size="80" name="quip">
     <p>
-      <input type="submit" value="Add This Quip">
+      <input type="submit" id="add" value="Add This Quip">
     </p>
   </form>
 [% ELSE %]
                       +'value="Check All" onclick="SetCheckboxes(true);">');
         //--></script>
 
-      <input type="submit" value="Update">
+      <input type="submit" id="update" value="Update">
     </form>
     <br>
   [% END %]
index 48b1932530fa50b71ab8455b153b0f6076ad5b3a..af0a86ba83f8282d29f9e20fc41c82fb8d90bb8e 100644 (file)
@@ -37,7 +37,7 @@
   %]
   <br>
   <input type="hidden" name="id" value="linked.html">
-  <input value="Linkify" type="submit">
+  <input type="submit" id="linkify" value="Linkify">
 </form>
 
 [% INCLUDE global/footer.html.tmpl %]
index 73a0172eeebe0aea68de0128e5735275276b810a..b8d412d5e8225c642da8bafa7b6f3affb95e844f 100644 (file)
@@ -40,7 +40,7 @@
                 { alert('Please enter one or more search terms first.');
                   return false; } return true;">
   <input type="text" size="40" name="quicksearch">
-  <input type="submit" value="Find">
+  <input type="submit" value="Find" id="find">
 </form>
 
 <h2>Getting Started</h2>
index 22913ec4227a55e0db757f280d46ded955eb17a2..47a0eacd3b09465055f1030235a4f758330e4ee4 100644 (file)
@@ -32,8 +32,8 @@
                 { alert('Please enter one or more search terms first.');
                   return false; } return true;">
   <input type="text" size="40" name="quicksearch">
-  <input type="submit" value="Find">
-  <input type="submit" name="load" value="Load Search Form">
+  <input type="submit" value="Find" id="find">
+  <input type="submit" name="load" value="Load Search Form" id="load">
 </form>
 
 <p>
index c02e8db049844c6efe358020502b2bb759599f0e..f2daeb06a54a0d7c017670a30d874e796ffb1f11 100644 (file)
@@ -87,7 +87,8 @@ function subcatSelected() {
                                    
         <td>
           <noscript>
-            <input type="submit" name="action-assemble" value="Update --&gt;">
+            <input type="submit" name="action-assemble" value="Update --&gt;"
+                   id="action-assemble">
           </noscript>
         </td>
         
@@ -97,7 +98,8 @@ function subcatSelected() {
                                    
         <td>
           <noscript>
-            <input type="submit" name="action-assemble" value="Update --&gt;">
+            <input type="submit" name="action-assemble" value="Update --&gt;"
+                   id="action-assemble">
           </noscript>
         </td>
         
@@ -116,7 +118,8 @@ function subcatSelected() {
         </td>
 
         <td align="center" valign="middle"> 
-          <input type="submit" name="action-add" value="Add To List"><br>
+          <input type="submit" name="action-add" value="Add To List"
+                 id="action-add"><br>
         </td>
       </tr>
     [% END %]
@@ -225,9 +228,9 @@ function subcatSelected() {
       <tr>
         <td valign="bottom" style="text-align: center;">
           <input type="submit" name="action-sum" value="Sum" 
-                 style="width: 5em;"><br>
+                 style="width: 5em;" id="action-sum"><br>
           <input type="submit" name="action-remove" value="Remove"
-                 style="width: 5em;">
+                 style="width: 5em;" id="action-remove">
         </td>
 
         <td style="text-align: right; vertical-align: bottom;">
@@ -247,7 +250,8 @@ function subcatSelected() {
         </td>
 
         <td style="text-align: right" valign="bottom">
-          <input type="submit" name="action-wrap" value="Chart This List">
+          <input type="submit" name="action-wrap" value="Chart This List"
+                 id="action-wrap">
         </td>
       </tr>
     </table>
index 897bbf17f911bcdd19fad892718b7131c7e76059..72f79e2554820bd61adfbf7dc7a5a0a77da8cc64 100644 (file)
 
   </table>
 
-  <input type="submit" value="Change">
+  <input type="submit" id="change" value="Change">
 </form>
 
 <form method="post" action="buglist.cgi">
   <input type="hidden" name="bug_id" value="[% bug_ids_string %]">
   <input type="hidden" name="order" value="Reuse same sort as last time">
-  Or just give this to me as a <input type="submit" value="[% terms.bug %] list">.
+  Or just give this to me as a <input type="submit" id="list" 
+                                value="[% terms.bug %] list">.
   (Note: the order may not be the same.)
 </form>
 
index d7580807024973242a605ea183ebdc1db148d8bb..1d1caf5d4eee2a9349e50d974943bca89b17d7fc 100644 (file)
@@ -47,7 +47,8 @@
                                        onchange => "catSelected()" } %]
         <td>
           <noscript>
-            <input type="submit" name="action-edit" value="Update --&gt;">
+            <input type="submit" name="action-edit" value="Update --&gt;"
+                   id="action-edit">
           </noscript>
         </td>
         
@@ -89,7 +90,7 @@
       </td>
       <td></td>
       <td>
-        <input type="submit" name="submit-button" 
+        <input type="submit" name="submit-button" id="submit-button"
                value="[% button_name FILTER html %]">
       </td>
     </tr>
index 573e95bfa628ea195c5ad5a089dca0616f2a8cb2..cf679d092b4f770d1596348df47452354546609b 100644 (file)
           } %]
         [% PROCESS "global/select-menu.html.tmpl" name="group" options=groups default=cgi.param('group') %]
       </td>
-      <td><input type="submit" value="Filter"></td>
+      <td><input type="submit" id="filter" value="Filter"></td>
     </tr>
   </table>
 
index c1557b6cb55ca6b9045a1ae6b04aa5f5006b27be..6f63f64bb3ab321302401962214e210770b8c740 100644 (file)
       [% ELSE %]
         <td>
           [% newor = colnum + 1 %]
-          <input type="submit" value="Or" 
-                 name="cmd-add[% "${chartnum}-${rownum}-${newor}" %]" [% jsmagic %]>
+          <input type="submit" value="Or" [% jsmagic %]
+                 name="cmd-add[% "${chartnum}-${rownum}-${newor}" %]"
+                 id="cmd-add[% "${chartnum}-${rownum}-${newor}" %]">
         </td>
       [% END %]
       
     <tr>
       <td>
         [% newand = rownum + 1; newchart = chartnum + 1 %]
-        <input type="submit" value="And" 
-               name="cmd-add[% "${chartnum}-${newand}-0" %]" [% jsmagic %]> 
+        <input type="submit" value="And" [% jsmagic %]
+               name="cmd-add[% "${chartnum}-${newand}-0" %]"
+               id="cmd-add[% "${chartnum}-${newand}-0" %]">
         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-        <input type="submit" value="Add another boolean chart" 
-               name="cmd-add[% newchart %]-0-0" [% jsmagic %]>
+        <input type="submit" value="Add another boolean chart" [% jsmagic %]
+               name="cmd-add[% newchart %]-0-0"
+               id="cmd-add[% newchart %]-0-0">
         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       </td>
     </tr>   
index 879625d02c2f453862bd6fb9af4fae661e73e09a..ee85675863f3c926568ebb740831b49e2ce6811f 100644 (file)
@@ -145,7 +145,8 @@ function doOnSelectProduct(selectmode) {
     </td>
     <td>
       [% IF button_name %]
-        <input type="submit" value="[% button_name FILTER html %]">
+        <input type="submit" id="[% button_name FILTER html %]"
+               value="[% button_name FILTER html %]">
       [% END %]
     </td>
   </tr>
index 833e37f558b70f4e3aab5e23f9587d85a9d85812..407683747415479a2653bc6c8c9fb93894349167 100644 (file)
@@ -54,7 +54,8 @@
 </p>
 
 <p>  
-  <input type="submit" value="[% button_name FILTER html %]">
+  <input type="submit" id="[% button_name FILTER html %]"
+         value="[% button_name FILTER html %]">
   [% IF known_name %]
     <input type="hidden" name="query_based_on" 
            value="[% known_name FILTER html %]">
index 276fe75600344230ce621ce1b373e3c25d5ee022..cfc585d8fb68ce3d2b90ac6a4de657969daac673 100644 (file)
@@ -129,7 +129,8 @@ var queryform = "reportform"
 [% PROCESS search/form.html.tmpl %]
 
 <br>
-<input type="submit" value="[% button_name FILTER html %]">
+<input type="submit" id="[% button_name FILTER html %]"
+       value="[% button_name FILTER html %]">
 <input type="hidden" name="action" value="wrap">
 <hr>
 
index 1894fa795b70bc34ad76afe39bfdbb365672b6c9..b7e54a35e31b7db1976c1ea806ea35841c8aede6 100644 (file)
@@ -81,7 +81,8 @@ var queryform = "reportform"
 [% PROCESS search/form.html.tmpl %]
 
 <br>
-<input type="submit" value="[% button_name FILTER html %]">
+<input type="submit" id="[% button_name FILTER html %]"
+       value="[% button_name FILTER html %]">
 <input type="hidden" name="format" value="table">
 <input type="hidden" name="action" value="wrap">
 <hr>
index dcc87130e19db3fafda66084691993f378dd7383..8288b76e3e195045c38266ca9375e506b34e30f4 100644 (file)
@@ -110,7 +110,7 @@ for "crash secure SSL flash".
   <tr>
     <td></td>
     <td>
-      <input type="submit" value="Search">
+      <input type="submit" id="search" value="Search">
     </td>
   </tr>
 </table>
index 4f94b4d711ac16d23ee37484de8d63e2a6dbcf1e..a320ec14372c350122c45f955b7b89c110267ae8 100644 (file)
@@ -80,7 +80,7 @@
 [%# This hidden submit button must be here to set default behavior when
     the user presses return on a form input field #%]
 <input type="submit" value="Update / Commit" name="commit"
-       style="visibility: hidden">
+       style="visibility: hidden" id="commit">
 <input type="hidden" name="update" value="1">
 
 [% FOREACH event = events %]
@@ -93,7 +93,8 @@
     </th>
     <td align="right">
       <input type="submit" value="Remove Event"
-             name="remove_event_[% event.key %]">
+             name="remove_event_[% event.key %]"
+             id="remove_event_[% event.key %]">
     </td>
   </tr>
 
       <td align="left" bgcolor="#FFEEEE">
         Not scheduled to run<br>
         <input type="submit" value="Add a new schedule"
-               name="add_schedule_[% event.key %]">
+               name="add_schedule_[% event.key %]"
+               id="add_schedule_[% event.key %]">
       </td>
     </tr>
 
               </td>
               <td align="left">
                 <input type="submit" value="Remove"
-                       name="remove_schedule_[% schedule.id %]">
+                       name="remove_schedule_[% schedule.id %]"
+                       id="remove_schedule_[% schedule.id %]">
               </td>
             </tr>
           [% END %]
         <tr>
           <td>
             <input type="submit" value="Add a new schedule"
-                   name="add_schedule_[% event.key %]">
+                   name="add_schedule_[% event.key %]"
+                   id="add_schedule_[% event.key %]">
           </td>
         </tr>
 
       </td>
       <td align="left" colspan="1">
         No queries <br>
-        <input type="submit" value="Add a new query" name="add_query_[% event.key %]">
+        <input type="submit" value="Add a new query"
+               name="add_query_[% event.key %]"
+               id="add_query_[% event.key %]">
       </td>
       <td align="right" valign="bottom">
-        <input type="submit" value="Update / Commit" name="commit">
+        <input type="submit" value="Update / Commit" name="commit" id="update">
       </td>
     </tr>
 
               </td>
               <td align="right">
                 <input type="submit" value="Remove"
-                       name="remove_query_[% query.id %]">
+                       name="remove_query_[% query.id %]"
+                       id="remove_query_[% query.id %]">
               </td>
             </tr>
 
           <tr>
             <td colspan="3">
               <input type="submit" value="Add a new query"
-                     name="add_query_[% event.key %]">
+                     name="add_query_[% event.key %]"
+                     id="add_query_[% event.key %]">
             </td>
           </tr>
 
 
       </td>
       <td align="right" valign="bottom">
-        <input type="submit" value="Update / Commit" name="commit">
+        <input type="submit" value="Update / Commit" name="commit" id="update">
       </td>
     </tr>
 
 [% END %]
 
 <p align="left">
-  <input type="submit" value="Add a new event" name="add_event">
+  <input type="submit" value="Add a new event" name="add_event" id="add_event">
 </p>
 
 </form>