Commit 3ca447e33991daa96e3bb43ad4a053bbaa30b592
1 parent
d8ff7a0d
reinstated colourbar below tree image and removed link image
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1321 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
5 deletions
presentation/webpageTemplate.inc
| @@ -32,6 +32,7 @@ if ($sectionName == "") | @@ -32,6 +32,7 @@ if ($sectionName == "") | ||
| 32 | $navbar->setHighlightedSection($sectionName); | 32 | $navbar->setHighlightedSection($sectionName); |
| 33 | 33 | ||
| 34 | // setup nw payload | 34 | // setup nw payload |
| 35 | +$colourBar = $navbar->getNWColourbar(); | ||
| 35 | $nwestLoad = "<table width=\"100%\" height=\"100%\">\n" . | 36 | $nwestLoad = "<table width=\"100%\" height=\"100%\">\n" . |
| 36 | "<tr><td><img valign=\"top\" src=\"$default->graphicsUrl/tree.gif\"/></td></tr>\n" . | 37 | "<tr><td><img valign=\"top\" src=\"$default->graphicsUrl/tree.gif\"/></td></tr>\n" . |
| 37 | "<tr><td><img valign=\"top\" src=\"$colourBar\"/></td></tr>\n" . | 38 | "<tr><td><img valign=\"top\" src=\"$colourBar\"/></td></tr>\n" . |
| @@ -60,15 +61,11 @@ if ($sectionName != "General") { | @@ -60,15 +61,11 @@ if ($sectionName != "General") { | ||
| 60 | 61 | ||
| 61 | //set up links | 62 | //set up links |
| 62 | $cAdmin = "$default->graphicsUrl/leftnav/cadmin.gif" ; | 63 | $cAdmin = "$default->graphicsUrl/leftnav/cadmin.gif" ; |
| 63 | -$link = "$default->graphicsUrl/leftnav/links.gif" ; | ||
| 64 | - | ||
| 65 | 64 | ||
| 66 | //setup the westpayload | 65 | //setup the westpayload |
| 67 | -// TODO -> change to links the images as well | ||
| 68 | $westLoad = "<table cellspacing=\"5\" cellpadding=\"5\" border=\"0\" width=\"100%\" height=\"75%\">\n" . | 66 | $westLoad = "<table cellspacing=\"5\" cellpadding=\"5\" border=\"0\" width=\"100%\" height=\"75%\">\n" . |
| 69 | "\t<tr><td>$westRender</td></tr>\n" . | 67 | "\t<tr><td>$westRender</td></tr>\n" . |
| 70 | - "\t<tr><td><a href=\"mailto:$default->emailAdmin\"><img src=\"$cAdmin\"/ border=\"0\"></a>\n" . | ||
| 71 | - "\t<br><img src=\"$link\"/>\n</td></tr>" . | 68 | + "\t<tr><td><a href=\"mailto:$default->emailAdmin\"><img src=\"$cAdmin\"/ border=\"0\"></a></td></tr>\n" . |
| 72 | "</table>"; | 69 | "</table>"; |
| 73 | 70 | ||
| 74 | $westPayLoad = new PatternCustom; | 71 | $westPayLoad = new PatternCustom; |