From eb1ddbce10395fa2aff7be2af2bce6563061f751 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 10 Jun 2005 06:15:52 +0000 Subject: [PATCH] Added backward forward button, and W3c conform git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@640 594d385d-05f5-0310-b6e9-bd551577e9d8 --- ihtml/themes/default/help.tpl | 12 +++++++++++- include/functions.inc | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ihtml/themes/default/help.tpl b/ihtml/themes/default/help.tpl index 3722c0244..5f3bf902a 100644 --- a/ihtml/themes/default/help.tpl +++ b/ihtml/themes/default/help.tpl @@ -7,7 +7,17 @@ {t}GOsa help viewer{/t} - < {t}previous{/t}  {t}Index{/t}  {t}next{/t} > + + < {t}previous{/t} + +    + + {t}Index{/t} + +    + + {t}next{/t} +   diff --git a/include/functions.inc b/include/functions.inc index 0a711f722..ecf5bd2db 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -21,7 +21,7 @@ /* Configuration file location */ define ("CONFIG_DIR", "/etc/gosa"); define ("CONFIG_TEMPLATE_DIR", "../contrib/"); -define ("HELP_BASEDIR", "../doc/gosa/guide/admin/"); +define ("HELP_BASEDIR", "../doc/guide/admin/"); /* Define globals for revision comparing */ $svn_path = '$HeadURL$'; -- 2.30.2