Dotclear


Ignore:
Timestamp:
09/06/13 18:03:13 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Organisation et factorisation des CSS, step 1: Organisation.
Work in progress. L'affichage de toutes les pages a été testé.
(Au passage, nettoyage de bizarreries dans les fichiers php.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r1719 r1741  
    414414                         '</p>'. 
    415415                         '<p>'.($post_id && $post_format != 'xhtml' ?  
    416                          '<a id="convert-xhtml" class="button maximal" href="post.php?id='.$post_id.'&amp;xconv=1">'. 
     416                         '<a id="convert-xhtml" class="button" href="post.php?id='.$post_id.'&amp;xconv=1">'. 
    417417                         __('Convert to XHTML').'</a>' : '').'</p></div>')), 
    418418          'metas-box' => array( 
     
    485485           
    486486          "post_excerpt" => 
    487                '<p class="area" id="excerpt-area"><label for="post_excerpt">'.__('Excerpt:').'<span class="form-note">'. 
     487               '<p class="area" id="excerpt-area"><label for="post_excerpt">'.__('Excerpt:').' <span class="form-note">'. 
    488488               __('Introduction to the post.').'</span></label> '. 
    489489               form::textarea('post_excerpt',50,5,html::escapeHTML($post_excerpt)). 
     
    497497           
    498498          "post_notes" => 
    499                '<p class="area" id="notes-area"><label for="post_notes">'.__('Personal notes:').'<span class="form-note">'. 
     499               '<p class="area" id="notes-area"><label for="post_notes">'.__('Personal notes:').' <span class="form-note">'. 
    500500               __('Unpublished notes.').'</span></label>'. 
    501501               form::textarea('post_notes',50,5,html::escapeHTML($post_notes)). 
     
    548548      
    549549     foreach ($sidebar_items as $id => $c) { 
    550           echo '<div id="'.$id.'" class="box">'. 
     550          echo '<div id="'.$id.'" class="sb-box">'. 
    551551               '<h4>'.$c['title'].'</h4>'; 
    552552          foreach ($c['items'] as $e_name=>$e_content) { 
     
    601601      
    602602     echo 
    603      '<div id="comments" class="multi-part" title="'.__('Comments').'">'; 
     603     '<div id="comments" class="clear multi-part" title="'.__('Comments').'">'; 
    604604           
    605605     # --BEHAVIOR-- adminCommentsActionsCombo 
     
    608608     $has_action = !empty($combo_action) && (!$trackbacks->isEmpty() || !$comments->isEmpty()); 
    609609     echo  
    610      '<p class="top-add"><a class="button add onblog_link" href="#comment-form">'.__('Add a comment').'</a></p>'; 
     610     '<p class="top-add"><a class="button add" href="#comment-form">'.__('Add a comment').'</a></p>'; 
    611611      
    612612     if ($has_action) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map