Changeset 856

Show
Ignore:
Timestamp:
12/07/06 23:28:12 (2 years ago)
Author:
lknowland
Message:

Updated the screen text to be more explanatory than "TBD".
Updated the language related to the archive file size dropdown.
Moved the TMPL_IF statements for TARGZ and ZIP such that if the user doesn't have those, they don't see those radio buttons as choices for the archiving format.
BugID: 45767, 45768

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/L10N/en_us.pm

    r795 r856  
    2121    '_USER_STATUS_CAPTION' => 'status', 
    2222    '_external_link_target' => '_top', 
    23     '_BACKUP_RESTORE_DESCRIPTION' => 'TBD', 
     23    '_BACKUP_RESTORE_DESCRIPTION' => 'This screen allows you to backup and restore your Movable Type installation.', 
    2424    '_BACKUP_FILES_DESCRIPTION' => 'TBD', 
    2525    '_BLOG_CONFIG_MODE_BASIC' => 'Basic Mode', 
  • branches/wheeljack/tmpl/cms/backup_restore.tmpl

    r847 r856  
    2222<h2><span class="weblog-title-highlight"><TMPL_IF NAME=BLOG_ID><TMPL_VAR NAME=BLOG_NAME ESCAPE=HTML><TMPL_ELSE><MT_TRANS phrase="System-wide"></TMPL_IF>:</span> <MT_TRANS phrase="Backup / Restore"></h2> 
    2323 
    24 <p class="page-desc"><MT_TRANS phrase="_BACKUP_RESTORE_DESCRIPTION"></p> 
     24<p class="page-desc"><MT_TRANS phrase="_BACKUP_RESTORE_DESCRIPTION"> 
     25<a href="#" onclick="return openManual('backup_restore', 'backup_restore_main')" class="help">?</a></p> 
    2526 
    2627<div class="tabs"> 
     
    3233                                                                                          
    3334<div id="backup-panel"> 
    34  
    35 <p class="page-desc"><MT_TRANS phrase="_USAGE_BACKUP"></p>  
    3635 
    3736<form method="post" action="<TMPL_VAR NAME=SCRIPT_URL>"> 
     
    5756<div class="label"><label><MT_TRANS phrase="Type of archive format">:</label></div> 
    5857<div class="field"> 
    59 <p><input type="radio" id="no_archive" name="backup_archive_format" value="0"> <label for="no_archive"><MT_TRANS phrase="Don't Archive"></label> 
    60 <input type="radio" id="tar.gz" name="backup_archive_format" value="1" checked="checked"<TMPL_UNLESS NAME=TARGZ> disabled="disabled"</TMPL_UNLESS>> <label for="tar.gz"><MT_TRANS phrase="tar.gz"></label> 
    61 <input type="radio" id="zip" name="backup_archive_format" value="2"<TMPL_UNLESS NAME=ZIP> disabled="disabled"</TMPL_UNLESS>> <label for="zip"><MT_TRANS phrase="zip"></label></p> 
     58<p> 
     59<TMPL_IF NAME=TARGZ><input type="radio" id="tar.gz" name="backup_archive_format" value="1" checked="checked"> <label for="tar.gz"><MT_TRANS phrase="tar.gz"></label></TMPL_IF> 
     60<TMPL_IF NAME=ZIP><input type="radio" id="zip" name="backup_archive_format" value="2"> <label for="zip"><MT_TRANS phrase="zip"></label></TMPL_IF> 
     61<input type="radio" id="no_archive" name="backup_archive_format" value="0"> <label for="no_archive"><MT_TRANS phrase="Don't compress"></label> 
     62<a href="#" onclick="return openManual('backup_restore', 'backup_format')" class="help">?</a> 
     63</p> 
    6264</div> 
    6365</div> 
     
    7274<option value="8192">8MB</option> 
    7375</select> 
    74 <p><MT_TRANS phrase="How many items are in a single file."> <a href="#" onclick="return openManual('backup_restore', 'backup_num_items')" class="help">?</a></p> 
     76<p><MT_TRANS phrase="Maximum file size per backup file."> <a href="#" onclick="return openManual('backup_restore', 'backup_num_size')" class="help">?</a></p> 
    7577</div> 
    7678</div> 
     
    8183</div> 
    8284<div id="restore-panel" style="display: none;"> 
    83  
    84 <p class="page-desc"><MT_TRANS phrase="_USAGE_RESTORE"></p>  
    8585 
    8686<form method="post" enctype="multipart/form-data" action="<TMPL_VAR NAME=SCRIPT_URL>">