Roll call system, and update forms to method=post
[hcoop/portal.git] / issue.mlt
index fdfface..0a5414e 100644 (file)
--- a/issue.mlt
+++ b/issue.mlt
@@ -14,7 +14,7 @@ if $"cmd" = "new" then
 
 <h3><b>New issue</b></h3>
 
-<form action="issue">
+<form action="issue" method="post">
 <input type="hidden" name="cat" value="<% catId %>">
 <input type="hidden" name="cmd" value="add">
 <table>
@@ -70,7 +70,7 @@ end %>
        else %>
 <h3><b>Modify issue</b></h3>
 
-<form action="issue">
+<form action="issue" method="post">
 <input type="hidden" name="cat" value="<% catId %>">
 <input type="hidden" name="save" value="<% id %>">
 <table>
@@ -180,7 +180,7 @@ elseif $"modPost" <> "" then
        else %>
 <h3><b>Modify post</b></h3>
 
-<form action="issue">
+<form action="issue" method="post">
 <input type="hidden" name="cat" value="<% catId %>">
 <input type="hidden" name="savePost" value="<% id %>">
 <textarea name="body" rows="10" cols="80" wrap="soft"><% Web.htmlNl (#body post) %></textarea>
@@ -283,7 +283,7 @@ foreach (name, post) in Support.listPosts id do %>
 
 <h3><b>Post to this thread</b></h3>
 
-<form action="issue">
+<form action="issue" method="post">
 <input type="hidden" name="cat" value="<% catId %>">
 <input type="hidden" name="iss" value="<% id %>">
 <input type="hidden" name="cmd" value="post">