Commit 7a910f1ad411f0a43e17e44693a3f89416aa0ce7
1 parent
790d0e15
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
Showing
1 changed file
with
1 additions
and
0 deletions
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"; | ... | ... |