forked from extern/egroupware
reverted change made by ak703 and used another solution for his problem
cancel was not working anymore. The entry did become saved if you clicked on cancel too.
This commit is contained in:
parent
56aa7e6eb3
commit
7edae9cb62
@ -21,15 +21,13 @@
|
||||
{row}
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<div style="padding-top:15px; padding-right: 2px">
|
||||
<input style="font-size:10px" type="submit" value="{submit_button}">
|
||||
</div>
|
||||
</td>
|
||||
<td valign="top">{cancel_button}</td>
|
||||
</tr></table></form>
|
||||
<table><tr valign="top">
|
||||
<td>
|
||||
<div style="padding-top:15px; padding-right: 2px">
|
||||
<input style="font-size:10px" type="submit" value="{submit_button}"></div></form>
|
||||
</td>
|
||||
<td>{cancel_button}</td>
|
||||
</tr></table>
|
||||
</td>
|
||||
<td align="right">{delete_button}</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user