Commit f461a4f7e33608e6a40283cd2ba45d2f253420f4
1 parent
36a6a0c1
Allow more administration links.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3076 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/webpageTemplate.inc
| @@ -67,7 +67,7 @@ if ($sectionName != "General") { | @@ -67,7 +67,7 @@ if ($sectionName != "General") { | ||
| 67 | $output2["descriptions"] = $sectionArray["descriptions"]; | 67 | $output2["descriptions"] = $sectionArray["descriptions"]; |
| 68 | 68 | ||
| 69 | //create links | 69 | //create links |
| 70 | - $westLinks = new PatternTableLinks($sectionArray["links"], $sectionArray["descriptions"], 15 , 1 ,1,null); | 70 | + $westLinks = new PatternTableLinks($sectionArray["links"], $sectionArray["descriptions"], 20 , 1 ,1,null); |
| 71 | $westRender = $westLinks->render(); | 71 | $westRender = $westLinks->render(); |
| 72 | 72 | ||
| 73 | } else { | 73 | } else { |