Dotclear

Changeset 1713:e29741a2433d


Ignore:
Timestamp:
09/01/13 13:23:16 (11 years ago)
Author:
Lepeltier kévin
Branch:
Ticket #1624
Parents:
1712:236b6ebf66a5 (diff), 1680:3b9bcc9f9d1c (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:
7 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/pages/page.php

    r1668 r1713  
    432432               'title' => __('Options'), 
    433433               'items' => array( 
    434                     'post_open_comment' => 
     434                    'post_open_comment_tb' => 
     435                         '<div>'. 
     436                         '<h5 id="label_comment_tb">'.__('Commentaires et rétroliens').'</h5>'. 
    435437                         '<p><label for="post_open_comment" class="classic">'. 
    436438                         form::checkbox('post_open_comment',1,$post_open_comment).' '. 
     
    442444                                   __('Warning: Comments are not more accepted for this entry.').'</p>') :  
    443445                              '<p class="form-note warn">'. 
    444                               __('Comments are not accepted on this blog so far.').'</p>'), 
    445                     'post_open_tb' => 
     446                              __('Comments are not accepted on this blog so far.').'</p>'). 
    446447                         '<p><label for="post_open_tb" class="classic">'. 
    447448                         form::checkbox('post_open_tb',1,$post_open_tb).' '. 
     
    452453                                   '<p class="form-note warn">'. 
    453454                                   __('Warning: Trackbacks are not more accepted for this entry.').'</p>') :  
    454                               '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'), 
     455                              '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'). 
     456                         '</div>', 
    455457                    'post_hide' =>  
    456458                         '<p><label for="post_selected" class="classic">'.form::checkbox('post_selected',1,$post_selected).' '. 
  • plugins/pages/page.php

    r1711 r1713  
    403403               'items' => array( 
    404404                    'post_status' =>  
    405                          '<p><label for="post_status" class="ib">'.__('Page status:').'</label> '. 
     405                         '<p><label for="post_status" class="ib">'.__('Page status').'</label> '. 
    406406                         form::combo('post_status',$status_combo,$post_status,'','',!$can_publish). 
    407407                         '</p>', 
     
    411411                         '</p>', 
    412412                    'post_lang' => 
    413                          '<p><label for="post_lang" class="ib">'.__('Page lang:').'</label>'. 
     413                         '<p><label for="post_lang" class="ib">'.__('Page lang').'</label>'. 
    414414                         form::combo('post_lang',$lang_combo,$post_lang). 
    415415                         '</p>', 
     
    426426               'items' => array( 
    427427                    'post_position' =>  
    428                          '<p><label for="post_position" class="classic">'.__('Page position:').'</label> '. 
     428                         '<p><label for="post_position" class="classic">'.__('Page position').'</label> '. 
    429429                         form::field('post_position',3,3,(string) $post_position). 
    430430                         '</p>')), 
Note: See TracChangeset for help on using the changeset viewer.

Sites map