Changeset 5618 for trunk


Ignore:
Timestamp:
Apr 3, 2010, 11:49:41 PM (14 years ago)
Author:
patdenice
Message:

Feature 1533: Add download button to display configuration.

Location:
trunk/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r5328 r5618  
    8787    'picture_slideshow_icon',
    8888    'picture_favorite_icon',
     89    'picture_download_icon',
    8990    'picture_navigation_icons',
    9091    'picture_navigation_thumb',
  • trunk/admin/themes/default/template/configuration.tpl

    r5453 r5618  
    270270        <span class="property">{'Show file metadata'|@translate|@string_format:$pwg->l10n('Activate icon "%s"')}</span>
    271271        <input type="checkbox" name="picture_metadata_icon" {if ($display.picture_metadata_icon)}checked="checked"{/if}>
     272      </label>
     273    </li>
     274
     275    <li>
     276      <label>
     277        <span class="property">{'download this file'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span>
     278        <input type="checkbox" name="picture_download_icon" {if ($display.picture_download_icon)}checked="checked"{/if}>
    272279      </label>
    273280    </li>
Note: See TracChangeset for help on using the changeset viewer.