| 83 | | |
|---|
| 84 | | <mt:if name="system_disabled_notify_pings"> |
|---|
| 85 | | <p><img src="<mt:var name="static_uri">images/status_icons/warning.gif" alt="<__trans phrase="Setting Ignored">" width="9" height="9" /> |
|---|
| 86 | | <span class="alert-warning-inline"><__trans phrase="Note: This option is currently ignored since outbound notification pings are disabled system-wide."></span></p> |
|---|
| 87 | | </mt:if> |
|---|
| 88 | | <ul> |
|---|
| 89 | | <mt:if name="pings_loop"> |
|---|
| 90 | | <mt:loop name="pings_loop"> |
|---|
| 91 | | <li><input type="checkbox" name="ping_<mt:var name="key">" id="ping_<mt:var name="key">" value="1"<mt:if name="selected"> checked="checked"</mt:if> class="cb" /> <label for="ping_<mt:var name="key">"><mt:var name="label"></label></li> |
|---|
| 92 | | </mt:loop> |
|---|
| 93 | | </mt:if> |
|---|
| 94 | | <li><label for="ping_others"><__trans phrase="Others:"> <span class="hint"><__trans phrase="(Separate URLs with a carriage return.)"></span></label><br /> |
|---|
| 95 | | <textarea name="ping_others" id="ping_others" rows="" cols="" class="full-width short"><mt:var name="ping_others" escape="html"></textarea></li> |
|---|
| 96 | | </ul> |
|---|
| | 83 | <mt:if name="system_disabled_notify_pings"> |
|---|
| | 84 | <p><img src="<mt:var name="static_uri">images/status_icons/warning.gif" alt="<__trans phrase="Setting Ignored">" width="9" height="9" /> |
|---|
| | 85 | <span class="alert-warning-inline"><__trans phrase="Note: This option is currently ignored since outbound notification pings are disabled system-wide."></span></p> |
|---|
| | 86 | </mt:if> |
|---|
| | 87 | <ul> |
|---|
| | 88 | <mt:if name="pings_loop"> |
|---|
| | 89 | <mt:loop name="pings_loop"> |
|---|
| | 90 | <li><input type="checkbox" name="ping_<mt:var name="key">" id="ping_<mt:var name="key">" value="1"<mt:if name="selected"> checked="checked"</mt:if> class="cb" /> <label for="ping_<mt:var name="key">"><mt:var name="label"></label></li> |
|---|
| | 91 | </mt:loop> |
|---|
| | 92 | </mt:if> |
|---|
| | 93 | <li><label for="ping_others"><__trans phrase="Others:"> <span class="hint"><__trans phrase="(Separate URLs with a carriage return.)"></span></label> |
|---|
| | 94 | <div class="textarea-wrapper"> |
|---|
| | 95 | <textarea name="ping_others" id="ping_others" rows="" cols="" class="full-width short"><mt:var name="ping_others" escape="html"></textarea> |
|---|
| | 96 | </div> |
|---|
| | 97 | </li> |
|---|
| | 98 | </ul> |
|---|