Dotclear


Ignore:
Timestamp:
09/03/13 20:30:04 (10 years ago)
Author:
kevin@…
Branch:
Ticket #1624
Children:
1715:d55945cae2cd, 1716:6c2f79db9c59
Parents:
1713:e29741a2433d (diff), 1699:5b68157bf85e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fusion avec default

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r1697 r1714  
    472472               'title' => __('Options'), 
    473473               'items' => array( 
    474                     'post_open_comment' => 
     474                    'post_open_comment_tb' => 
     475                         '<div>'. 
     476                         '<h5 id="label_comment_tb">'.__('Commentaires et rétroliens').'</h5>'. 
    475477                         '<p><label for="post_open_comment" class="classic">'. 
    476478                         form::checkbox('post_open_comment',1,$post_open_comment).' '. 
     
    482484                                   __('Warning: Comments are not more accepted for this entry.').'</p>') :  
    483485                              '<p class="form-note warn">'. 
    484                               __('Comments are not accepted on this blog so far.').'</p>'), 
    485                     'post_open_tb' => 
     486                              __('Comments are not accepted on this blog so far.').'</p>'). 
    486487                         '<p><label for="post_open_tb" class="classic">'. 
    487488                         form::checkbox('post_open_tb',1,$post_open_tb).' '. 
     
    492493                                   '<p class="form-note warn">'. 
    493494                                   __('Warning: Trackbacks are not more accepted for this entry.').'</p>') :  
    494                               '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'), 
     495                              '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'). 
     496                         '</div>', 
    495497                    'post_password' => 
    496498                         '<p><label for="post_password" class="ib">'.__('Password').'</label>'. 
  • admin/post.php

    r1711 r1714  
    518518          "post_excerpt" => 
    519519               '<p class="area" id="excerpt-area"><label for="post_excerpt">'.__('Excerpt:').'<span class="form-note">'. 
    520                __('Add an introduction to the post.').'</span></label> '. 
     520               __('Introduction to the post.').'</span></label> '. 
    521521               form::textarea('post_excerpt',50,5,html::escapeHTML($post_excerpt)). 
    522522               '</p>', 
     
    530530          "post_notes" => 
    531531               '<p class="area" id="notes-area"><label for="post_notes">'.__('Personal notes:').'<span class="form-note">'. 
    532                __('Add unpublished notes.').'</span></label>'. 
     532               __('Unpublished notes.').'</span></label>'. 
    533533               form::textarea('post_notes',50,5,html::escapeHTML($post_notes)). 
    534534               '</p>' 
Note: See TracChangeset for help on using the changeset viewer.

Sites map