Changeset 29541 for extensions/AdditionalPages/trunk
- Timestamp:
- Sep 15, 2014, 7:21:31 PM (10 years ago)
- 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 1 3 {footer_script require='jquery'}{literal} 2 4 jQuery().ready( function () { … … 83 85 84 86 <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> 86 92 </p> 87 93 88 94 <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> 90 100 </p> 91 101
Note: See TracChangeset
for help on using the changeset viewer.