summary refs log tree commit diff stats
path: root/theme/admin/pending.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/pending.tpl')
-rwxr-xr-xtheme/admin/pending.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/admin/pending.tpl b/theme/admin/pending.tpl index 8ead332..32c15b0 100755 --- a/theme/admin/pending.tpl +++ b/theme/admin/pending.tpl
@@ -7,7 +7,7 @@ function deletePost(id)
7{ 7{
8 if (confirm("Are you sure you would like to delete this pending post?")) 8 if (confirm("Are you sure you would like to delete this pending post?"))
9 { 9 {
10 postwith("/admin/pending.php?pageID=<!--PAGEID-->&amp;action=delete",{id:id}); 10 postwith("/admin/pending.php?pageID=<!--PAGEID-->&action=delete",{id:id});
11 } 11 }
12} 12}
13 13
@@ -41,7 +41,7 @@ function bulkAction()
41 { 41 {
42 if (confirm("Are you sure you would like to delete the selected posts?")) 42 if (confirm("Are you sure you would like to delete the selected posts?"))
43 { 43 {
44 postwith("/admin/pending.php?pageID=<!--PAGEID-->&amp;action=deletes",{ids:ids}); 44 postwith("/admin/pending.php?pageID=<!--PAGEID-->&action=deletes",{ids:ids});
45 } 45 }
46 } 46 }
47 } 47 }