Commit 2c5faff012224db78d535a1770f30803eb0d5ed5

Authored by rob
1 parent 11598d3f

add missing parameter for call to renderHeading


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2016 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 20
21 function getPage($sParentDocumentName, $sChildDocumentName, $iParentDocumentID) { 21 function getPage($sParentDocumentName, $sChildDocumentName, $iParentDocumentID) {
22 global $default; 22 global $default;
23 - $sToRender = renderHeading(); 23 + $sToRender = renderHeading("Unlink document");
24 $sToRender .= "<table>\n"; 24 $sToRender .= "<table>\n";
25 $sToRender .= "<tr>\n"; 25 $sToRender .= "<tr>\n";
26 $sToRender .= "<td>You have chosen to delete the link between the document '$sParentDocumentName' and the document '$sChildDocumentName'</td>\n"; 26 $sToRender .= "<td>You have chosen to delete the link between the document '$sParentDocumentName' and the document '$sChildDocumentName'</td>\n";