Commit f1bafe72b4fb485dbf0aa3e5283004e23e5e2d4c

Authored by michael
1 parent 0d626d46

comment out javascript alert- until downloading and redirecting is solved


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2209 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentUI.inc
... ... @@ -29,6 +29,7 @@ function renderCheckOutPage($oDocument) {
29 29 $sToRender .= "<tr>\n";
30 30 $sToRender .= "</tr>\n";
31 31 $sToRender .= "<tr>\n";
  32 + //$sToRender .= "<td><input onclick=\"alert('You have now checked out this document. No one else can make updates to the document while you have it checked out. Save the latest version of the document and please check it back in as soon as you finish working on it.');\" type=\"image\" border=\"0\" src =\"$default->graphicsUrl/widgets/checkout.gif\" value=\"Submit\"/>\n";
32 33 $sToRender .= "<td><input type=\"image\" border=\"0\" src =\"$default->graphicsUrl/widgets/checkout.gif\" value=\"Submit\"/>\n";
33 34 $sToRender .= generateControllerLink("viewDocument", "fDocumentID=" . $oDocument->getID(), "<img src=\"$default->graphicsUrl/widgets/cancel.gif\" border=\"0\">") . "</td>\n";
34 35 $sToRender .= "</tr>\n";
... ...