Ignore:
Timestamp:
Mar 9, 2009, 8:41:45 PM (15 years ago)
Author:
nikrou
Message:

fix html warnings. unclosed monotags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/site_update.tpl

    r2950 r3185  
    6464                <legend>{'update_sync_files'|@translate}</legend>
    6565                <ul>
    66                         <li><label><input type="radio" name="sync" value="" {if empty($introduction.sync)}checked="checked"{/if}/> {'nothing'|@translate}</label></li>
    67                         <li><label><input type="radio" name="sync" value="dirs" {if 'dirs'==$introduction.sync}checked="checked"{/if}/> {'update_sync_dirs'|@translate}</label></li>
     66                        <li><label><input type="radio" name="sync" value="" {if empty($introduction.sync)}checked="checked"{/if}> {'nothing'|@translate}</label></li>
     67                        <li><label><input type="radio" name="sync" value="dirs" {if 'dirs'==$introduction.sync}checked="checked"{/if}> {'update_sync_dirs'|@translate}</label></li>
    6868
    69                         <li><label><input type="radio" name="sync" value="files" {if 'files'==$introduction.sync}checked="checked"{/if}/> {'update_sync_all'|@translate}</label>
     69                        <li><label><input type="radio" name="sync" value="files" {if 'files'==$introduction.sync}checked="checked"{/if}> {'update_sync_all'|@translate}</label>
    7070                                <ul style="padding-left:3em">
    71                                         <li><label><input type="checkbox" name="display_info" value="1" {if $introduction.display_info}checked="checked"{/if}/> {'update_display_info'|@translate}</label></li>
    72                                         <li><label><input type="checkbox" name="add_to_caddie" value="1" {if $introduction.add_to_caddie}checked="checked"{/if}/> {'add new elements to caddie'|@translate}</label></li>
     71                                        <li><label><input type="checkbox" name="display_info" value="1" {if $introduction.display_info}checked="checked"{/if}> {'update_display_info'|@translate}</label></li>
     72                                        <li><label><input type="checkbox" name="add_to_caddie" value="1" {if $introduction.add_to_caddie}checked="checked"{/if}> {'add new elements to caddie'|@translate}</label></li>
    7373                                        <li><label>{'Minimum privacy level'|@translate} <select name="privacy_level">{html_options options=$introduction.privacy_level_options selected=$introduction.privacy_level_selected}</select></label></li>
    7474                                </ul>
     
    7979        <fieldset id="syncMetadata">
    8080                <legend>{'update_sync_metadata'|@translate}</legend>
    81                 <label><input type="checkbox" name="sync_meta" {if $introduction.sync_meta}checked="checked"{/if}/> {'synchronize metadata'|@translate} ({$METADATA_LIST})</label></li>
     81                <label><input type="checkbox" name="sync_meta" {if $introduction.sync_meta}checked="checked"{/if}> {'synchronize metadata'|@translate} ({$METADATA_LIST})</label></li>
    8282                <ul style="padding-left:3em">
    8383                        <li>
    84                                 <label><input type="checkbox" name="meta_all" {if $introduction.meta_all}checked="checked"{/if}/> {'update_sync_metadata_all'|@translate}</label>
     84                                <label><input type="checkbox" name="meta_all" {if $introduction.meta_all}checked="checked"{/if}> {'update_sync_metadata_all'|@translate}</label>
    8585                        </li>
    8686                        <li>
    87                                 <label><input type="checkbox" name="meta_empty_overrides" {if $introduction.meta_empty_overrides}checked="checked"{/if}/> {'overrides existing values with empty ones'|@translate}</label>
     87                                <label><input type="checkbox" name="meta_empty_overrides" {if $introduction.meta_empty_overrides}checked="checked"{/if}> {'overrides existing values with empty ones'|@translate}</label>
    8888                        </li>
    8989                </ul>
     
    9292  <fieldset id="syncSimulate">
    9393    <legend></legend>
    94     <ul><li><label><input type="checkbox" name="simulate" value="1" checked="checked" {$TAG_INPUT_ENABLED} /> {'update_simulate'|@translate}</label></li></ul>
     94    <ul><li><label><input type="checkbox" name="simulate" value="1" checked="checked" {$TAG_INPUT_ENABLED}> {'update_simulate'|@translate}</label></li></ul>
    9595  </fieldset>
    9696
     
    104104    </li>
    105105
    106     <li><label><input type="checkbox" name="subcats-included" value="1" {if $introduction.subcats_included}checked="checked"{/if}/> {'search_subcats_included'|@translate}</label></li>
     106    <li><label><input type="checkbox" name="subcats-included" value="1" {if $introduction.subcats_included}checked="checked"{/if}> {'search_subcats_included'|@translate}</label></li>
    107107    </ul>
    108108  </fieldset>
    109109
    110110  <p class="bottomButtons">
    111     <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" />
    112     <input class="submit" type="reset"  value="{'Reset'|@translate}"  name="reset"  />
     111    <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit">
     112    <input class="submit" type="reset"  value="{'Reset'|@translate}"  name="reset">
    113113  </p>
    114114</form>
Note: See TracChangeset for help on using the changeset viewer.