Changeset 946

Show
Ignore:
Timestamp:
12/19/06 01:37:57 (2 years ago)
Author:
lknowland
Message:

Clarified what it is the user is meant to do with regards to which restore file to upload. BugID: 45907

Files:

Legend:

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

    r944 r946  
    35403540} 
    35413541 
     3542.upload_restore_files { 
     3543    font-size: 11px; 
     3544    color: #BDA239; 
     3545    font-weight: bold; 
     3546} 
    35423547.dialog .panel .items { 
    35433548    font-size: 11px; 
  • branches/wheeljack/tmpl/cms/dialog_restore_upload.tmpl

    r809 r946  
    4949 
    5050<div id="<TMPL_VAR NAME=NAME>-panel" class="hidden panel"> 
    51   <h2><span class="weblog-title-highlight"><MT_TRANS phrase="Restore Multiple Files"></span>: Upload <TMPL_VAR NAME=NAME></h2> 
     51  <h2><span class="weblog-title-highlight"><MT_TRANS phrase="Restore Multiple Files"></span>: <MT_TRANS phrase="Restoring"></h2> 
     52 
     53<span class="modal_added"><MT_TRANS phrase="Please upload the following file">: <span class="upload_restore_files"><TMPL_VAR NAME=NAME></span></span> 
     54 
    5255<TMPL_IF NAME=ERROR> 
    5356<div class="error-message"><TMPL_VAR NAME=ERROR></div> 
     
    6568<input type="hidden" name="deferred_json" value="<TMPL_VAR NAME=DEFERRED_JSON ESCAPE=HTML>" /> 
    6669 
    67 <label><MT_TRANS phrase="Upload:"></label> 
    68 <input name="file" id="file" type="file" size="50" /> 
     70<p><label><MT_TRANS phrase="Upload:"></label> 
     71<input name="file" id="file" type="file" size="50" /></p> 
    6972</form> 
    7073<div class="panel-commands">