Commit db050a46bb81c86912b1ee6632788f2d167da8f7

Authored by Michael Joseph
1 parent bafdf2eb

(#2676) changed the heading from Document Detail to Check Out Document


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2378 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentUI.inc
... ... @@ -46,7 +46,7 @@ function renderCheckOutPage($oDocument) {
46 46 function getCheckOutPage($oDocument, $bCheckedOut = false) {
47 47 global $default;
48 48  
49   - $sToRender .= renderHeading("Document Detail");
  49 + $sToRender .= renderHeading("Check Out Document");
50 50 $sToRender .= renderDocumentPath($oDocument, false) . "\n\n";
51 51 if ($bCheckedOut) {
52 52 $sToRender .= "<table>";
... ...