Changeset 2347

Show
Ignore:
Timestamp:
05/15/08 23:19:05 (6 months ago)
Author:
bsmith
Message:

bugzid:79746 - Fixing display issue on Web Services Settings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-38/tmpl/cms/cfg_web_services.tmpl

    r2075 r2347  
    8181        help_page="blog_settings_entry_defaults" 
    8282        help_section="update_pings"> 
    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> 
    9799    </mtapp:setting> 
    98100 
     
    104106        help_section="recently_updated_key" 
    105107        show_hint="1"> 
    106         <input name="mt_update_key" id="mt_update_key" value="<mt:var name="mt_update_key" escape="html">" /> 
     108        <div class="textarea-wrapper half-width"> 
     109            <input name="mt_update_key" id="mt_update_key" value="<mt:var name="mt_update_key" escape="html">" class="full-width" /> 
     110        </div> 
    107111    </mtapp:setting> 
    108112