Ignore:
Timestamp:
Jul 11, 2012, 12:58:19 PM (12 years ago)
Author:
mistic100
Message:

-add complete breadcrumb
-AJAX for remove photos (more faster)
-use try/catch for error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/template/view.tpl

    r16379 r16609  
    1414  <h3>{$set.NAME}</h3>
    1515  {if $set.COMMENT}<blockquote>{$set.COMMENT}</blockquote>{/if}
    16   <span>{'%d images'|@translate|@sprintf:$set.NB_IMAGES}</span>
     16  {'Nb images'|@translate}: <span class="nbImages">{$set.NB_IMAGES}</span>
    1717</p>
    1818
Note: See TracChangeset for help on using the changeset viewer.