Ignore:
Timestamp:
Nov 24, 2013, 6:09:57 PM (10 years ago)
Author:
mistic100
Message:

very big update for Piwigo 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/picture_button.tpl

    r23361 r25678  
    11{include file=$USER_COLLEC_ABS_PATH|cat:'template/thumbnails_css_js.tpl'}
    22
    3 {footer_script require='jquery'}{literal}
    4 jQuery().ready(function() {
     3{footer_script require='jquery'}
     4jQuery(function() {
    55  jQuery("#collectionsLink").click(function() {
    66          var elt = jQuery("#collectionsDropdown");
     
    1717  });
    1818});
    19 {/literal}{/footer_script}
     19{/footer_script}
    2020
    21 <a id="collectionsLink" title="{'Add to collection'|@translate}" class="pwg-state-default pwg-button addCollection" rel="nofollow" data-id="{$current.id}" data-cols="[{$CURRENT_COLLECTIONS}]">
     21<a id="collectionsLink" title="{'Add to collection'|translate}" class="pwg-state-default pwg-button addCollection" rel="nofollow" data-id="{$current.id}" data-cols="[{$CURRENT_COLLECTIONS}]">
    2222  <span class="pwg-icon" style="background:url('{$ROOT_URL}{$USER_COLLEC_PATH}template/resources/image_add.png') center center no-repeat;"></span>
    23   <span class="pwg-button-text">{'Add to collection'|@translate}</span>
     23  <span class="pwg-button-text">{'Add to collection'|translate}</span>
    2424</a>
Note: See TracChangeset for help on using the changeset viewer.