diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/articles.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/articles.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/articles.html b/ratatoeskr/templates/src/systemtemplates/articles.html index 5ba5bbd..764ac40 100644 --- a/ratatoeskr/templates/src/systemtemplates/articles.html +++ b/ratatoeskr/templates/src/systemtemplates/articles.html @@ -3,7 +3,7 @@ <ste:default_error /> <ste:default_success /> - <form action="$rel_path_to_root/backend/content/articles" method="GET" accept-charset="UTF-8"> + <form action="$rel_path_to_root/backend/content/articles" method="get" accept-charset="UTF-8"> <div> <strong><ste:get_translation for="filter" />:</strong> <ste:get_translation for="filter_urlname" /> <input type="text" name="filter_urlname" value="<ste:escape>$filter_urlname</ste:escape>" /> @@ -14,7 +14,7 @@ </div> </form> - <form action="$rel_path_to_root/backend/content/articles?$filterquery?{$filterquery|&|}$sortquery" method="POST"> + <form action="$rel_path_to_root/backend/content/articles?$filterquery?{$filterquery|&|}$sortquery" method="post"> <table class="fullwidth listtab"> <thead><tr> <th> </th> |