Changeset 374 for plugins/blocNotes
- Timestamp:
- 03/26/08 22:50:31 (16 years ago)
- Location:
- plugins/blocNotes
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blocNotes/index.php
r369 r374 65 65 <form method="post" action="<?php echo http::getSelfURI(); ?>"> 66 66 <fieldset> 67 <legend><?php echo(__(' Text')); ?></legend>68 <?php echo(blocNotes::textarea( )); ?>67 <legend><?php echo(__('Personal text, writable by you only')); ?></legend> 68 <?php echo(blocNotes::textarea('personal')); ?> 69 69 </fieldset> 70 <fieldset> 71 <legend><?php echo(__('Blog-specific text, all the users can edit it')); ?></legend> 72 <?php echo(blocNotes::textarea('blog')); ?> 73 </fieldset> 74 <p><?php echo __('These texts will be readable by all the users, don't write some'); ?></p> 70 75 71 76 <p><?php echo $core->formNonce(); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.