Dotclear


Ignore:
Timestamp:
05/06/11 21:05:04 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
default
Children:
198:61d85982ea30, 199:d1538efa6724
Message:

Mise en place classes idoines sur certains liens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r195 r197  
    380380     '<p><label for="post_format">'.__('Text formating:'). 
    381381     form::combo('post_format',$formaters_combo,$post_format,'',3). 
    382      ($post_id && $post_format != 'xhtml' ? '<a id="convert-xhtml" href="post.php?id='.$post_id.'&amp;xconv=1">'.__('Convert to XHTML').'</a>' : ''). 
    383      '</label></p>'. 
     382     '</label>'. 
     383     '</p>'. 
     384     '<p>'.($post_id && $post_format != 'xhtml' ? '<a id="convert-xhtml" class="button" href="post.php?id='.$post_id.'&amp;xconv=1">'.__('Convert to XHTML').'</a>' : '').'</p>'. 
    384385      
    385386     '<p><label for="post_open_comment" class="classic">'.form::checkbox('post_open_comment',1,$post_open_comment,'',3).' '. 
     
    441442               echo '<p>'.__('No attachment.').'</p>'; 
    442443          } 
    443           echo '<p><a href="media.php?post_id='.$post_id.'">'.__('Add files to this entry').'</a></p>'; 
     444          echo '<p><a class="button" href="media.php?post_id='.$post_id.'">'.__('Add files to this entry').'</a></p>'; 
    444445     } 
    445446      
Note: See TracChangeset for help on using the changeset viewer.

Sites map