Dotclear


Ignore:
Timestamp:
04/07/08 14:39:28 (16 years ago)
Author:
Moe
Message:

blocNotes : changed permissions + shorter textareas + localization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blocNotes/lib.blocNotes.php

    r378 r401  
    3838                         __('Personal notebook (other users can't edit it) :'). 
    3939                    '</label>'. 
    40                     form::textarea('blocNotes_personal_text',80,10, 
     40                    form::textarea('blocNotes_personal_text',80,5, 
    4141                    html::escapeHTML($core->blog->settings->{'blocNotes_text_'.$core->auth->userID()})). 
    4242                    '</p>'. 
    4343                    '<p class="area" id="blocNotes">'. 
    4444                    '<label for="blocNotes_text">'. 
    45                          __('Blog-specific notebook (all the users of the blog can edit it) :'). 
     45                         __('Blog-specific notebook (users of the blog can edit it) :'). 
    4646                    '</label>'. 
    47                     form::textarea('blocNotes_text',80,10, 
     47                    form::textarea('blocNotes_text',80,5, 
    4848                    html::escapeHTML($core->blog->settings->blocNotes_text)). 
    4949                    '</p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map