- 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,15 +2,15 @@
|
|||
<form method="post">
|
||||
<tr>
|
||||
<td class="small" nowrap="nowrap">old password:</td>
|
||||
<td nowrap="nowrap"><% this.input type="password" name="oldpwd" %></td>
|
||||
<td nowrap="nowrap"><% input type="password" name="oldpwd" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="small" nowrap="nowrap">new password:</td>
|
||||
<td nowrap="nowrap"><% this.input type="password" name="newpwd1" %></td>
|
||||
<td nowrap="nowrap"><% input type="password" name="newpwd1" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="small" nowrap="nowrap">confirm password:</td>
|
||||
<td nowrap="nowrap"><% this.input type="password" name="newpwd2" %></td>
|
||||
<td nowrap="nowrap"><% input type="password" name="newpwd2" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="small" nowrap="nowrap">url:</td>
|
||||
|
@ -22,7 +22,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"> </td>
|
||||
<td nowrap="nowrap"><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
||||
<td nowrap="nowrap"><% input type="button" name="save" value="save" %> <% input type="button" name="cancel" value="cancel" %></td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"></td>
|
||||
<td nowrap="nowrap"><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></td>
|
||||
<td nowrap="nowrap"><% input type="button" name="save" value="save" %> <% input type="button" name="cancel" value="cancel" %></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue