use default help link

This commit is contained in:
Roland Gruber 2009-11-15 18:27:59 +00:00
parent d26588e934
commit 744d307ee3
1 changed files with 4 additions and 1 deletions

View File

@ -382,6 +382,7 @@ echo $_SESSION['header'];
<link rel="stylesheet" type="text/css" href="../../style/type_<?php echo $_GET['type']; ?>.css"> <link rel="stylesheet" type="text/css" href="../../style/type_<?php echo $_GET['type']; ?>.css">
</head> </head>
<body> <body>
<script type="text/javascript" src="../wz_tooltip.js"></script>
<br> <br>
<form action="pdfpage.php" method="post"> <form action="pdfpage.php" method="post">
<table> <table>
@ -679,7 +680,9 @@ foreach($_SESSION['currentPDFStructure'] as $key => $entry) {
<input type="text" name="pdfname" value="<?php if (isset($_GET['edit'])) echo $_GET['edit'];?>"> <input type="text" name="pdfname" value="<?php if (isset($_GET['edit'])) echo $_GET['edit'];?>">
</td> </td>
<td> <td>
<a href="../help.php?HelpNumber=360" target="lamhelp"><?php echo _("Help");?></a> <?php
printHelpLink(getHelp('', '360'), '360');
?>
</td> </td>
</tr> </tr>
<tr> <tr>