Commit 8973899af446aa2e4912b31965b8df2407e165f3

Authored by Michael Joseph
1 parent 273b48fe

(#2832) removed column heading


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2546 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/listDocumentsBL.php
... ... @@ -19,8 +19,8 @@ if (checkSession()) {
19 19  
20 20 $oPatternCustom = & new PatternCustom();
21 21 $aDocuments = Document::getList("is_checked_out = 1");
22   - $sToRender .= renderHeading("Document Checkout Management");
23   - $sToRender .= "<table><tr><th width=\"80%\">Document</th><th>&nbsp;</th>";
  22 + $sToRender .= renderHeading("Document Checkout Management");
  23 + $sToRender .= "<table><tr/>";
24 24 if (count($aDocuments) > 0) {
25 25 for ($i=0; $i<count($aDocuments); $i++) {
26 26 if ($aDocuments[$i]) {
... ...