, Jam Warehouse (Pty) Ltd, South Africa * @package presentation.lookAndFeel.knowledgeTree.administration.dopcumentmanagement */ /** * Displays the status of restored documents */ function renderStatusPage($aSuccessDocuments, $aErrorDocuments) { global $default; $sToRender = renderHeading("Archived Documents Restoration Status"); $sToRender .= "
| The following documents were successfully restored: |
| There were errors restoring the following documents: |
| " . generateControllerLink("archivedDocuments", "", " |
| The documents and folders you have chosen to restore from the archive are listed below. |
| Click 'Restore' to confirm restoration, or 'Cancel' to abort. |
| \n"; $sToRender .= "getID() . "\"/>\n"; $sToRender .= $aDocuments[$i]->getDisplayPath() . "\n"; $sToRender .= "\t\t | \n"; $sToRender .= "\t
| graphicsUrl/widgets/restore.gif\" border=\"0\"/>\n";
$sToRender .= generateControllerLink("archivedDocuments", "", " |
| Search for archived documents by entering the document name: | Document name: \n"; $sToRender .= "graphicsUrl/widgets/submit.gif\" border=\"0\"> | \n"; $sToRender .= "\n"; $sToRender .= "
|   | \n"; $sToRender .= "
| The following archived documents meet your search string."; $sToRender .= " |
| Select the documents you'd like to restore, and click 'Restore', or 'Cancel' to abort |
| \n"; $sToRender .= "getID() . "\"/>\n"; $sToRender .= $oDocument->getDisplayPath() . "\n"; $sToRender .= "\t\t | \n"; $sToRender .= "\t
| graphicsUrl/widgets/restore.gif\" border=\"0\"/>\n";
$sToRender .= generateControllerLink("archivedDocuments", "", " |
| Your query did not return any archived documents."; $sToRender .= " |
| " . generateControllerLink("archivedDocuments", "", " |
| There was an error processing your query- please try again later."; $sToRender .= " |
| " . generateControllerLink("archivedDocuments", "", " |