Commit 8f3f1d5f68017ea9fe6de1587392ff70d4e484b7

Authored by michael
1 parent 6217f49b

added candystriping


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2533 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/listDocumentsBL.php
@@ -24,8 +24,8 @@ if (checkSession()) { @@ -24,8 +24,8 @@ if (checkSession()) {
24 if (count($aDocuments) > 0) { 24 if (count($aDocuments) > 0) {
25 for ($i=0; $i<count($aDocuments); $i++) { 25 for ($i=0; $i<count($aDocuments); $i++) {
26 if ($aDocuments[$i]) { 26 if ($aDocuments[$i]) {
27 - $sToRender .= "<tr><td width=\"80%\">" . $aDocuments[$i]->getDisplayPath() . "</td>";  
28 - $sToRender .= "<td align=\"right\">" . generateControllerLink("editDocCheckout", "fDocumentID=" . $aDocuments[$i]->getID(), "Check In") . "</td>"; 27 + $sToRender .= "<tr bgcolor=\"" . getColour($i) . "\"><td width=\"80%\">" . $aDocuments[$i]->getDisplayPath() . "</td>";
  28 + $sToRender .= "<td align=\"right\">" . generateControllerLink("editDocCheckout", "fDocumentID=" . $aDocuments[$i]->getID(), "Check In") . "</td></tr>";
29 } 29 }
30 } 30 }
31 } else { 31 } else {