Commit c7f51b5791e4e5181185a6f8065cb1416ac2a4d7

Authored by nbm
1 parent d98f9a32

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 {
... ...