Commit ecb449d85432cc88fa587a33d68bcacdc7e5c9c9

Authored by Michael Joseph
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
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
@@ -109,7 +109,7 @@ function renderQuickLinks($aQuickLinks) { @@ -109,7 +109,7 @@ function renderQuickLinks($aQuickLinks) {
109 function renderPage($aPendingDocumentList, $aCheckedOutDocumentList, $aSubscriptionAlertList, $aQuickLinks) { 109 function renderPage($aPendingDocumentList, $aCheckedOutDocumentList, $aSubscriptionAlertList, $aQuickLinks) {
110 global $default; 110 global $default;
111 111
112 - $sToRender = "<table border=\"1\" width=\"600\" >\n"; 112 + $sToRender = "<table border=\"0\" width=\"600\" >\n";
113 $sToRender .= "\t<tr>\n"; 113 $sToRender .= "\t<tr>\n";
114 $sToRender .= "\t\t<td><img src=\"$default->graphicsUrl/welcome.gif\"/></td>\n"; 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,7 +121,7 @@ function renderPage($aPendingDocumentList, $aCheckedOutDocumentList, $aSubscript
121 // dashboard alerts 121 // dashboard alerts
122 $sToRender .= "\t<tr>\n"; 122 $sToRender .= "\t<tr>\n";
123 $sToRender .= "\t\t<td width=\"50%\" valign=\"top\">\n"; 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 $sToRender .= renderPendingCollaborationDocuments($aPendingDocumentList); 125 $sToRender .= renderPendingCollaborationDocuments($aPendingDocumentList);
126 $sToRender .= renderCheckedOutDocuments($aCheckedOutDocumentList) . "\n"; 126 $sToRender .= renderCheckedOutDocuments($aCheckedOutDocumentList) . "\n";
127 $sToRender .= renderSubscriptionAlerts($aSubscriptionAlertList) . "\n"; 127 $sToRender .= renderSubscriptionAlerts($aSubscriptionAlertList) . "\n";