aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-12-21 10:56:30 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-12-21 10:56:30 +0000
commitcf7e01058132d653ace15a6ba4b2505620c6b1ef (patch)
tree7a2802eaf081008a0c68fd935a1d7ae359611b8c
parent99d18b1560166877cbbab164f079b5b9a71d4161 (diff)
Inline another checkbox label.
-rw-r--r--templates/web/default/admin/report_edit.html2
-rw-r--r--templates/web/zurich/admin/report_edit.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/admin/report_edit.html b/templates/web/default/admin/report_edit.html
index a1a0d2bec..5913e05a3 100644
--- a/templates/web/default/admin/report_edit.html
+++ b/templates/web/default/admin/report_edit.html
@@ -52,7 +52,7 @@
<input type="submit" name="rotate_photo" value="Rotate Right" />
<br>
<input type="checkbox" id="remove_photo" name="remove_photo" value="1">
-<label for="remove_photo">[% loc("Remove photo (can't be undone!)") %]</label></li>
+<label class="inline" for="remove_photo">[% loc("Remove photo (can't be undone!)") %]</label></li>
[% END %]
</ul>
<input type="submit" name="Submit changes" value="[% loc('Submit changes') %]" ></form>
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html
index aa9f07aa5..9f5825414 100644
--- a/templates/web/zurich/admin/report_edit.html
+++ b/templates/web/zurich/admin/report_edit.html
@@ -58,7 +58,7 @@
<input type="submit" name="rotate_photo" value="Rotate Right" />
<br>
<input type="checkbox" id="remove_photo" name="remove_photo" value="1">
-<label for="remove_photo">[% loc("Remove photo (can't be undone!)") %]</label></li>
+<label class="inline" for="remove_photo">[% loc("Remove photo (can't be undone!)") %]</label></li>
[% END %]
</ul>
<input type="submit" name="Submit changes" value="[% loc('Submit changes') %]" ></form>