From: hickert Date: Fri, 10 Jun 2005 06:15:52 +0000 (+0000) Subject: Added backward forward button, and W3c conform X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eb1ddbce10395fa2aff7be2af2bce6563061f751;p=gosa.git Added backward forward button, and W3c conform git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@640 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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$';