Changeset 2075

Show
Ignore:
Timestamp:
04/24/08 23:00:37 (3 months ago)
Author:
bchoate
Message:

Applied more form labels from Su. BugId:79293

Files:

Legend:

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

    r1212 r2075  
    5151                <span class="alert-success-inline icon-left icon-success"><__trans phrase="TypeKey is enabled."></span> 
    5252            </p> 
    53             <p><__trans phrase="TypeKey token:"> <input type="text" id="remote_auth_token" name="remote_auth_token" value="<mt:var name="REMOTE_AUTH_TOKEN" escape="HTML">" /> <a href="javascript:void(0)" onclick="getByID('remote_auth_token').value='';getByID('save_token_msg').style.display='block';getByID('token_curr_status').style.display='none';return false"><__trans phrase="Clear TypeKey Token"></a></p> 
     53            <p><label for="remote_auth_token"><__trans phrase="TypeKey token:"></label> <input type="text" id="remote_auth_token" name="remote_auth_token" value="<mt:var name="REMOTE_AUTH_TOKEN" escape="HTML">" /> <a href="javascript:void(0)" onclick="getByID('remote_auth_token').value='';getByID('save_token_msg').style.display='block';getByID('token_curr_status').style.display='none';return false"><__trans phrase="Clear TypeKey Token"></a></p> 
    5454        </div> 
    5555        <p id="save_token_msg" style="display:none"> 
     
    5959        <p><span class="icon-left icon-neutral"><__trans phrase="TypeKey is not enabled."></span></p> 
    6060        <p> 
    61             <__trans phrase="TypeKey token:"> <input type="text" name="remote_auth_token" value="<mt:var name="REMOTE_AUTH_TOKEN" escape="HTML">" /> 
     61            <label for="remote_auth_token"><__trans phrase="TypeKey token:"></label> <input type="text" name="remote_auth_token" id="remote_auth_token" value="<mt:var name="REMOTE_AUTH_TOKEN" escape="HTML">" /> 
    6262            &nbsp;<__trans phrase="or">&nbsp;<a href="javascript:void(0)" onclick="window.open('<mt:var name="IDENTITY_SYSTEM">/handshake?<mt:if name="LANG">lang=<mt:var name="LANG">&amp;</mt:if>url=<mt:var name="HANDSHAKE_RETURN" escape="URL">&amp;blog_id=<mt:var name="BLOG_ID">');return false"><__trans phrase="Obtain TypeKey token"></a> 
    6363        </p>