Ignore:
Timestamp:
Jan 12, 2013, 3:13:08 PM (11 years ago)
Author:
mistic100
Message:
  • add webservices
  • add mail function
  • add admin list
  • add admin export function
  • try to deal with Gthumb+
  • activate multisize dropdown menu of collection page

TODO : use webservices instead of toggle_image.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/include/events.inc.php

    r17657 r20090  
    33
    44# this file contains all functions directly called by the triggers #
     5
     6/* compatibility fix with Gthumb+ */
     7function user_collections_save_pagination()
     8{
     9  global $user, $page, $uc_nb_image_page_save;
     10   
     11  $uc_nb_image_page_save['user'] = $user['nb_image_page'];
     12  $uc_nb_image_page_save['page'] = $page['nb_image_page'];
     13}
    514
    615
     
    122131{strip}<a class="addCollection" href="{$collection_toggle_url}{$thumbnail.id}" data-id="{$thumbnail.id}" rel="nofollow">
    123132{if $COL_ID or $thumbnail.COLLECTION_SELECTED}
    124 {\'Remove from collection\'|@translate}&nbsp;<img src="{$ROOT_URL}{$USER_COLLEC_PATH}template/image_delete.png" title="{\'Remove from collection\'|@translate}">
     133{\'Remove from collection\'|@translate}&nbsp;<img src="{$ROOT_URL}{$USER_COLLEC_PATH}template/resources/image_delete.png" title="{\'Remove from collection\'|@translate}">
    125134{else}
    126 {\'Add to collection\'|@translate}&nbsp;<img src="{$ROOT_URL}{$USER_COLLEC_PATH}template/image_add.png" title="{\'Add to collection\'|@translate}">
     135{\'Add to collection\'|@translate}&nbsp;<img src="{$ROOT_URL}{$USER_COLLEC_PATH}template/resources/image_add.png" title="{\'Add to collection\'|@translate}">
    127136{/if}
    128137</a>{/strip}';
Note: See TracChangeset for help on using the changeset viewer.