Dotclear


Ignore:
Timestamp:
05/12/11 19:42:11 (14 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/category.php

    r38 r252  
    5858          if (!isset($p[$rs->cat_id])) { 
    5959               $allowed_parents[] = new formSelectOption( 
    60                     str_repeat('&nbsp;&nbsp;',$rs->level-1).'&bull; '.html::escapeHTML($rs->cat_title), 
     60                    str_repeat('&nbsp;&nbsp;',$rs->level-1).($rs->level-1 == 0 ? '' : '&bull; ').html::escapeHTML($rs->cat_title), 
    6161                    $rs->cat_id 
    6262               ); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map