From: mh Date: Mon, 23 Dec 2002 03:50:47 +0000 (+0000) Subject: add in query_.. parameters to the delete request url so that we come back to the... X-Git-Tag: BEFORE_MERGE_1_1~361 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a0a6ee63f4280c048b960e5d03752607d721097b;p=mir.git add in query_.. parameters to the delete request url so that we come back to the same place on the list when deleting a media item. also: it's data.query_media_folder not query_media_folder. --- diff --git a/templates/admin/audiolist.template b/templates/admin/audiolist.template index 960b6ad4..22322c6d 100755 --- a/templates/admin/audiolist.template +++ b/templates/admin/audiolist.template @@ -42,7 +42,7 @@ @@ -84,7 +84,7 @@   ${lang("attach")} - ${lang("delete")} + ${lang("delete")} | ${lang("edit")} diff --git a/templates/admin/imagelist.template b/templates/admin/imagelist.template index bc874aa4..b3d306c1 100755 --- a/templates/admin/imagelist.template +++ b/templates/admin/imagelist.template @@ -42,7 +42,7 @@ @@ -86,7 +86,7 @@   ${lang("attach")} - ${lang("delete")} + ${lang("delete")} | ${lang("edit")} diff --git a/templates/admin/medialist.template b/templates/admin/medialist.template index 05718b70..fa2a3c2e 100755 --- a/templates/admin/medialist.template +++ b/templates/admin/medialist.template @@ -42,7 +42,7 @@ @@ -84,7 +84,7 @@   ${lang("attach")} - ${lang("delete")} + ${lang("delete")} | ${lang("edit")} diff --git a/templates/admin/videolist.template b/templates/admin/videolist.template index 38ca8a05..1e066bb7 100755 --- a/templates/admin/videolist.template +++ b/templates/admin/videolist.template @@ -42,7 +42,7 @@ @@ -84,7 +84,7 @@   ${lang("attach")} - ${lang("delete")} + ${lang("delete")} | ${lang("edit")}