Changeset 401 for plugins/blocNotes/lib.blocNotes.php
- Timestamp:
- 04/07/08 14:39:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blocNotes/lib.blocNotes.php
r378 r401 38 38 __('Personal notebook (other users can't edit it) :'). 39 39 '</label>'. 40 form::textarea('blocNotes_personal_text',80, 10,40 form::textarea('blocNotes_personal_text',80,5, 41 41 html::escapeHTML($core->blog->settings->{'blocNotes_text_'.$core->auth->userID()})). 42 42 '</p>'. 43 43 '<p class="area" id="blocNotes">'. 44 44 '<label for="blocNotes_text">'. 45 __('Blog-specific notebook ( all theusers of the blog can edit it) :').45 __('Blog-specific notebook (users of the blog can edit it) :'). 46 46 '</label>'. 47 form::textarea('blocNotes_text',80, 10,47 form::textarea('blocNotes_text',80,5, 48 48 html::escapeHTML($core->blog->settings->blocNotes_text)). 49 49 '</p>'.
Note: See TracChangeset
for help on using the changeset viewer.