summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbf5ff6)
raw | patch | inline | side by side (parent: cbf5ff6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Jun 2005 09:18:01 +0000 (09:18 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Jun 2005 09:18:01 +0000 (09:18 +0000) |
html/helpviewer.php | patch | blob | history | |
ihtml/themes/default/help.tpl | patch | blob | history |
diff --git a/html/helpviewer.php b/html/helpviewer.php
index 741ce53a6120e0be33071bac6c67dbabbe1c6d9f..74f0af861a08d0bc4b38dc874b385868c7be8d84 100644 (file)
--- a/html/helpviewer.php
+++ b/html/helpviewer.php
"@<ADDRESS[^>]*?>.*?ADDRESS>@si",
"@<\/BODY[^>]*?>.*?HTML>@si",
"'<TABLE.*>'",
+ "/src.*icons/i",
"/<H1 ALIGN=\"CENTER\">/");
$replacements['to']=array("",
"",
"",
"",
"<table border=1 cellspacing=0 bgcolor=\"#E0E0E0\" width=\"95%\" align=\"center\" cellpadding=\"3\">",
+ "src=\"images",
"<H1>");
index a028eef22784133e88f50fedcdbee2b56ec5e41f..d0c7c159c2bd93a814e8558fe76e03f38a49681b 100644 (file)
<b>{t}GOsa help viewer{/t}</b>
</td>
<td width="33%" style="text-align:center">
- <a href="?pg={$backward}">
+ <a href="?pg={$backward}" class="maintitlebar">
<img src='images/back.png' align="middle" alt="< {t}previous{/t}" border="0">
</a>
- <a href="?pg={$index}">
+ <a href="?pg={$index}" class="maintitlebar">
{t}Index{/t}
</a>
- <a href="?pg={$forward}">
+ <a href="?pg={$forward}" class="maintitlebar">
<img src='images/forward.png' align="middle" alt="{t}next{/t}" border="0">
</a>
</td>