Changeset 375 for plugins/blocNotes
- Timestamp:
- 03/26/08 23:13:17 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blocNotes/index.php
r374 r375 66 66 <fieldset> 67 67 <legend><?php echo(__('Personal text, writable by you only')); ?></legend> 68 <?php echo(blocNotes::textarea()); ?> 69 </fieldset> 70 <?php /* 71 <fieldset> 72 <legend><?php echo(__('Personal text, writable by you only')); ?></legend> 68 73 <?php echo(blocNotes::textarea('personal')); ?> 69 74 </fieldset> … … 73 78 </fieldset> 74 79 <p><?php echo __('These texts will be readable by all the users, don't write some'); ?></p> 80 */ ?> 75 81 76 82 <p><?php echo $core->formNonce(); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.