Changeset 16 for branches/portal_by_daris/admin
- Timestamp:
- 02/10/09 08:20:50 (3 years ago)
- Files:
-
- 1 modified
-
branches/portal_by_daris/admin/panels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/portal_by_daris/admin/panels.php
r9 r16 320 320 <div class="sf-set set<?php echo ++$forum_page['item_count'] ?>"> 321 321 <div class="sf-box text"> 322 <label for="fld<?php echo ++$forum_page['fld_count'] ?>"><span><?php echo $lang_admin_panels['Panel name'] ?></span> <small><?php echo $lang_admin_panels['Panel name help'] ?></small></label> <br />322 <label for="fld<?php echo ++$forum_page['fld_count'] ?>"><span><?php echo $lang_admin_panels['Panel name'] ?></span> <small><?php echo $lang_admin_panels['Panel name help'] ?></small></label> 323 323 <span class="fld-input"><input type="text" id="fld<?php echo $forum_page['fld_count'] ?>" name="name" size="50" value="<?php echo forum_htmlencode($cur_panel['name']) ?>" /></span> 324 324 </div>