Dotclear


Ignore:
Timestamp:
03/03/16 10:45:18 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.9
Message:

Add pseudo-indentation on hierarchical list of categories, still looking for a better way to fix this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.admincombos.php

    r3082 r3206  
    3737          while ($categories->fetch()) { 
    3838               $categories_combo[] = new formSelectOption ( 
     39                    str_repeat('&nbsp;',($categories->level-1)*4). 
    3940                html::escapeHTML($categories->cat_title).' ('.$categories->nb_post.')', 
    4041                    ($use_url ? $categories->cat_url : $categories->cat_id), 
Note: See TracChangeset for help on using the changeset viewer.

Sites map