Commit 2cf53e840d4472141649b9b7b0c67bc4e160c7a2
1 parent
108c9da4
Move the heading/logo to the left, and stylise a bit.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2988 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/visualpatterns/NavBar.inc
| ... | ... | @@ -248,7 +248,7 @@ class NavBar { |
| 248 | 248 | // build the nav bar |
| 249 | 249 | $bar = "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"608\">\n"; |
| 250 | 250 | $bar .= "\t<tr height=\"30\">\n"; |
| 251 | - $bar .= "\t\t<td align=\"right\" valign=\"top\" width=\"100%\"><img src=\"$heading\"/><img src=\"$default->graphicsUrl/logo.jpg\" width=\"30\" height=\"36\"/></td>\n"; | |
| 251 | + $bar .= "\t\t<td valign=\"top\" width=\"100%\" colspan=\"2\" bgcolor=\"#1A4383\"><img src=\"$heading\"/><img src=\"$default->graphicsUrl/logo.jpg\" width=\"30\" height=\"36\" style=\"border-right:3px solid white;\"/></td>\n"; | |
| 252 | 252 | $bar .= "\t</tr>\n"; |
| 253 | 253 | $bar .= "\t<tr height=\"30\">\n"; |
| 254 | 254 | $bar .= "\t\t<td colspan=\"2\" bgcolor=\"#1A4383\" width=\"100%\">"; | ... | ... |