Changeset 1604 for plugins/blocNotes/inc/lib.blocNotes.php
- Timestamp:
- 10/20/09 22:27:52 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blocNotes/inc/lib.blocNotes.php
r1208 r1604 45 45 echo '<p class="area" id="blocNotes_personal">'. 46 46 '<label for="blocNotes_personal_text">'. 47 __('Personal notebook (other users can\'t edit it) 47 __('Personal notebook (other users can\'t edit it):'). 48 48 '</label>'. 49 49 form::textarea('blocNotes_personal_text',80,5, … … 52 52 '<p class="area" id="blocNotes">'. 53 53 '<label for="blocNotes_text">'. 54 __('Blog-specific notebook (users of the blog can edit it) 54 __('Blog-specific notebook (users of the blog can edit it):'). 55 55 '</label>'. 56 56 form::textarea('blocNotes_text',80,5,
Note: See TracChangeset
for help on using the changeset viewer.