Ignore:
Timestamp:
Jan 2, 2011, 2:24:22 AM (13 years ago)
Author:
rub
Message:

Add share icon on picture and album page

Rename footer.lang.php to common.lang.php
Remove use of target to open a new window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FacebookPlug/Plugin/tpl/admin.config.tpl

    r8386 r8436  
    223223<p><i>{'Other options are available by programming'|@translate}</i></p>
    224224{/if}{* isset $social_plugin*}
     225
     226{if isset($share)}
     227<fieldset>
     228  <legend>{'Options'|@translate}</legend>
     229  <ul>
     230    <li>
     231      <label>
     232        <span class="property">{'Share picture page'|@translate}</span>
     233        <a class="HelptipTip" href="#" title="{'Add a icon link on each picture page to share on Facebook'|@translate}"><sup>{' (?)'|@translate}</sup></a>
     234        <input type="checkbox" name="FBP_SHARE_PICTURE" {$share.FBP_SHARE_PICTURE} />
     235      </label>
     236    </li>
     237    <li>
     238      <label>
     239        <span class="property">{'Share album page'|@translate}</span>
     240        <a class="HelptipTip" href="#" title="{'Add a icon link on each album page to share on Facebook'|@translate}"><sup>{' (?)'|@translate}</sup></a>
     241        <input type="checkbox" name="FBP_SHARE_ALBUM" {$share.FBP_SHARE_ALBUM} />
     242      </label>
     243    </li>
     244  </ul>
     245</fieldset>
     246{/if}{* isset $share*}
    225247
    226248{if isset($advanced)}
Note: See TracChangeset for help on using the changeset viewer.