Changeset 23532


Ignore:
Timestamp:
Jun 25, 2013, 10:18:30 AM (11 years ago)
Author:
plg
Message:

indent with spaces, not tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/configuration.tpl

    r23526 r23532  
    601601      <label>
    602602        <input type="checkbox" name="menubar_filter_icon" {if ($display.menubar_filter_icon)}checked="checked"{/if}>
    603                                 {'Activate icon "%s"'|@translate|@sprintf:('display only recently posted photos'|@translate|@ucfirst)}
     603        {'Activate icon "%s"'|@translate|@sprintf:('display only recently posted photos'|@translate|@ucfirst)}
    604604      </label>
    605605    </li>
     
    615615      <label>
    616616        <input type="checkbox" name="index_sort_order_input" {if ($display.index_sort_order_input)}checked="checked"{/if}>
    617                                 {'Activate icon "%s"'|@translate|@sprintf:('Sort order'|@translate)}
     617        {'Activate icon "%s"'|@translate|@sprintf:('Sort order'|@translate)}
    618618      </label>
    619619    </li>
     
    622622      <label>
    623623        <input type="checkbox" name="index_flat_icon" {if ($display.index_flat_icon)}checked="checked"{/if}>
    624                                 {'Activate icon "%s"'|@translate|@sprintf:('display all photos in all sub-albums'|@translate|@ucfirst)}
     624        {'Activate icon "%s"'|@translate|@sprintf:('display all photos in all sub-albums'|@translate|@ucfirst)}
    625625      </label>
    626626    </li>
     
    629629      <label>
    630630        <input type="checkbox" name="index_posted_date_icon" {if ($display.index_posted_date_icon)}checked="checked"{/if}>
    631                                 {'Activate icon "%s"'|@translate|@sprintf:('display a calendar by posted date'|@translate|@ucfirst)}
     631        {'Activate icon "%s"'|@translate|@sprintf:('display a calendar by posted date'|@translate|@ucfirst)}
    632632      </label>
    633633    </li>
     
    636636      <label>
    637637        <input type="checkbox" name="index_created_date_icon" {if ($display.index_created_date_icon)}checked="checked"{/if}>
    638                                 {'Activate icon "%s"'|@translate|@sprintf:('display a calendar by creation date'|@translate|@ucfirst)}
     638        {'Activate icon "%s"'|@translate|@sprintf:('display a calendar by creation date'|@translate|@ucfirst)}
    639639      </label>
    640640    </li>
     
    643643      <label>
    644644        <input type="checkbox" name="index_slideshow_icon" {if ($display.index_slideshow_icon)}checked="checked"{/if}>
    645                                 {'Activate icon "%s"'|@translate|@sprintf:('slideshow'|@translate|@ucfirst)}
     645        {'Activate icon "%s"'|@translate|@sprintf:('slideshow'|@translate|@ucfirst)}
    646646      </label>
    647647    </li>
     
    662662      <label>
    663663        <input type="checkbox" name="picture_slideshow_icon" {if ($display.picture_slideshow_icon)}checked="checked"{/if}>
    664                                 {'Activate icon "%s"'|@translate|@sprintf:('slideshow'|@translate|@ucfirst)}
     664        {'Activate icon "%s"'|@translate|@sprintf:('slideshow'|@translate|@ucfirst)}
    665665      </label>
    666666    </li>
     
    669669      <label>
    670670        <input type="checkbox" name="picture_metadata_icon" {if ($display.picture_metadata_icon)}checked="checked"{/if}>
    671                                 {'Activate icon "%s"'|@translate|@sprintf:('Show file metadata'|@translate)}
     671        {'Activate icon "%s"'|@translate|@sprintf:('Show file metadata'|@translate)}
    672672      </label>
    673673    </li>
     
    676676      <label>
    677677        <input type="checkbox" name="picture_download_icon" {if ($display.picture_download_icon)}checked="checked"{/if}>
    678                                 {'Activate icon "%s"'|@translate|@sprintf:('Download this file'|@translate|@ucfirst)}
     678        {'Activate icon "%s"'|@translate|@sprintf:('Download this file'|@translate|@ucfirst)}
    679679      </label>
    680680    </li>
     
    683683      <label>
    684684        <input type="checkbox" name="picture_favorite_icon" {if ($display.picture_favorite_icon)}checked="checked"{/if}>
    685                                 {'Activate icon "%s"'|@translate|@sprintf:('add this photo to your favorites'|@translate|@ucfirst)}
     685        {'Activate icon "%s"'|@translate|@sprintf:('add this photo to your favorites'|@translate|@ucfirst)}
    686686      </label>
    687687    </li>
Note: See TracChangeset for help on using the changeset viewer.