Changeset 29541 for extensions


Ignore:
Timestamp:
Sep 15, 2014, 7:21:31 PM (10 years ago)
Author:
plg
Message:

new font-icons checkboxes (requires Piwigo 2.7)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdditionalPages/trunk/admin/template/add_page.tpl

    r29509 r29541  
     1{combine_script id='common' load='footer' path='admin/themes/default/js/common.js'}
     2
    13{footer_script require='jquery'}{literal}
    24jQuery().ready( function () {
     
    8385
    8486  <p>
    85     <label><input type="checkbox" name="homepage" id="homepage" {if isset($HOMEPAGE) and $HOMEPAGE}checked="checked"{/if}/> <strong>{'ap_set_as_homepage'|@translate}</strong></label> <i>{'ap_homepage_tip'|@translate}</i>
     87    <label class="font-checkbox">
     88      <span class="icon-check"></span>
     89      <input type="checkbox" name="homepage" id="homepage" {if isset($HOMEPAGE) and $HOMEPAGE}checked="checked"{/if}/> <strong>{'ap_set_as_homepage'|@translate}</strong>
     90    </label>
     91    <i>{'ap_homepage_tip'|@translate}</i>
    8692  </p>
    8793     
    8894  <p>
    89     <label><input type="checkbox" name="standalone" id="standalone" {if isset($STANDALONE) and $STANDALONE}checked="checked"{/if}/> <strong>{'ap_standalone_page'|@translate}</strong></label> <i>{'ap_standalone_tip'|@translate}</i>
     95    <label class="font-checkbox">
     96      <span class="icon-check"></span>
     97      <input type="checkbox" name="standalone" id="standalone" {if isset($STANDALONE) and $STANDALONE}checked="checked"{/if}/> <strong>{'ap_standalone_page'|@translate}</strong>
     98    </label>
     99    <i>{'ap_standalone_tip'|@translate}</i>
    90100  </p>
    91101
Note: See TracChangeset for help on using the changeset viewer.