- input_macro() moved from hopobject to global (and echoes request data by default)
- added missing name-attribute for buttons
This commit is contained in:
parent
0b2da64e2a
commit
d5823a468a
20 changed files with 38 additions and 38 deletions
|
@ -2,5 +2,5 @@
|
|||
<p><input type="hidden" name="proto" value="<% request.proto %>">
|
||||
<input type="hidden" name="name" value="<% request.name %>"><br />
|
||||
<% this.skin as="editor" width="50" height="25" wrap="virtual" style="formWide" %></p>
|
||||
<p><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></p>
|
||||
<p><% input type="button" name="save" value="save" %> <% input type="button" name="cancel" value="cancel" %></p>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue