Commit d02458fb3db0e3e183db2f8d44e95b654a7c5bda
1 parent
3a1ff9bf
Corrected Mozilla unclickable link CSS bug (Peter S. Griffin)
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2896 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/webpageTemplate.inc
| ... | ... | @@ -84,7 +84,7 @@ $westLoad = "<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\" width=\"100 |
| 84 | 84 | "\t<tr valign=\"top\"><td>$westRender</td></tr>\n" . |
| 85 | 85 | "</table>" . |
| 86 | 86 | (isset($default->contactAdminPosition) ? "<div style=\"position:absolute;top:" . $default->contactAdminPosition . "px;left:8px\">" : "") . |
| 87 | - "<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\" width=\"100%\">\n" . | |
| 87 | + "<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\">\n" . | |
| 88 | 88 | "\t<tr valign=\"bottom\"><td align=left><a href=\"mailto:$default->emailAdmin\"><img src=\"$cAdmin\"/ border=\"0\"></a></td></tr>\n" . |
| 89 | 89 | "\t<tr valign=\"top\"><td align=left><a href=\"mailto:$sUnitAdminEmail\"><img src=\"$uAdmin\"/ border=\"0\"></a></td></tr>\n" . |
| 90 | 90 | "</table>" . | ... | ... |