Show
Ignore:
Timestamp:
02/10/09 08:20:50 (3 years ago)
Author:
daris
Message:

portal: small fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/portal_by_daris/admin/panels.php

    r9 r16  
    320320                                <div class="sf-set set<?php echo ++$forum_page['item_count'] ?>"> 
    321321                                        <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> 
    323323                                                <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> 
    324324                                        </div>