diff options
Diffstat (limited to 'theme/admin/drafts.tpl')
| -rwxr-xr-x | theme/admin/drafts.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/theme/admin/drafts.tpl b/theme/admin/drafts.tpl index 17757ba..e798fd9 100755 --- a/theme/admin/drafts.tpl +++ b/theme/admin/drafts.tpl | |||
| @@ -7,7 +7,7 @@ function deletePost(id) | |||
| 7 | { | 7 | { |
| 8 | if (confirm("Are you sure you would like to delete this draft?")) | 8 | if (confirm("Are you sure you would like to delete this draft?")) |
| 9 | { | 9 | { |
| 10 | postwith("/admin/drafts.php?pageID=<!--PAGEID-->&action=delete",{id:id}); | 10 | postwith("/admin/drafts.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 drafts?")) | 42 | if (confirm("Are you sure you would like to delete the selected drafts?")) |
| 43 | { | 43 | { |
| 44 | postwith("/admin/drafts.php?pageID=<!--PAGEID-->&action=deletes",{ids:ids}); | 44 | postwith("/admin/drafts.php?pageID=<!--PAGEID-->&action=deletes",{ids:ids}); |
| 45 | } | 45 | } |
| 46 | } | 46 | } |
| 47 | } | 47 | } |
