Commit b0f59a372d86d96a330ca1c1cc2b7d2542d74e04

Authored by Michael Joseph
1 parent 20c0aa20

increased number of links (for the admin section)


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2484 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/webpageTemplate.inc
... ... @@ -48,7 +48,7 @@ if ($sectionName != "General") {
48 48 $output2["descriptions"] = $sectionArray["descriptions"];
49 49  
50 50 //create links
51   - $westLinks = new PatternTableLinks($sectionArray["links"], $sectionArray["descriptions"], 10 , 1 ,1,null);
  51 + $westLinks = new PatternTableLinks($sectionArray["links"], $sectionArray["descriptions"], 15 , 1 ,1,null);
52 52 $westRender = $westLinks->render();
53 53  
54 54 } else {
... ...