Ignore:
Timestamp:
Jul 13, 2012, 8:49:13 PM (12 years ago)
Author:
mistic100
Message:

-update menu when the temp collection is created
-update BatchDownloader confirmation message

File:
1 edited

Legend:

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

    r16688 r16698  
    55{/html_style}
    66
     7{if not $NO_AJAX}
    78{footer_script require='jquery'}
    89jQuery(".addCollection").click(function() {ldelim}
     
    2122    {if $COL_ID}
    2223      $trigger.parent(".wrap1").hide("fast", function() {ldelim} $trigger.remove() });
     24      if (typeof batchdown_count != 'undefined') batchdown_count-=1;
    2325    {else}
    2426      $trigger.html('{'Add to collection'|@translate}&nbsp;<img src="{$USER_COLLEC_PATH}template/image_add.png" title="{'Add to collection'|@translate}">');
     
    3335});
    3436{/footer_script}
     37{/if}
Note: See TracChangeset for help on using the changeset viewer.