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,7 +46,7 @@ function renderCheckOutPage($oDocument) {
46 function getCheckOutPage($oDocument, $bCheckedOut = false) { 46 function getCheckOutPage($oDocument, $bCheckedOut = false) {
47 global $default; 47 global $default;
48 48
49 - $sToRender .= renderHeading("Document Detail"); 49 + $sToRender .= renderHeading("Check Out Document");
50 $sToRender .= renderDocumentPath($oDocument, false) . "\n\n"; 50 $sToRender .= renderDocumentPath($oDocument, false) . "\n\n";
51 if ($bCheckedOut) { 51 if ($bCheckedOut) {
52 $sToRender .= "<table>"; 52 $sToRender .= "<table>";