Ignore:
Timestamp:
Dec 24, 2010, 1:01:39 AM (13 years ago)
Author:
rub
Message:

Add css
Fix translations
Finish like box integration

File:
1 edited

Legend:

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

    r8254 r8275  
    99<fieldset>
    1010  <ul>
    11     <h3><a href="{$social_plugin.like_button.FB_PAGE}" onclick="window.open(this.href); return false;">{'Like button'|@translate}</a></h3>
     11    <h3><a href="{$social_plugin.like_button.FB_PAGE}" onclick="window.open(this.href); return false;">{'Like button'|@translate}</a> {'on picture pages'|@translate}</h3>
    1212    <li>
    1313      <label>
     
    6868<fieldset>
    6969  <ul>
    70     <h3><a href="{$social_plugin.like_box.FB_PAGE}" onclick="window.open(this.href); return false;">{'Like box'|@translate}</a></h3>
     70    <h3><a href="{$social_plugin.like_box.FB_PAGE}" onclick="window.open(this.href); return false;">{'Like box'|@translate}</a> {'on main pages'|@translate}</h3>
    7171    <li>
    7272      <label>
     
    7979      <li>
    8080        <label>
    81           <span class="property">{'URL type'|@translate}</span>
    82           <select name="FBP_SOCIAL_PLUGIN_LIKE_BOX_URL_TYPE" size="1">
    83             {html_options options=$social_plugin.like_box.URL_TYPE_OPTIONS selected=$social_plugin.like_box.URL_TYPE_OPTIONS_SELECTED}
    84           </select>
     81          <span class="property">{'Facebook Page URL'|@translate}</span>
     82          <input type="text" size="79" name="FBP_SOCIAL_PLUGIN_LIKE_BOX_URL" value="{$social_plugin.like_box.URL}" />
    8583        </label>
    8684      </li>
Note: See TracChangeset for help on using the changeset viewer.