Commit 38ba4e0fe97182d96c4bcf1be67ab348055a6e2e
1 parent
aa5eaa64
added 'this document is archived' html
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2215 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/restoreArchivedDocumentUI.inc
| ... | ... | @@ -21,6 +21,7 @@ function getRestoreArchivedDocumentPage($oDocument) { |
| 21 | 21 | $sToRender = renderHeading("Restore Archived Document") . renderDocumentPath($oDocument) . "\n<br>\n"; |
| 22 | 22 | |
| 23 | 23 | $sToRender .= "<table>\n"; |
| 24 | + $sToRender .= "\t<tr>\n\t\t<td><strong>This document has been archived!</strong></td>\n\t</tr>\n"; | |
| 24 | 25 | $sToRender .= "\t<tr>\n\t\t<td>Please click 'Restore' to restore this archived document.</td>\n\t</tr>\n"; |
| 25 | 26 | $sToRender .= "\t<tr><td><input type=\"hidden\" name=\"fDocumentIDs[]\" value=\"" . $oDocument->getID() . "\"/></td></tr>\n"; |
| 26 | 27 | $sToRender .= "\t<tr>\n"; |
| ... | ... | @@ -41,6 +42,7 @@ function getRequestRestoreDocumentPage($oDocument) { |
| 41 | 42 | $sToRender = renderHeading("Request Archived Document Restoration") . renderDocumentPath($oDocument) . "\n<br>\n"; |
| 42 | 43 | |
| 43 | 44 | $sToRender .= "<table>\n"; |
| 45 | +$sToRender .= "\t<tr>\n\t\t<td><strong>This document has been archived!</strong></td>\n\t</tr>\n"; | |
| 44 | 46 | $sToRender .= "\t<tr>\n\t\t<td>To request that the document be unarchived, please click the 'Restore' button.</td>\n\t</tr>\n"; |
| 45 | 47 | $sToRender .= "\t<tr><td><input type=\"hidden\" name=\"fDocumentIDs[]\" value=\"" . $oDocument->getID() . "\"/></td></tr>\n"; |
| 46 | 48 | $sToRender .= "\t<tr>\n"; | ... | ... |