Changeset 944

Show
Ignore:
Timestamp:
12/19/06 00:16:47 (2 years ago)
Author:
lknowland
Message:

Clarified the language around "Upload New File". Clarified the copy for the button to read "Insert" or "Next" depending upon what the user is inserting. BugID: 45944, 45936

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/mt-static/styles.css

    r913 r944  
    13501350} 
    13511351 
     1352.upload_from_dialog { 
     1353    float:left; 
     1354} 
     1355 
    13521356.asset-detail-panel-inner-modal { 
    13531357    background-color: white; 
  • branches/wheeljack/tmpl/cms/dialog_list_assets.tmpl

    r937 r944  
    5252<h2><span class="weblog-title-highlight"><TMPL_IF NAME=EDIT_BLOG_ID><TMPL_VAR NAME=BLOG_NAME ESCAPE=HTML><TMPL_ELSE><MT_TRANS phrase="System-wide"></TMPL_IF>: </span> <MT_TRANS phrase="Assets"></h2> 
    5353 
    54     <span class="modal_added"><MT_TRANS phrase="Select the asset you would like to insert, or upload a new one."></span> 
     54    <span class="modal_added"><MT_TRANS phrase="Select the [_1] you would like to insert, or upload a new one." params="<TMPL_IF NAME=IS_IMAGE>image<TMPL_ELSE>file</TMPL_IF>"></span> 
    5555 
    56 <p class="page-desc"> 
     56<p class="page-desc upload_from_dialog"> 
    5757<TMPL_IF NAME=EDIT_BLOG_ID> 
    5858<TMPL_IF NAME=CAN_UPLOAD> 
    59 <img src="<TMPL_VAR NAME=STATIC_URI>images/status_icons/create.gif" alt="<MT_TRANS phrase="Upload New File">" width="9" height="9" /> 
    60 <a href="<TMPL_VAR NAME=SCRIPT_URL>?__mode=start_upload&amp;_type=asset&amp;blog_id=<TMPL_VAR NAME=BLOG_ID>&amp;dialog_view=1&amp;entry_insert=1&amp;edit_field=<TMPL_VAR NAME=EDIT_FIELD>&amp;return_args=<TMPL_VAR NAME=RETURN_ARGS ESCAPE=URL>')"><MT_TRANS phrase="Upload New File"></a> 
     59<img src="<TMPL_VAR NAME=STATIC_URI>images/status_icons/create.gif" alt="<MT_TRANS phrase="Upload New Asset">" width="9" height="9" /> 
     60<a href="<TMPL_VAR NAME=SCRIPT_URL>?__mode=start_upload&amp;_type=asset&amp;blog_id=<TMPL_VAR NAME=BLOG_ID>&amp;dialog_view=1&amp;entry_insert=1&amp;edit_field=<TMPL_VAR NAME=EDIT_FIELD>&amp;return_args=<TMPL_VAR NAME=RETURN_ARGS ESCAPE=URL>')"><MT_TRANS phrase="Upload New [_1]" params="<TMPL_IF NAME=IS_IMAGE>Image<TMPL_ELSE>File</TMPL_IF>"></a> 
    6161</TMPL_IF> 
    6262</TMPL_IF> 
     
    148148    <form action="" method="get" onsubmit="return false"> 
    149149    <input class="cancel" type="button" value="<MT_TRANS phrase="Cancel">" /> 
    150     <input class="close" type="submit" value="<MT_TRANS phrase="Insert">" disabled="disabled" /> 
     150    <input class="close" type="submit" value="<MT_TRANS phrase="[_1]" params="<TMPL_IF NAME=IS_IMAGE>Next<TMPL_ELSE>Insert</TMPL_IF>">" disabled="disabled" /> 
    151151    </form> 
    152152</div> 
     
    154154</TMPL_UNLESS> 
    155155<TMPL_ELSE> 
    156 <br /><h4 class="message"><MT_TRANS phrase="No assets could be found."></h4> 
     156<br /> 
     157<h4 class="message"> 
     158<form action="" method="get" onsubmit="return false"> 
     159<MT_TRANS phrase="No assets could be found."> 
     160<input class="cancel" type="button" value="<MT_TRANS phrase="Cancel">" /> 
     161</form> 
     162</h4> 
    157163</TMPL_IF><TMPL_UNLESS NAME=JSON> 
    158164