Commit 29ccb409bbe4e255fead7b79b537fbef54e028c1
1 parent
82b0069c
added logo to the navbar
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2013 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
3 changed files
with
3 additions
and
3 deletions
graphics/heading.gif
graphics/logo.jpg
0 → 100644
906 Bytes
lib/visualpatterns/NavBar.inc
| @@ -168,13 +168,13 @@ class NavBar { | @@ -168,13 +168,13 @@ class NavBar { | ||
| 168 | 168 | ||
| 169 | $toRender = new PatternCustom; | 169 | $toRender = new PatternCustom; |
| 170 | 170 | ||
| 171 | - //bar is the actaul html creation of the nav bar | 171 | + // build the nav bar |
| 172 | $bar = "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"; | 172 | $bar = "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"; |
| 173 | $bar .= "\t<tr height=\"30\">\n"; | 173 | $bar .= "\t<tr height=\"30\">\n"; |
| 174 | - $bar .= "\t\t<td background=\"$hStretched\" width=\"100%\"><img src=\"$heading\"/></td>\n"; | 174 | + $bar .= "\t\t<td align=\"right\" valign=\"top\" width=\"100%\"><img src=\"$heading\"/><img src=\"$default->graphicsUrl/logo.jpg\"/></td>\n"; |
| 175 | $bar .= "\t</tr>\n"; | 175 | $bar .= "\t</tr>\n"; |
| 176 | $bar .= "\t<tr height=\"30\">\n"; | 176 | $bar .= "\t<tr height=\"30\">\n"; |
| 177 | - $bar .= "\t\t<td bgcolor=\"#1A4383\" width=\"100%\" nowrap>"; | 177 | + $bar .= "\t\t<td colspan=\"2\" bgcolor=\"#1A4383\" width=\"100%\" nowrap>"; |
| 178 | $bar .= "<img align=\"absmiddle\" src=\"$default->graphicsUrl/arrow.gif\" ></img>\n"; | 178 | $bar .= "<img align=\"absmiddle\" src=\"$default->graphicsUrl/arrow.gif\" ></img>\n"; |
| 179 | 179 | ||
| 180 | $bar .= "<INPUT type=\"hidden\" name=\"fForStandardSearch\" value=\"no\" />\n "; | 180 | $bar .= "<INPUT type=\"hidden\" name=\"fForStandardSearch\" value=\"no\" />\n "; |