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 | 32 | $navbar->setHighlightedSection($sectionName); |
| 33 | 33 | |
| 34 | 34 | // setup nw payload |
| 35 | +$colourBar = $navbar->getNWColourbar(); | |
| 35 | 36 | $nwestLoad = "<table width=\"100%\" height=\"100%\">\n" . |
| 36 | 37 | "<tr><td><img valign=\"top\" src=\"$default->graphicsUrl/tree.gif\"/></td></tr>\n" . |
| 37 | 38 | "<tr><td><img valign=\"top\" src=\"$colourBar\"/></td></tr>\n" . |
| ... | ... | @@ -60,15 +61,11 @@ if ($sectionName != "General") { |
| 60 | 61 | |
| 61 | 62 | //set up links |
| 62 | 63 | $cAdmin = "$default->graphicsUrl/leftnav/cadmin.gif" ; |
| 63 | -$link = "$default->graphicsUrl/leftnav/links.gif" ; | |
| 64 | - | |
| 65 | 64 | |
| 66 | 65 | //setup the westpayload |
| 67 | -// TODO -> change to links the images as well | |
| 68 | 66 | $westLoad = "<table cellspacing=\"5\" cellpadding=\"5\" border=\"0\" width=\"100%\" height=\"75%\">\n" . |
| 69 | 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 | 69 | "</table>"; |
| 73 | 70 | |
| 74 | 71 | $westPayLoad = new PatternCustom; | ... | ... |