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/menublock_user_collec.tpl

    r16688 r16698  
    11<dt>{$block->get_title()}</dt>
    22<dd>
    3   <p><a href="{$block->data.U_LIST}">{'You have %d collections'|@translate|sprintf:$block->data.NB_COL}</a></p>
     3  <p>
     4    {if $block->data.NB_COL == 0}
     5      {'You have no collection'|@translate|sprintf:$block->data.NB_COL}
     6    {else}
     7      <a href="{$block->data.U_LIST}">{$pwg->l10n_dec('You have %d collection', 'You have %d collections', $block->data.NB_COL)}</a>
     8    {/if}</p>
    49  {if $block->data.collections}
    510  <ul>{strip}
Note: See TracChangeset for help on using the changeset viewer.