summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-11-17 10:51:38 -0500
committerjim-p <jim@pingle.org>2009-11-17 10:51:38 -0500
commitf7eae2bfdd1d7f8d0e69a09ffc6364995a7a0f9c (patch)
tree5a1aec6de0e63e6f2e703b58a68959e4c78cd2a3 /usr/local/www/fbegin.inc
parent79fd4b184c815cf99be028ff9cf60af18b60b5a3 (diff)
downloadpfsense-f7eae2bfdd1d7f8d0e69a09ffc6364995a7a0f9c.zip
pfsense-f7eae2bfdd1d7f8d0e69a09ffc6364995a7a0f9c.tar.gz
Align the help link to the right of the title. Less wasted space this way.
Seems to work OK in FF, IE8, and Opera. If anyone knows a better way to align images to the right, I'm all ears.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index cca988a..1330567 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -403,8 +403,11 @@ function add_to_menu($url, $name) {
}
?>
-<div style="text-align: right; display: block;"><a href="<?php echo $helpurl; ?>" target="_new" title="Help for items on this page."><img src="/themes/<?php echo $g['theme']; ?>/images/help.png" border="0"></a></div>
-<p class="pgtitle"><?=genhtmltitle($pgtitle);?></font></p>
+<div>
+<span class="pgtitle"><?=genhtmltitle($pgtitle);?></font></span>
+<span style="float:right; margin: 0 0 20px 20px;"><a href="<?php echo $helpurl; ?>" target="_new" title="Help for items on this page."><img src="/themes/<?php echo $g['theme']; ?>/images/help.png" border="0"></a></span>
+</div>
+<br />
<?php
$pgtitle_output = true;
?>
OpenPOWER on IntegriCloud