diff options
author | jim-p <jim@pingle.org> | 2009-11-15 18:37:24 -0500 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-11-15 18:38:59 -0500 |
commit | 9cd1eade1e8c29ba6f2a43a31f1f79c2ce73ab7f (patch) | |
tree | 4f6d137f03bfc49e6505ed8087afe277d332723b /usr/local/www/fbegin.inc | |
parent | 0f6fdf29a2f31bbf816eb3df33c3f1fc38c8b2a6 (diff) | |
download | pfsense-9cd1eade1e8c29ba6f2a43a31f1f79c2ce73ab7f.zip pfsense-9cd1eade1e8c29ba6f2a43a31f1f79c2ce73ab7f.tar.gz |
Make help link open in a new window
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-x | usr/local/www/fbegin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index 9f7d08f..cca988a 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -403,7 +403,7 @@ function add_to_menu($url, $name) { } ?> -<div style="text-align: right; display: block;"><a href="<?php echo $helpurl; ?>" title="Help for items on this page."><img src="/themes/<?php echo $g['theme']; ?>/images/help.png" border="0"></a></div> +<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> <?php $pgtitle_output = true; |