Dotclear


Ignore:
Timestamp:
08/19/13 09:55:29 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
1466:e67efe636ce1 (diff), 1467:917fc08f3a59 (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:

Merge 2.5 commits into default branch (should be verified)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.pager.php

    r1415 r1468  
    8787               html::escapeHTML($this->rs->cat_title)); 
    8888          } else { 
    89                $cat_title = __('None'); 
     89               $cat_title = __('(No cat)'); 
    9090          } 
    9191           
  • inc/admin/lib.pager.php

    r1364 r1468  
    5858               } 
    5959                
    60                echo '<p>'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
     60               echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
    6161                
    6262               $blocks = explode('%s',$html_block); 
     
    7171               echo $blocks[1]; 
    7272                
    73                echo '<p>'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
     73               echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
    7474          } 
    7575     } 
     
    9393          switch ($this->rs->post_status) { 
    9494               case 1: 
    95                     $img_status = sprintf($img,__('published'),'check-on.png'); 
     95                    $img_status = sprintf($img,__('Published'),'check-on.png'); 
    9696                    break; 
    9797               case 0: 
    98                     $img_status = sprintf($img,__('unpublished'),'check-off.png'); 
     98                    $img_status = sprintf($img,__('Unpublished'),'check-off.png'); 
    9999                    break; 
    100100               case -1: 
    101                     $img_status = sprintf($img,__('scheduled'),'scheduled.png'); 
     101                    $img_status = sprintf($img,__('Scheduled'),'scheduled.png'); 
    102102                    break; 
    103103               case -2: 
    104                     $img_status = sprintf($img,__('pending'),'check-wrn.png'); 
     104                    $img_status = sprintf($img,__('Pending'),'check-wrn.png'); 
    105105                    break; 
    106106          } 
     
    108108          $protected = ''; 
    109109          if ($this->rs->post_password) { 
    110                $protected = sprintf($img,__('protected'),'locker.png'); 
     110               $protected = sprintf($img,__('Protected'),'locker.png'); 
    111111          } 
    112112           
    113113          $selected = ''; 
    114114          if ($this->rs->post_selected) { 
    115                $selected = sprintf($img,__('selected'),'selected.png'); 
     115               $selected = sprintf($img,__('Selected'),'selected.png'); 
    116116          } 
    117117           
     
    170170               } 
    171171                
    172                echo '<p>'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
     172               echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
    173173                
    174174               $blocks = explode('%s',$html_block); 
     
    183183               echo $blocks[1]; 
    184184                
    185                echo '<p>'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
     185               echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
    186186          } 
    187187     } 
     
    192192          switch ($this->rs->post_status) { 
    193193               case 1: 
    194                     $img_status = sprintf($img,__('published'),'check-on.png'); 
     194                    $img_status = sprintf($img,__('Published'),'check-on.png'); 
    195195                    break; 
    196196               case 0: 
    197                     $img_status = sprintf($img,__('unpublished'),'check-off.png'); 
     197                    $img_status = sprintf($img,__('Unpublished'),'check-off.png'); 
    198198                    break; 
    199199               case -1: 
    200                     $img_status = sprintf($img,__('scheduled'),'scheduled.png'); 
     200                    $img_status = sprintf($img,__('Scheduled'),'scheduled.png'); 
    201201                    break; 
    202202               case -2: 
    203                     $img_status = sprintf($img,__('pending'),'check-wrn.png'); 
     203                    $img_status = sprintf($img,__('Pending'),'check-wrn.png'); 
    204204                    break; 
    205205          } 
     
    207207          $protected = ''; 
    208208          if ($this->rs->post_password) { 
    209                $protected = sprintf($img,__('protected'),'locker.png'); 
     209               $protected = sprintf($img,__('Protected'),'locker.png'); 
    210210          } 
    211211           
    212212          $selected = ''; 
    213213          if ($this->rs->post_selected) { 
    214                $selected = sprintf($img,__('selected'),'selected.png'); 
     214               $selected = sprintf($img,__('Selected'),'selected.png'); 
    215215          } 
    216216           
     
    267267               } 
    268268                
    269                echo '<p>'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
     269               echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
    270270                
    271271               $blocks = explode('%s',$html_block); 
     
    280280               echo $blocks[1]; 
    281281                
    282                echo '<p>'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
     282               echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
    283283          } 
    284284     } 
     
    306306          switch ($this->rs->comment_status) { 
    307307               case 1: 
    308                     $img_status = sprintf($img,__('published'),'check-on.png'); 
     308                    $img_status = sprintf($img,__('Published'),'check-on.png'); 
    309309                    break; 
    310310               case 0: 
    311                     $img_status = sprintf($img,__('unpublished'),'check-off.png'); 
     311                    $img_status = sprintf($img,__('Unpublished'),'check-off.png'); 
    312312                    break; 
    313313               case -1: 
    314                     $img_status = sprintf($img,__('pending'),'check-wrn.png'); 
     314                    $img_status = sprintf($img,__('Pending'),'check-wrn.png'); 
    315315                    break; 
    316316               case -2: 
    317                     $img_status = sprintf($img,__('junk'),'junk.png'); 
     317                    $img_status = sprintf($img,__('Junk'),'junk.png'); 
    318318                    break; 
    319319          } 
     
    374374               } 
    375375                
    376                echo '<p>'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
     376               echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
    377377                
    378378               $blocks = explode('%s',$html_block); 
     
    387387               echo $blocks[1]; 
    388388                
    389                echo '<p>'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
     389               echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
    390390          } 
    391391     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map