Ignore:
Timestamp:
Mar 9, 2013, 11:06:35 PM (11 years ago)
Author:
mistic100
Message:

add option too allow/disallow download of categories/collections/specials

Location:
extensions/BatchDownloader/admin/template
Files:
2 edited

Legend:

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

    r20372 r21422  
    3434  $("#max_elements").slider("value", $(this).val());
    3535});
     36
     37jQuery(".showInfo").tipTip({ldelim}
     38  delay: 0,
     39  fadeIn: 200,
     40  fadeOut: 200,
     41  maxWidth: '300px',
     42  defaultPosition: 'bottom'
     43});
    3644{/footer_script}
    3745
     
    6472        </select>
    6573      </label>
     74    </li>
     75    <li>
     76      <span class="property">{'What can be downloaded?'|@translate}</span>
     77      <label><input type="checkbox" name="what[categories]" {if in_array('categories',$batch_download.what)}checked="checked"{/if}/> {'Albums'|@translate}</label>
     78      {if $USER_COLLEC_LOADED}<label><input type="checkbox" name="what[collections]" {if in_array('collections',$batch_download.what)}checked="checked"{/if}/> {'Collections'|@translate}</label>{/if}
     79      <label><input type="checkbox" name="what[specials]" {if in_array('specials',$batch_download.what)}checked="checked"{/if}/> {'Specials'|@translate}</label>
     80          <a class="showInfo" title="{'Most visited'|@translate}, {'Random photos'|@translate}, {'Best rated'|@translate}...">i</a>
    6681    </li>
    6782    <li>
  • extensions/BatchDownloader/admin/template/style.css

    r20138 r21422  
    4747  width:120px;
    4848}
     49
     50.showInfo {
     51  position:static;
     52  display:inline-block;
     53  padding:1px 6px;
     54  width:4px;
     55  height:14px;
     56  line-height:14px;
     57  font-size:0.8em;
     58}
Note: See TracChangeset for help on using the changeset viewer.