- input_macro() moved from hopobject to global (and echoes request data by default)

- added missing name-attribute for buttons
This commit is contained in:
Robert Gaggl 2002-07-19 08:42:32 +00:00
parent 0b2da64e2a
commit d5823a468a
20 changed files with 38 additions and 38 deletions

View file

@ -1,5 +1,5 @@
<form method="post" action="<% response.action %>">
<p class="storyTitle">Warning!</p>
<p>You are about to delete <% param.what %>! Be aware of the fact that there is no "undo", so if you klick on "delete" here it will be gone forever!</p>
<p><% this.input type="button" name="remove" value="delete" %>&nbsp;<% this.input type="button" name="cancel" value="cancel" %></p>
<p><% input type="button" name="remove" value="delete" %>&nbsp;<% input type="button" name="cancel" value="cancel" %></p>
</form>