Commit 969d095a8c4d0125c5a171559c2a28db146e5049

Authored by Michael Joseph
1 parent db050a46

(#2749) changed title


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2379 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc
@@ -96,7 +96,7 @@ function renderCheckInPage($oDocument) { @@ -96,7 +96,7 @@ function renderCheckInPage($oDocument) {
96 * @param object the document to view and check out 96 * @param object the document to view and check out
97 */ 97 */
98 function getCheckInPage($oDocument) { 98 function getCheckInPage($oDocument) {
99 - $sToRender .= renderHeading("Document Detail"); 99 + $sToRender .= renderHeading("Check In Document");
100 $sToRender .= renderDocumentPath($oDocument, false) . "\n\n"; 100 $sToRender .= renderDocumentPath($oDocument, false) . "\n\n";
101 $sToRender .= renderCheckInPage($oDocument); 101 $sToRender .= renderCheckInPage($oDocument);
102 $sToRender .= renderDocumentData($oDocument, $bEdit); 102 $sToRender .= renderDocumentData($oDocument, $bEdit);