mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
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">
|
||||
<table><tr valign="top">
|
||||
<td>
|
||||
<div style="padding-top:15px; padding-right: 2px">
|
||||
<input style="font-size:10px" type="submit" value="{submit_button}">
|
||||
</div>
|
||||
<input style="font-size:10px" type="submit" value="{submit_button}"></div></form>
|
||||
</td>
|
||||
<td valign="top">{cancel_button}</td>
|
||||
</tr></table></form>
|
||||
<td>{cancel_button}</td>
|
||||
</tr></table>
|
||||
</td>
|
||||
<td align="right">{delete_button}</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user