| 1 | <mt:setvar name="page_title" value="<__trans phrase="System: Feedback Settings">"> |
|---|
| 2 | <$mt:setvar name="position_actions_bottom" value="1"$> |
|---|
| 3 | <mt:setvar name="system-feedback-settings" value="1"> |
|---|
| 4 | <MTSetVarBlock name="system_msg"> |
|---|
| 5 | <mt:if name="saved"> |
|---|
| 6 | <mtapp:statusmsg |
|---|
| 7 | id="saved" |
|---|
| 8 | class="success"> |
|---|
| 9 | <__trans phrase="Your feedback preferences have been saved."> |
|---|
| 10 | </mtapp:statusmsg> |
|---|
| 11 | </mt:if> |
|---|
| 12 | </MTSetVarBlock> |
|---|
| 13 | <MTSetVarBlock name="content_nav"> |
|---|
| 14 | <mt:include name="include/cfg_system_content_nav.tmpl"> |
|---|
| 15 | </MTSetVarBlock> |
|---|
| 16 | |
|---|
| 17 | <mt:include name="include/header.tmpl"> |
|---|
| 18 | |
|---|
| 19 | <form action="<mt:var name="script_url">" method="post"> |
|---|
| 20 | <input type="hidden" name="__mode" value="save_cfg_system_feedback" /> |
|---|
| 21 | <input type="hidden" name="return_args" value="<mt:var name="return_args" escape="html">" /> |
|---|
| 22 | <input type="hidden" name="magic_token" value="<mt:var name="magic_token">" /> |
|---|
| 23 | |
|---|
| 24 | <fieldset> |
|---|
| 25 | |
|---|
| 26 | <h3><__trans phrase="Feedback: Master Switch"></h3> |
|---|
| 27 | |
|---|
| 28 | <div class="inner"> |
|---|
| 29 | |
|---|
| 30 | <mtapp:setting |
|---|
| 31 | id="comment_disable" |
|---|
| 32 | label="<__trans phrase="Comments">" |
|---|
| 33 | content_class="field-content-text" |
|---|
| 34 | hint="<__trans phrase="This will override all individual blog settings.">"> |
|---|
| 35 | <input type="checkbox" id="comment_disable" name="comment_disable"<mt:if name="comment_disable"> checked="checked"</mt:if> class="cb" /> <label for="comment_disable"><__trans phrase="Disable comments for all blogs"></label> |
|---|
| 36 | </mtapp:setting> |
|---|
| 37 | |
|---|
| 38 | <mtapp:setting |
|---|
| 39 | id="ping_disable" |
|---|
| 40 | label="<__trans phrase="TrackBacks">" |
|---|
| 41 | content_class="field-content-text" |
|---|
| 42 | hint="<__trans phrase="This will override all individual blog settings.">"> |
|---|
| 43 | <input type="checkbox" id="ping_disable" name="ping_disable"<mt:if name="ping_disable"> checked="checked"</mt:if> class="cb" /> <label for="ping_disable"><__trans phrase="Disable TrackBacks for all blogs"></label> |
|---|
| 44 | </mtapp:setting> |
|---|
| 45 | |
|---|
| 46 | </div> |
|---|
| 47 | |
|---|
| 48 | </fieldset> |
|---|
| 49 | |
|---|
| 50 | <fieldset> |
|---|
| 51 | |
|---|
| 52 | <h3><__trans phrase="Outbound Notifications"></h3> |
|---|
| 53 | |
|---|
| 54 | <div class="inner"> |
|---|
| 55 | |
|---|
| 56 | <mtapp:setting |
|---|
| 57 | id="disable_notify_ping" |
|---|
| 58 | label="<__trans phrase="Notification pings">" |
|---|
| 59 | content_class="field-content-text" |
|---|
| 60 | hint="<__trans phrase="This feature allows you to disable sending notification pings when a new entry is created.">"> |
|---|
| 61 | <input type="checkbox" id="disable_notify_ping" name="disable_notify_ping" value="1"<mt:if name="disabled_notify_ping"> checked="checked"</mt:if> class="cb" /> <label for="disable_notify_ping"><__trans phrase="Disable notification pings for all blogs"></label> |
|---|
| 62 | </mtapp:setting> |
|---|
| 63 | |
|---|
| 64 | <mtapp:setting |
|---|
| 65 | id="trackback_send" |
|---|
| 66 | label="<__trans phrase="Outbound TrackBacks">" |
|---|
| 67 | content_class="field-content-text" |
|---|
| 68 | hint="<__trans phrase="Limit outbound TrackBacks and TrackBack auto-discovery for the purposes of keeping your installation private.">" |
|---|
| 69 | show_hint="1"> |
|---|
| 70 | <ul> |
|---|
| 71 | <li><input type="radio" name="trackback_send" id="trackback_send_any" value="any"<mt:if name="trackback_send_any"> checked="checked"</mt:if> class="cb" /> <label for="trackback_send_any"><__trans phrase="Allow to any site"></label></li> |
|---|
| 72 | <li><input type="radio" name="trackback_send" id="trackback_send_off" value="off"<mt:if name="trackback_send_off"> checked="checked"</mt:if> class="cb" /> <label for="trackback_send_off"><__trans phrase="Disabled"></label> <span class="hint"><__trans phrase="(No outbound TrackBacks)"></span></li> |
|---|
| 73 | <li><input type="radio" name="trackback_send" id="trackback_send_local" value="local"<mt:if name="trackback_send_local"> checked="checked"</mt:if> class="cb" /> <label for="trackback_send_local"><__trans phrase="Only allow to blogs on this installation"></label></li> |
|---|
| 74 | <li><input type="radio" name="trackback_send" id="trackback_send_selected" value="selected"<mt:if name="trackback_send_selected"> checked="checked"</mt:if> class="cb" /> <label for="trackback_send_selected"><__trans phrase="Only allow the sites on the following domains:"></label><br /> |
|---|
| 75 | <textarea rows="" cols="" name="trackback_send_domains" class="full-width short"><mt:var name="trackback_send_domains" escape="html"></textarea></li> |
|---|
| 76 | </ul> |
|---|
| 77 | </mtapp:setting> |
|---|
| 78 | |
|---|
| 79 | </div> |
|---|
| 80 | |
|---|
| 81 | </fieldset> |
|---|
| 82 | |
|---|
| 83 | <mt:setvarblock name="action_buttons"> |
|---|
| 84 | <button |
|---|
| 85 | type="submit" |
|---|
| 86 | accesskey="s" |
|---|
| 87 | title="<__trans phrase="Save changes to these settings (s)">" |
|---|
| 88 | class="primary-button" |
|---|
| 89 | ><__trans phrase="Save Changes"></button> |
|---|
| 90 | </mt:setvarblock> |
|---|
| 91 | <mt:include name="include/actions_bar.tmpl" bar_position="bottom" hide_pager="1" settings_bar="1"> |
|---|
| 92 | |
|---|
| 93 | </form> |
|---|
| 94 | |
|---|
| 95 | <mt:include name="include/footer.tmpl"> |
|---|