mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 14:03:19 +01:00
53 lines
1.2 KiB
Smarty
53 lines
1.2 KiB
Smarty
|
<!-- $Id$ -->
|
||
|
<!-- BEGIN edit_entry -->
|
||
|
<script language="JavaScript">
|
||
|
self.name="first_Window";
|
||
|
function accounts_popup()
|
||
|
{
|
||
|
Window1=window.open('{accounts_link}',"Search","width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes");
|
||
|
}
|
||
|
</script>
|
||
|
<center>
|
||
|
<font color="#000000" face="{font}">
|
||
|
|
||
|
<form action="{action_url}" method="post" name="app_form">
|
||
|
{common_hidden}
|
||
|
<table border="0" width="90%">
|
||
|
<tr>
|
||
|
<td colspan="2">
|
||
|
<center><font size="+1"><b>{errormsg}</b></font></center>
|
||
|
</td>
|
||
|
</tr>
|
||
|
{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>
|
||
|
</td>
|
||
|
<td align="right">{delete_button}</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</font>
|
||
|
</center>
|
||
|
<!-- END edit_entry -->
|
||
|
<!-- BEGIN list -->
|
||
|
<tr bgcolor="{tr_color}">
|
||
|
<td valign="top" width="35%"> <b>{field}:</b></td>
|
||
|
<td valign="top" width="65%">{data}</td>
|
||
|
</tr>
|
||
|
<!-- END list -->
|
||
|
<!-- BEGIN hr -->
|
||
|
<tr bgcolor="{tr_color}">
|
||
|
<td colspan="2">
|
||
|
{hr_text}
|
||
|
</td>
|
||
|
</tr>
|
||
|
<!-- END hr -->
|