changed layout
This commit is contained in:
parent
81d3878cba
commit
ecf6eb3952
1 changed files with 3 additions and 6 deletions
|
@ -3,19 +3,16 @@
|
|||
<td colspan="2" nowrap> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="toplevelDate">add your comment:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="storyText" nowrap><form method="post">Title:</td>
|
||||
<td class="storyText" nowrap><% this.title as="editor" %></td>
|
||||
<td class="storyText" nowrap><% this.title as="editor" width="40" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="storyText" valign="top" nowrap>Text:</td>
|
||||
<td class="storyText" nowrap><% this.text as="editor" width="30" height="8" %></td>
|
||||
<td class="storyText" nowrap><% this.text as="editor" width="40" height="8" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="storyText" nowrap> </td>
|
||||
<td class="storyText" nowrap><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
||||
<td class="storyText" nowrap><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue