2012-10-04 Hirofumi Kosaka <kosaka@rworks.jp>
* general/login_help_dialog.php: Fixed obsolete URL for documentation, on "Welcome to Pandora FMS" dialog. Merged from 4.0.2 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7040 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
bb4a6a9752
commit
74ad7677c1
|
@ -1,3 +1,9 @@
|
|||
2012-10-04 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||
|
||||
* general/login_help_dialog.php: Fixed obsolete URL for
|
||||
documentation, on "Welcome to Pandora FMS" dialog.
|
||||
Merged from 4.0.2
|
||||
|
||||
2012-10-04 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/functions_reporting.php: Fixed AGAIN the prooblem
|
||||
|
|
|
@ -72,10 +72,10 @@ echo '<div id="login_help_dialog" title="' . __('Welcome to Pandora FMS') . '" s
|
|||
echo '</td>';
|
||||
echo '<td style="border:1px solid #FFF">';
|
||||
echo '<div style="position: relative; float: left; width:40%;">';
|
||||
echo '<a href="http://pandorafms.org/index.php?lng=en&sec=project&sec2=documentation" target="_blank" style="text-decoration:none;">' . html_print_image('images/documentation.png', true, array("alt" => __('Documentation'), "border" => 0)) . '</a>';
|
||||
echo '<a href="http://pandorafms.com/pandora/doc/en" target="_blank" style="text-decoration:none;">' . html_print_image('images/documentation.png', true, array("alt" => __('Documentation'), "border" => 0)) . '</a>';
|
||||
echo '</div>';
|
||||
echo '<div style="position:relative; margin: 0 auto; float: right; width:60%; height: 60px; top: 20px; text-align: left;">';
|
||||
echo '<a href="http://pandorafms.org/index.php?lng=en&sec=project&sec2=documentation" target="_blank" style="text-decoration:none; text-shadow: 0 2px 2px #9D9999;" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';"><span style="font-size: 14px;">' . __('Documentation') . '</span></a>';
|
||||
echo '<a href="http://pandorafms.com/pandora/doc/en" target="_blank" style="text-decoration:none; text-shadow: 0 2px 2px #9D9999;" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';"><span style="font-size: 14px;">' . __('Documentation') . '</span></a>';
|
||||
echo '</div>';
|
||||
echo '</td>';
|
||||
echo '</tr>';
|
||||
|
|
Loading…
Reference in New Issue