openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 39693b438a471e1cfb377dfb9c4c25b864617fcb
parent 8f051512673e0aefe87f0810bf7f2bc0d7ca45ea
Author: dankert <devnull@localhost>
Date:   Fri, 21 Jan 2011 00:30:27 +0100

Legenden-Text etwas absetzen.

Diffstat:
themes/default/include/html/fieldset.inc.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/include/html/fieldset.inc.php b/themes/default/include/html/fieldset.inc.php @@ -1 +1 @@ -<fieldset><?php if(isset($attr_title)) { ?><legend><?php if(isset($attr_icon)) { ?><image src="<?php echo $image_dir.'icon_'.$attr_icon.IMG_ICON_EXT ?>" align="left" border="0"><?php } ?><?php echo encodeHtml($attr_title) ?></legend><?php } ?>- \ No newline at end of file +<fieldset><?php if(isset($attr_title)) { ?><legend><?php if(isset($attr_icon)) { ?><image src="<?php echo $image_dir.'icon_'.$attr_icon.IMG_ICON_EXT ?>" align="left" border="0"><?php } ?>&nbsp;&nbsp;<?php echo encodeHtml($attr_title) ?>&nbsp;&nbsp;</legend><?php } ?>+ \ No newline at end of file