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

-button on admin page to purge download list
-confirmation is properly updated on UserCollection page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/admin/template/sets.tpl

    r16400 r16697  
    6464    <td>{$set.NB_ARCHIVES}</td>
    6565    <td>
    66       {$set.STATUS}
    67       {if $set.STATUS == 'download'}({$set.LAST_ZIP}/{$set.NB_ARCHIVES}){/if}
     66      {$set.STATUS|@translate}
     67      {if $set.STATUS == 'download'}<i style="font-size:0.8em;">({$set.LAST_ZIP}/{$set.NB_ARCHIVES})</i>{/if}
    6868    </td>
    6969    <td style="padding-left:25px;">
     
    8080  {/if}
    8181</table>
     82
     83<form action="{$F_FILTER_ACTION}" method="post">
     84<p><label><input type="checkbox" name="delete_done" value="1"> {'Remove all finished downloads'|@translate}</label>
     85<input type="submit" value="{'Submit'|@translate}"></p>
     86</form>
Note: See TracChangeset for help on using the changeset viewer.