Commit ecb449d85432cc88fa587a33d68bcacdc7e5c9c9
1 parent
c898ba56
removed table borders
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1227 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
| ... | ... | @@ -109,7 +109,7 @@ function renderQuickLinks($aQuickLinks) { |
| 109 | 109 | function renderPage($aPendingDocumentList, $aCheckedOutDocumentList, $aSubscriptionAlertList, $aQuickLinks) { |
| 110 | 110 | global $default; |
| 111 | 111 | |
| 112 | - $sToRender = "<table border=\"1\" width=\"600\" >\n"; | |
| 112 | + $sToRender = "<table border=\"0\" width=\"600\" >\n"; | |
| 113 | 113 | $sToRender .= "\t<tr>\n"; |
| 114 | 114 | $sToRender .= "\t\t<td><img src=\"$default->graphicsUrl/welcome.gif\"/></td>\n"; |
| 115 | 115 | |
| ... | ... | @@ -121,7 +121,7 @@ function renderPage($aPendingDocumentList, $aCheckedOutDocumentList, $aSubscript |
| 121 | 121 | // dashboard alerts |
| 122 | 122 | $sToRender .= "\t<tr>\n"; |
| 123 | 123 | $sToRender .= "\t\t<td width=\"50%\" valign=\"top\">\n"; |
| 124 | - $sToRender .= "\t\t\t<table border=\"1\" width=\"100%\">\n"; | |
| 124 | + $sToRender .= "\t\t\t<table border=\"0\" width=\"100%\">\n"; | |
| 125 | 125 | $sToRender .= renderPendingCollaborationDocuments($aPendingDocumentList); |
| 126 | 126 | $sToRender .= renderCheckedOutDocuments($aCheckedOutDocumentList) . "\n"; |
| 127 | 127 | $sToRender .= renderSubscriptionAlerts($aSubscriptionAlertList) . "\n"; | ... | ... |