2017-07-02 23:55:22 +02:00
<!-- IF S_AJAX_REQUEST -->
< h3 > {MESSAGE_TITLE}</ h3 >
< p > {MESSAGE_TEXT}</ p >
<!-- IF S_NOTIFY_POSTER -->
< label >< input type = "checkbox" name = "notify_poster" checked = "checked" /> <!-- IF S_APPROVE --> {L_NOTIFY_POSTER_APPROVAL}<!-- ELSE --> {L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --> </ label >
<!-- ENDIF -->
<!-- IF not S_APPROVE and not S_RESTORE and .reason -->
< label >< strong > {L_DISAPPROVE_REASON}{L_COLON}</ strong >
< select name = "reason_id" >
<!-- BEGIN reason --> < option value = "{reason.ID}" <! -- IF reason . S_SELECTED -- > selected="selected"<!-- ENDIF --> >{reason.DESCRIPTION}</ option > <!-- END reason -->
</ select ></ label >
< label >< strong > {L_MORE_INFO}{L_COLON}</ strong >< br />< span > {L_CAN_LEAVE_BLANK}</ span >
< textarea class = "inputbox" name = "reason" id = "reason" rows = "4" cols = "40" > {REASON}</ textarea >
</ label >
<!-- ENDIF -->
< fieldset class = "submit-buttons" >
< input type = "button" name = "confirm" value = "{YES_VALUE}" class = "button1" />
< input type = "button" name = "cancel" value = "{L_NO}" class = "button2" />
</ fieldset >
<!-- ELSE -->
2017-07-02 20:36:07 +02:00
<!-- INCLUDE overall_header.html -->
< form id = "confirm" action = "{S_CONFIRM_ACTION}" method = "post" >
< div class = "panel" >
{S_FORM_TOKEN}
< div class = "inner" >
< div class = "content" >
2017-07-02 23:55:22 +02:00
< h2 class = "message-title" > {MESSAGE_TITLE}</ h2 >
<!-- IF ADDITIONAL_MSG --> < p class = "error" > {ADDITIONAL_MSG}</ p > <!-- ENDIF -->
2017-07-02 20:36:07 +02:00
< fieldset >
<!-- IF S_NOTIFY_POSTER -->
2017-07-02 23:55:22 +02:00
< dl class = "fields2 nobg" >
2017-07-02 20:36:07 +02:00
< dt > </ dt >
< dd >< label >< input type = "checkbox" name = "notify_poster" checked = "checked" /> <!-- IF S_APPROVE --> {L_NOTIFY_POSTER_APPROVAL}<!-- ELSE --> {L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --> </ label ></ dd >
</ dl >
<!-- ENDIF -->
2017-07-02 23:55:22 +02:00
<!-- IF not S_APPROVE and not S_RESTORE and .reason -->
2017-07-02 20:36:07 +02:00
< dl class = "fields2 nobg" >
2017-07-02 23:55:22 +02:00
< dt >< label > {L_DISAPPROVE_REASON}{L_COLON}</ label ></ dt >
2017-07-02 20:36:07 +02:00
< dd >< select name = "reason_id" >
<!-- BEGIN reason --> < option value = "{reason.ID}" <! -- IF reason . S_SELECTED -- > selected="selected"<!-- ENDIF --> >{reason.DESCRIPTION}</ option > <!-- END reason -->
</ select >
</ dd >
</ dl >
< dl class = "fields2 nobg" >
2017-07-02 23:55:22 +02:00
< dt >< label for = "reason" > {L_MORE_INFO}{L_COLON}</ label >< br />< span > {L_CAN_LEAVE_BLANK}</ span ></ dt >
2017-07-02 20:36:07 +02:00
< dd >< textarea class = "inputbox" name = "reason" id = "reason" rows = "4" cols = "40" > {REASON}</ textarea ></ dd >
</ dl >
<!-- ENDIF -->
< dl class = "fields2 nobg" >
< dt > </ dt >
< dd >< strong > {MESSAGE_TEXT}</ strong ></ dd >
</ dl >
</ fieldset >
< fieldset class = "submit-buttons" >
2017-07-02 23:55:22 +02:00
{S_HIDDEN_FIELDS}< input type = "submit" name = "confirm" value = "{YES_VALUE}" class = "button1" />
2017-07-02 20:36:07 +02:00
< input type = "submit" name = "cancel" value = "{L_NO}" class = "button2" />
</ fieldset >
</ div >
</ div >
</ div >
</ form >
2017-07-02 23:55:22 +02:00
<!-- INCLUDE overall_footer.html -->
<!-- ENDIF -->