Ignore:
Timestamp:
Dec 4, 2013, 11:24:44 PM (10 years ago)
Author:
mistic100
Message:

import description and geotags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/flickr2piwigo/admin/template/import.list_photos.tpl

    r17476 r25789  
    1 {include file='include/colorbox.inc.tpl'}
    2 {include file='include/add_album.inc.tpl'}
    3 {combine_script id='jquery.ajaxmanager' load='footer' path='themes/default/js/plugins/jquery.ajaxmanager.js'}
    4 {combine_script id='jquery.jgrowl' load='footer' require='jquery' path='themes/default/js/plugins/jquery.jgrowl_minimized.js'}
    5 {combine_css path="admin/themes/default/uploadify.jGrowl.css"}
    6 
    71{footer_script require='jquery.ajaxmanager,jquery.jgrowl'}
    82/* global vars */
     
    6660        return true;
    6761      });
    68       $(this).click(function(event) {console.log(event.shiftKey);$(this).triggerHandler("shclick",event)});
     62      $(this).click(function(event) {$(this).triggerHandler("shclick",event)});
    6963    });
    7064  }
     
    417411      <label><input type="checkbox" name="fill_taken" checked="checked"> {'Creation date'|@translate}</label>
    418412      <label><input type="checkbox" name="fill_posted"> {'Post date'|@translate}</label>
     413      <label><input type="checkbox" name="fill_description" checked="checked"> {'Description'|@translate}</label>
     414      {if $GMAPS_LOADED}<label><input type="checkbox" name="fill_geotag" checked="checked"> {'Geolocalization'|@translate}</label>{/if}
    419415    </p>
    420416
Note: See TracChangeset for help on using the changeset viewer.