Ignore:
Timestamp:
Aug 6, 2012, 5:34:23 PM (12 years ago)
Author:
mistic100
Message:

bug with albums with close names
bug with apostrophe in albums name and description

Location:
extensions/pbase2piwigo/admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/pbase2piwigo/admin/import.php

    r17314 r17434  
    6565  FROM '.CATEGORIES_TABLE.'
    6666;';
    67     display_select_cat_wrapper($query, array(), 'associate_options');
    6867    display_select_cat_wrapper($query, array(), 'category_parent_options');
    6968   
  • extensions/pbase2piwigo/admin/template/import.analyze.tpl

    r17225 r17434  
    6767</form>
    6868
    69 <pre id="preview">
     69<pre id="preview" style="margin-left:10px;">
    7070</pre>
  • extensions/pbase2piwigo/admin/template/import.config.tpl

    r17314 r17434  
    3535    <select style="width:400px" name="parent_category" id="albumSelect" size="1">
    3636      <option value="0">------------</option>
    37       {html_options options=$associate_options}
     37      {html_options options=$category_parent_options}
    3838    </select>
    3939    {'... or '|@translate}<a href="#" class="addAlbumOpen" title="{'create a new album'|@translate}">{'create a new album'|@translate}</a>
  • extensions/pbase2piwigo/admin/template/import.init_import.tpl

    r17314 r17434  
    8181        }
    8282       
    83         jQuery.jGrowl(data['message'], { theme: 'success', header: successHead, life: 2000, sticky: false });
     83        jQuery.jGrowl(data['message'], { theme: 'success', header: successHead, life: 4000, sticky: false });
    8484        queue.increment("categories");
    8585      } else {
Note: See TracChangeset for help on using the changeset viewer.