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

-separate "archive_comment" in a new config parameter
-confirmation message before start download

Location:
extensions/BatchDownloader/template
Files:
2 edited

Legend:

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

    r16626 r16689  
    11{html_style}
    22.thumbnails  .wrap1 {ldelim} position:relative; }
    3 .removeSet {ldelim} width:100%;height:16px;display:none;position:absolute;top:0;background:rgba(0,0,0,0.8);padding:2px;border-radius:2px;font-size:0.8em;z-index:100;color:#eee;white-space:nowrap; }
     3.wrap1 .removeSet {ldelim} width:100%;height:16px;display:none;position:absolute;top:0;background:rgba(0,0,0,0.8);padding:2px;border-radius:2px;font-size:10px;z-index:100;color:#eee;white-space:nowrap; }
    44.wrap1:hover .removeSet {ldelim} display:block;
    55{/html_style}
  • extensions/BatchDownloader/template/view.tpl

    r16626 r16689  
    2222  {assign var="nb_images" value='<span class="nbImagesSet">'|@cat:$set.NB_IMAGES|@cat:'</span>'}
    2323  {'%d photos'|@translate|replace:'%d':'%s'|sprintf:$nb_images}
     24  <br>
     25  <b><a href="{$U_INIT_ZIP}" rel="nofollow">{'Return to download page'|@translate} →</a></b>
    2426</fieldset>
    2527
     
    3436
    3537{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
    36 
    37 <p style="text-align:center;font-weight:bold;margin:20px;"><a href="{$U_INIT_ZIP}" rel="nofollow">{'Return to download page'|@translate}</a></p>
    3838{/if}
    3939
Note: See TracChangeset for help on using the changeset viewer.