diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
commit | 2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d (patch) | |
tree | cccf2b45522adfa56167bb0ecb136f22b2c681aa /prosilver/template/report_body.html | |
parent | 3895d7e01054a38dd40d1e35c97a6c46709b92a7 (diff) | |
download | forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.tar.gz forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.tar.bz2 forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.tar.xz forum-themes-2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d.zip |
Diffstat (limited to 'prosilver/template/report_body.html')
-rw-r--r-- | prosilver/template/report_body.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prosilver/template/report_body.html b/prosilver/template/report_body.html index b0c6e08..2d6a857 100644 --- a/prosilver/template/report_body.html +++ b/prosilver/template/report_body.html @@ -10,6 +10,7 @@ <p><!-- IF S_REPORT_POST -->{L_REPORT_POST_EXPLAIN}<!-- ELSE -->{L_REPORT_MESSAGE_EXPLAIN}<!-- ENDIF --></p> <fieldset> + <!-- IF ERROR --><dl><dd class="error">{ERROR}</dd></dl><!-- ENDIF --> <dl class="fields2"> <dt><label for="reason_id">{L_REASON}:</label></dt> <dd><select name="reason_id" id="reason_id" class="full"><!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason --></select></dd> @@ -27,6 +28,9 @@ <dt><label for="report_text">{L_MORE_INFO}:</label><br /><span>{L_CAN_LEAVE_BLANK}</span></dt> <dd><textarea name="report_text" id="report_text" rows="10" cols="76" class="inputbox">{REPORT_TEXT}</textarea></dd> </dl> + <!-- IF CAPTCHA_TEMPLATE --> + <!-- INCLUDE {CAPTCHA_TEMPLATE} --> + <!-- ENDIF --> </fieldset> </div> |