Dotclear

Changeset 455


Ignore:
Timestamp:
06/20/08 13:39:43 (15 years ago)
Author:
Moe
Message:

Bloc-Notes 1.0.1 :

  • updated small icon and added a big icon (thanks to popech)
  • switched to .po translation files (fr)
Location:
plugins/blocNotes
Files:
3 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • plugins/blocNotes/_admin.php

    r401 r455  
    1818# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1919# 
    20 # Icon (icon.png) is from Silk Icons : http://www.famfamfam.com/lab/icons/silk/ 
     20# Icons (*.png) are from Tango Icon theme : http://tango.freedesktop.org/Tango_Icon_Gallery 
    2121# 
    2222# ***** END LICENSE BLOCK ***** 
     
    2727     if ($core->auth->check('usage,contentadmin',$core->blog->id)) 
    2828     { 
    29           # 2.0-beta7 
     29          # <= 2.0-beta7 
    3030          if (isset($__dashboard_icons)) { 
    31                $__dashboard_icons[] = array(__('Notebook'),'plugin.php?p=blocNotes','index.php?pf=blocNotes/icon.png'); 
     31               $__dashboard_icons[] = array(__('Notebook'),'plugin.php?p=blocNotes','index.php?pf=blocNotes/icon-big.png'); 
    3232          } 
    33           # 2.0-be 
     33          # > 2.0-beta7 
    3434          $core->addBehavior('adminDashboardIcons',array('blocNotes','adminDashboardIcons')); 
    3535     } 
  • plugins/blocNotes/_define.php

    r401 r455  
    1818# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1919# 
    20 # Icon (icon.png) is from Silk Icons : http://www.famfamfam.com/lab/icons/silk/ 
     20# Icons (*.png) are from Tango Icon theme : http://tango.freedesktop.org/Tango_Icon_Gallery 
    2121# 
    2222# ***** END LICENSE BLOCK ***** 
     
    2626        /* Description*/                "Display notebooks on the backend", 
    2727        /* Author */                    "Moe (http://gniark.net/)", 
    28         /* Version */                   '1.0', 
     28        /* Version */                   '1.0.1', 
    2929        /* Permissions */               'usage,contentadmin' 
    3030); 
  • plugins/blocNotes/index.php

    r378 r455  
    1818# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1919# 
    20 # Icon (icon.png) is from Silk Icons : http://www.famfamfam.com/lab/icons/silk/ 
     20# Icons (*.png) are from Tango Icon theme : http://tango.freedesktop.org/Tango_Icon_Gallery 
    2121# 
    2222# ***** END LICENSE BLOCK ***** 
  • plugins/blocNotes/lib.blocNotes.php

    r401 r455  
    2727          { 
    2828               $icons['blocNotes'] = array(__('Notebook'),'plugin.php?p=blocNotes', 
    29                     'index.php?pf=blocNotes/icon.png'); 
     29                    'index.php?pf=blocNotes/icon-big.png'); 
    3030          } 
    3131 
     
    3636               echo '<p class="area" id="blocNotes_personal">'. 
    3737                    '<label for="blocNotes_personal_text">'. 
    38                          __('Personal notebook (other users can&#39;t edit it) :'). 
     38                         __('Personal notebook (other users can\'t edit it) :'). 
    3939                    '</label>'. 
    4040                    form::textarea('blocNotes_personal_text',80,5, 
     
    4949                    '</p>'. 
    5050                    '<p>'. 
    51                     __('These notes may be read by anyone, don&#39;t write some sensitive information (password, personal information, etc.)'). 
     51                    __('These notes may be read by anyone, don\'t write some sensitive information (password, personal information, etc.)'). 
    5252                    '</p>'; 
    5353          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map