Ignore:
Timestamp:
Aug 8, 2012, 1:55:06 PM (12 years ago)
Author:
mistic100
Message:

some code corrections

File:
1 edited

Legend:

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

    r17313 r17476  
    5757    $("#loader_import").fadeIn();
    5858   
    59     if ($("input[name='album_mode']").val() == 'identical') {
     59    if ($("input[name='album_mode']:checked").val() == 'identical') {
    6060      var album = 0;
    6161    } else {
     
    115115    <p id="albumSelectWrapper" style="display:none;">
    116116      <select style="width:400px" name="associate" id="albumSelect" size="1">
    117         {html_options options=$associate_options}
     117        {html_options options=$category_parent_options}
    118118      </select>
    119119      {'... or '|@translate}<a href="#" class="addAlbumOpen" title="{'create a new album'|@translate}">{'create a new album'|@translate}</a>
Note: See TracChangeset for help on using the changeset viewer.