Commit 6c121a2b0d6b85c9254f375c85226ce239546f81
1 parent
1eb489fd
shifted admin contact buttons to the bottom of the column
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1693 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
2 deletions
presentation/webpageTemplate.inc
| @@ -99,8 +99,10 @@ $uAdmin = "$default->graphicsUrl/leftnav/uadmin.gif" ; | @@ -99,8 +99,10 @@ $uAdmin = "$default->graphicsUrl/leftnav/uadmin.gif" ; | ||
| 99 | //setup the westpayload | 99 | //setup the westpayload |
| 100 | $westLoad = "<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\" width=\"100%\" height=\"75%\">\n" . | 100 | $westLoad = "<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\" width=\"100%\" height=\"75%\">\n" . |
| 101 | "\t<tr><td>$westRender</td></tr>\n" . | 101 | "\t<tr><td>$westRender</td></tr>\n" . |
| 102 | - "\t<tr><td align=left><a href=\"mailto:$default->emailAdmin\"><img src=\"$cAdmin\"/ border=\"0\"></a></td></tr>\n" . | ||
| 103 | - "\t<tr><td align=left><a href=\"mailto:" . getUnitAdminEmail() . "\"><img src=\"$uAdmin\"/ border=\"0\"></a></td></tr>\n" . | 102 | + "</table>" . |
| 103 | + "<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\" width=\"100%\" height=\"25%\">\n" . | ||
| 104 | + "\t<tr valign=\"bottom\"><td align=left><a href=\"mailto:$default->emailAdmin\"><img src=\"$cAdmin\"/ border=\"0\"></a></td></tr>\n" . | ||
| 105 | + "\t<tr valign=\"middle\"><td align=left><a href=\"mailto:" . getUnitAdminEmail() . "\"><img src=\"$uAdmin\"/ border=\"0\"></a></td></tr>\n" . | ||
| 104 | "</table>"; | 106 | "</table>"; |
| 105 | 107 | ||
| 106 | $westPayLoad = new PatternCustom; | 108 | $westPayLoad = new PatternCustom; |