Dotclear


Ignore:
Timestamp:
08/30/13 10:37:08 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
1619:5d925866b5b3 (diff), 1593:0c884219a872 (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 into default

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/prepend.php

    r1592 r1620  
    261261          'images/menu/users.png','images/menu/users-b.png', 
    262262          null,null,null)); 
    263      $_fav['plugins'] = new ArrayObject(array('plugins','Plugins','plugins.php', 
     263     $_fav['plugins'] = new ArrayObject(array('plugins','Plugins management','plugins.php', 
    264264          'images/menu/plugins.png','images/menu/plugins-b.png', 
    265265          null,null,null)); 
     
    284284     # Set menu titles 
    285285      
    286      $_menu['System']->title = __('System'); 
     286     $_menu['System']->title = __('System settings'); 
    287287     $_menu['Blog']->title = __('Blog'); 
    288288     $_menu['Plugins']->title = __('Plugins'); 
     
    328328          preg_match('/langs.php(\?.*)?$/',$_SERVER['REQUEST_URI']), 
    329329          $core->auth->isSuperAdmin()); 
    330      $_menu['System']->prependItem(__('Plugins'),'plugins.php','images/menu/plugins.png', 
     330     $_menu['System']->prependItem(__('Plugins management'),'plugins.php','images/menu/plugins.png', 
    331331          preg_match('/plugins.php(\?.*)?$/',$_SERVER['REQUEST_URI']), 
    332332          $core->auth->isSuperAdmin()); 
  • inc/admin/prepend.php

    r1604 r1620  
    322322          $core->auth->check('usage,contentadmin',$core->blog->id),'menu-new-post'); 
    323323      
    324      $_menu['System']->prependItem(__('Updates'),'update.php','images/menu/update.png', 
     324     $_menu['System']->prependItem(__('Update'),'update.php','images/menu/update.png', 
    325325          preg_match('/update.php(\?.*)?$/',$_SERVER['REQUEST_URI']), 
    326326          $core->auth->isSuperAdmin() && is_readable(DC_DIGESTS)); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map