diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-06 12:53:35 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-06 12:53:35 +0100 |
commit | 4cd028ffcdf4e7aaa1d18c0ba4c9cb2d7936bee7 (patch) | |
tree | 0aa5f505670794a0911287e0a14e4b4cbecf8900 | |
parent | a458ecc2d8126aef282c8493fe1ba1052f7e5a89 (diff) |
add ids to submit buttons on update from so we can add click events to them easily
-rw-r--r-- | templates/web/default/report/display.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html index 45e3e0182..433ec1545 100644 --- a/templates/web/default/report/display.html +++ b/templates/web/default/report/display.html @@ -164,7 +164,7 @@ </p> <p> - <input type="submit" name="submit_sign_in" value="[% loc('Post') %]"> + <input type="submit" name="submit_sign_in" id="submit_sign_in" value="[% loc('Post') %]"> </p> </div> @@ -185,7 +185,7 @@ <p style="clear:both"><small>[% loc('Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports.') %]</small></p> <p> - <input type="submit" name="submit_register" value="[% loc('Post') %]"> + <input type="submit" name="submit_register" id="submit_register" value="[% loc('Post') %]"> </p> </div> |