| |
| |
| <a name="maincontent"></a> |
| |
| |
| |
| <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> |
| |
| <h1>{L_TITLE}</h1> |
| |
| <p>{L_REASON_EDIT_EXPLAIN}</p> |
| |
| |
| <div class="errorbox"> |
| <h3>{L_WARNING}</h3> |
| <p>{ERROR_MSG}</p> |
| </div> |
| |
| |
| |
| <h3>{L_AVAILABLE_TITLES}</h3> |
| |
| <p>{S_AVAILABLE_TITLES}</p> |
| |
| |
| <form id="acp_reasons" method="post" action="{U_ACTION}"> |
| |
| <fieldset> |
| <legend>{L_TITLE}</legend> |
| <p>{L_IS_TRANSLATED_EXPLAIN}{L_IS_NOT_TRANSLATED_EXPLAIN}</p> |
| <dl> |
| <dt><label for="reason_title">{L_REASON_TITLE}:</label></dt> |
| <dd><input name="reason_title" type="text" id="reason_title" value="{REASON_TITLE}" maxlength="255" /></dd> |
| </dl> |
| |
| <dl> |
| <dt>{L_REASON_TITLE_TRANSLATED}</dt> |
| <dd>{TRANSLATED_TITLE}</dd> |
| </dl> |
| |
| <dl> |
| <dt><label for="reason_description">{L_REASON_DESCRIPTION}:</label></dt> |
| <dd><textarea name="reason_description" id="reason_description" rows="8" cols="80">{REASON_DESCRIPTION}</textarea></dd> |
| </dl> |
| |
| <dl> |
| <dt>{L_REASON_DESC_TRANSLATED}</dt> |
| <dd>{TRANSLATED_DESCRIPTION}</dd> |
| </dl> |
| |
| |
| <p class="submit-buttons"> |
| <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> |
| <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> |
| {S_FORM_TOKEN} |
| </p> |
| </fieldset> |
| </form> |
| |
| |
| |
| <h1>{L_ACP_REASONS}</h1> |
| |
| <p>{L_ACP_REASONS_EXPLAIN}</p> |
| |
| <form id="reasons" method="post" action="{U_ACTION}"> |
| <fieldset class="tabulated"> |
| <legend>{L_ACP_REASONS}</legend> |
| |
| |
| <table cellspacing="1"> |
| <col class="row1" /><col class="row1" /><col class="row2" /> |
| <thead> |
| <tr> |
| <th>{L_REASON}</th> |
| <th>{L_USED_IN_REPORTS}</th> |
| <th>{L_OPTIONS}</th> |
| </tr> |
| </thead> |
| <tbody> |
| |
| <tr> |
| <td> |
| <i style="float: {S_CONTENT_FLOW_END}; font-size: .9em;">{L_IS_TRANSLATED}{L_IS_NOT_TRANSLATED}</i> |
| <strong>{reasons.REASON_TITLE} *</strong> |
| <br /><span>{reasons.REASON_DESCRIPTION}</span> |
| </td> |
| <td style="width: 100px;">{reasons.REASON_COUNT}</td> |
| <td style="width: 80px; text-align: right; white-space: nowrap;"> |
| |
| {ICON_MOVE_UP_DISABLED} |
| <a href="{reasons.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a> |
| |
| <a href="{reasons.U_MOVE_UP}">{ICON_MOVE_UP}</a> |
| <a href="{reasons.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a> |
| |
| <a href="{reasons.U_MOVE_UP}">{ICON_MOVE_UP}</a> |
| {ICON_MOVE_DOWN_DISABLED} |
| |
| <a href="{reasons.U_EDIT}">{ICON_EDIT}</a> |
| |
| <a href="{reasons.U_DELETE}">{ICON_DELETE}</a> |
| |
| {ICON_DELETE_DISABLED} |
| |
| </td> |
| </tr> |
| |
| </tbody> |
| </table> |
| |
| |
| |
| <p class="quick"> |
| <input type="hidden" name="action" value="add" /> |
| |
| <input type="text" name="reason_title" /> |
| <input class="button2" name="addreason" type="submit" value="{L_ADD_NEW_REASON}" /> |
| {S_FORM_TOKEN} |
| </p> |
| </fieldset> |
| |
| </form> |
| |
| |
| |
| |