Changeset 3043 for plugins/adminExample/index.php
- Timestamp:
- 05/18/11 22:46:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/adminExample/index.php
r3032 r3043 8 8 # http://sam.zoy.org/wtfpl/COPYING for more details. 9 9 # 10 # Icon (icon.png) is from Silk Icons : 11 # http://www.famfamfam.com/lab/icons/silk/ 10 # Icons by http://dryicons.com 12 11 # 13 12 # ***** END LICENSE BLOCK ***** … … 82 81 83 82 <?php 84 /*85 For Dotclear 2.386 83 echo 87 84 '<p><label class="required" for="required_field_id"><abbr title="'. 88 85 __('Required field').'">*</abbr> '.__('A required field:').'</label> '. 89 86 form::field('required_field_id',30,32, 90 html::escapeHTML(__('Hello World !'))).'</p>';*/87 html::escapeHTML(__('Hello World'))).'</p>'; 91 88 ?> 92 89 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.