- 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
|
@ -118,7 +118,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="small" nowrap="nowrap"> </td>
|
||||
<td nowrap="nowrap"><br /><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
||||
<td nowrap="nowrap"><br /><% input type="button" name="save" value="save" %> <% input type="button" name="cancel" value="cancel" %></td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
|
|
@ -7,15 +7,15 @@
|
|||
<td nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<td nowrap="nowrap">Title:</td>
|
||||
<td nowrap="nowrap"><% this.input type="text" name="title" %></td>
|
||||
<td nowrap="nowrap"><% input name="title" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">Alias:</td>
|
||||
<td nowrap="nowrap"><% this.input type="text" name="alias" %></td>
|
||||
<td nowrap="nowrap"><% input name="alias" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"> </td>
|
||||
<td nowrap="nowrap"><% this.input type="button" value="create" %> <% this.input type="button" value="cancel" %></td>
|
||||
<td nowrap="nowrap"><% input type="button" name="create" value="create" %> <% input type="button" name="cancel" value="cancel" %></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<tr>
|
||||
<td colspan="4" class="highlight" valign="top"><p><b>Warning!</b> You're about to delete the above weblog. Please mind that this is an irreversible process, and any asset of this weblog will be deleted. Just to remind you: <% this.alias %> currently contains <b><% this.sysmgr_count what="stories" %> stories</b> with <b><% this.sysmgr_count what="comments" %> comments</b>, <b><% this.sysmgr_count what="images" %> images</b> and <b><% this.sysmgr_count what="files" %> files</b>. Also all the subscriptions to this weblog will be removed.</p>
|
||||
<p><b>Are you sure you want to delete this weblog?</b></p>
|
||||
<p><% this.input type="button" name="remove" value="yes" %> <% this.input type="button" name="cancel" value=" no " %></p></td>
|
||||
<p><% input type="button" name="remove" value="yes" %> <% input type="button" name="cancel" value=" no " %></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" height="5" nowrap="nowrap"></td>
|
||||
|
|
|
@ -18,7 +18,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