From b075604bb8e14678ad9a0223e3b0764506757490 Mon Sep 17 00:00:00 2001
From: Jonathan Byrne
+
+
+ ';
+
echo $output;
?>
diff --git a/resources/js/expungeList.js b/resources/js/expungeList.js
index 3abebce..b7e06f9 100644
--- a/resources/js/expungeList.js
+++ b/resources/js/expungeList.js
@@ -16,7 +16,7 @@ function buildList(value){
function stateChanged(){
if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){
- document.getElementById("output").innerHTML=xmlHttp.responseText;
+ document.getElementById("tableoutput").innerHTML=xmlHttp.responseText;
}
}
diff --git a/templates/ktcore/document/admin/deletedlist.smarty b/templates/ktcore/document/admin/deletedlist.smarty
index e80a6ac..a509af2 100644
--- a/templates/ktcore/document/admin/deletedlist.smarty
+++ b/templates/ktcore/document/admin/deletedlist.smarty
@@ -17,6 +17,7 @@ can restore them as necessary.{/i18n}
+
+
+ ';
+
+
for($i = $listStart; $i <= $listEnd; $i++){
- $output .= "
+ "._kt('Document Name').'
+ '._kt('Last Modification').'
+ '._kt('Deletion Comment').'
+
-
+ $output .= "
+
+ ";
+
}
+
+
+$output .= '
+ getId()."\"/>
".$aDocuments[$i]->getName()."
".$aDocuments[$i]->getLastModifiedDate()."
".$aDocuments[$i]->getLastDeletionComment()."
+
+
+ '.$items.' '._kt('items, 10 per page').'
+
+
+
+
+
+
+