Changeset 2046

Show
Ignore:
Timestamp:
04/23/08 01:16:56 (22 months ago)
Author:
bsmith
Message:

bugzid:64661 - hide backup message when backup option is de-selected

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/tmpl/cms/dialog/refresh_templates.tmpl

    r1309 r2046  
    104104 
    105105        <div> 
    106         <input type="checkbox" id="backup" name="backup" value="1" checked="checked" /> 
     106        <input type="checkbox" id="backup" name="backup" value="1" checked="checked" onclick="toggleHidden('backups-message-refresh');toggleHidden('backups-message-clean');" /> 
    107107        <label for="backup"><__trans phrase="Make backups of existing templates first"></label> 
    108108        </div> 
     
    134134                <li><__trans phrase="potentially install new templates"></li> 
    135135                <li><__trans phrase="overwrite some existing templates with new template code"></li> 
    136                 <li><__trans phrase="backups will be made of your templates and can be accessed through your backup filter"></li> 
     136                <li id="backups-message-refresh"><__trans phrase="backups will be made of your templates and can be accessed through your backup filter"></li> 
    137137            </ul> 
    138138        </div> 
     
    144144                <li><__trans phrase="delete all of the templates in your blog"></li> 
    145145                <li><__trans phrase="install new templates from the selected template set"></li> 
    146                 <li><__trans phrase="backups will be made of your templates and can be accessed through your backup filter"></li> 
     146                <li id="backups-message-clean"><__trans phrase="backups will be made of your templates and can be accessed through your backup filter"></li> 
    147147            </ul> 
    148148        </div>