Ignore:
Timestamp:
Jun 14, 2013, 12:43:50 PM (11 years ago)
Author:
mistic100
Message:

remove "no caption" option for facebook (buggy)
fix urls
fix pinterest javascript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SocialButtons/template/admin.tpl

    r21232 r23201  
    226226      </td>
    227227      <td>
    228         <label><input type="radio" name="facebook[layout]" value="none" {if $facebook.layout=='none'}checked="checked"{/if}/> {'None'|@translate}</label><br>
     228        <!-- <label><input type="radio" name="facebook[layout]" value="none" {if $facebook.layout=='none'}checked="checked"{/if}/> {'None'|@translate}</label><br> -->
    229229        <label><input type="radio" name="facebook[layout]" value="button_count" {if $facebook.layout=='button_count'}checked="checked"{/if}/> {'Right bubble'|@translate}</label><br>
    230230        <label><input type="radio" name="facebook[layout]" value="box_count" {if $facebook.layout=='box_count'}checked="checked"{/if}/> {'Top bubble'|@translate}</label><br>
Note: See TracChangeset for help on using the changeset viewer.