Dotclear

Changeset 2125:74284ba2e9e4


Ignore:
Timestamp:
09/28/13 08:13:49 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Tentative d'épurement de la liste des catégories.

Location:
admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/categories.php

    r1988 r2125  
    157157 
    158158          echo    
    159           '<p><label class="classic" for="cat_'.$rs->cat_id.'"><a href="category.php?id='.$rs->cat_id.'">'.html::escapeHTML($rs->cat_title).'</a></label> </p>'. 
    160           '<p>(<a href="posts.php?cat_id='.$rs->cat_id.'">'. 
     159          '<p class="cat-title"><label class="classic" for="cat_'.$rs->cat_id.'"><a href="category.php?id='.$rs->cat_id.'">'.html::escapeHTML($rs->cat_title).'</a></label> </p>'. 
     160          '<p class="cat-nb-posts">(<a href="posts.php?cat_id='.$rs->cat_id.'">'. 
    161161          sprintf(($rs->nb_post > 1 ? __('%d entries') : __('%d entry') ),$rs->nb_post).'</a>'. 
    162162          ', '.__('total:').' '.$rs->nb_total.')</p>'. 
    163           '<p><span class="cat-url">'.__('URL:').' <code>'.html::escapeHTML($rs->cat_url).'</code></span></p>'; 
     163          '<p class="cat-url">'.__('URL:').' <code>'.html::escapeHTML($rs->cat_url).'</code></p>'; 
    164164 
    165165          echo 
  • admin/style/default.css

    r2123 r2125  
    16731673          padding: .66em 1em; 
    16741674          border: 1px solid #bbb; 
    1675           border-left: 6px solid #bbb; 
    16761675          border-radius: 3px; 
    16771676          } 
     1677          .cat-line label { 
     1678               margin-right: .25em; 
     1679               } 
    16781680          .cat-line label a { 
    16791681               font-weight: bold; 
     
    16821684               margin: 0; 
    16831685               display: inline-block; 
     1686               } 
     1687          p.cat-title { 
     1688               margin-right: 1em; 
     1689               } 
     1690          .cat-nb-posts a { 
     1691               color: #333; 
    16841692               } 
    16851693          .cat-url { 
     
    16991707     margin-right: .25em; 
    17001708     } 
    1701 .cat-line label { 
    1702      margin-right: .25em; 
    1703      } 
    17041709.cat-buttons .reset { 
    17051710     padding-left: 4px; 
     
    17121717.cat-line .cat-line { 
    17131718     border: 1px solid #dfdfdf; 
    1714      border-left-width: 3px; 
    1715      } 
    1716 #categories h4 { 
    1717      margin: 0; 
    1718      } 
    1719      #categories h4 span { 
    1720           font-weight: normal; 
    1721           } 
     1719     } 
    17221720.cat-actions { 
    17231721     line-height: 2; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map