From: <rc...@us...> - 2017-04-02 13:36:03
|
Revision: 7748 http://sourceforge.net/p/web-erp/reponame/7748 Author: rchacon Date: 2017-04-02 13:36:01 +0000 (Sun, 02 Apr 2017) Log Message: ----------- Add link to Table of Contents in ManualContents's page footer. Modified Paths: -------------- trunk/ManualContents.php Modified: trunk/ManualContents.php =================================================================== --- trunk/ManualContents.php 2017-03-30 00:55:03 UTC (rev 7747) +++ trunk/ManualContents.php 2017-04-02 13:36:01 UTC (rev 7748) @@ -134,7 +134,8 @@ include($ManualFooter); } else {// Default page footer: echo '<div class="right"> - <a id="bottom"> </a><a class="minitext" href="#top">⬆ ', _('Go to Top'), '</a> + <a id="bottom"> </a><a class="minitext" href="#top">⬆ ', _('Go to Top'), '</a><br /> + <a id="top"> </a><a class="minitext" href="', htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8'), '">☜ ', _('Table of Contents'), '</a> </div> </body> </html>'; |