Commit f461a4f7e33608e6a40283cd2ba45d2f253420f4

Authored by Neil Blakey-Milner
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
presentation/webpageTemplate.inc
... ... @@ -67,7 +67,7 @@ if ($sectionName != "General") {
67 67 $output2["descriptions"] = $sectionArray["descriptions"];
68 68  
69 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 71 $westRender = $westLinks->render();
72 72  
73 73 } else {
... ...