Dotclear


Ignore:
Timestamp:
05/12/11 19:42:11 (13 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
default
Message:

Suppression des puces surnuméraires dans les listes de catégories (le premier niveau de catégorie n'a plus de puce en préfixe)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/posts.php

    r158 r252  
    6363     $categories_combo[__('None')] = 'NULL'; 
    6464     while ($categories->fetch()) { 
    65           $categories_combo[str_repeat('&nbsp;&nbsp;',$categories->level-1).'&bull; '. 
     65          $categories_combo[str_repeat('&nbsp;&nbsp;',$categories->level-1).($categories->level-1 == 0 ? '' : '&bull; '). 
    6666               html::escapeHTML($categories->cat_title). 
    6767               ' ('.$categories->nb_post.')'] = $categories->cat_id; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map