diff options
-rw-r--r-- | templates/web/zurich/admin/report_edit-sdm.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/web/zurich/admin/report_edit-sdm.html b/templates/web/zurich/admin/report_edit-sdm.html index e5add67f6..89acfe238 100644 --- a/templates/web/zurich/admin/report_edit-sdm.html +++ b/templates/web/zurich/admin/report_edit-sdm.html @@ -27,14 +27,7 @@ [% IF problem.photo %] [% photo = problem.get_photo_params %] -<li><img alt="" src="[% c.cobrand.base_url %][% photo.url %]"> -<br> -[% IF rotated %]Photo may be cached. View image directly to check<br>[% END %] -<input type="submit" name="rotate_photo" value="Rotate Left" /> -<input type="submit" name="rotate_photo" value="Rotate Right" /> -<br> -<input type="checkbox" id="publish_photo" name="publish_photo" value="1"[% ' checked' IF problem.extra.publish_photo %]> -<label class="inline" for="publish_photo">[% loc("Publish photo") %]</label></li> +<li><img alt="" src="[% c.cobrand.base_url %][% photo.url %]"></li> [% END %] <li>[% loc('State:') %] [% states.${problem.state} %]</li> |