diff options
Diffstat (limited to 'help/templates/index.php')
-rw-r--r-- | help/templates/index.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/help/templates/index.php b/help/templates/index.php index b8444c556e9..262ab3d8cab 100644 --- a/help/templates/index.php +++ b/help/templates/index.php @@ -1,7 +1,7 @@ <h1>Questions and Answers</h1> -<table cellspacing="0"> +<table cellspacing="0" width="100%"> <tbody> <?php foreach($_["kbe"] as $kb): ?> <tr> @@ -13,6 +13,10 @@ <?php endforeach; ?> </tbody> </table> +<?php + $url=OC_HELPER::linkTo( "help", "index.php" ).'?page='; + OC_UTIL::showPageNavi($_['pagecount'],$_['page'],$url); +?> <a target="_blank" class="prettybutton" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new">ASK A QUESTION</a> |