aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-09-06 12:53:35 +0100
committerStruan Donald <struan@exo.org.uk>2011-09-06 12:53:35 +0100
commit4cd028ffcdf4e7aaa1d18c0ba4c9cb2d7936bee7 (patch)
tree0aa5f505670794a0911287e0a14e4b4cbecf8900
parenta458ecc2d8126aef282c8493fe1ba1052f7e5a89 (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.html4
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>