mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
41 lines
996 B
Smarty
41 lines
996 B
Smarty
<!-- BEGIN sqlheader -->
|
|
<table colspan="6">
|
|
<tr bgcolor="#e6e6e6">
|
|
<td>
|
|
<pre>
|
|
$phpgw_baseline = array(
|
|
<!-- END sqlheader -->
|
|
|
|
<!-- BEGIN sqlbody -->
|
|
'{table}' => array(
|
|
'fd' => array(
|
|
{arr} ),
|
|
'pk' => array({pks}),
|
|
'fk' => array({fks}),
|
|
'ix' => array({ixs}),
|
|
'uc' => array({ucs})
|
|
){term}
|
|
<!-- END sqlbody -->
|
|
|
|
<!-- BEGIN sqlfooter -->
|
|
);
|
|
</pre>
|
|
</td>
|
|
</tr>
|
|
<form method="get" action="{action_url}">
|
|
<tr>
|
|
<td align="left" width="7%">
|
|
<input type="submit" name="download" value="{lang_download}" />
|
|
<input type="submit" name="cancel" value="{lang_cancel}" />
|
|
<input type="hidden" name="appname" value="{appname}" />
|
|
<input type="hidden" name="table" value="{table}" />
|
|
<input type="hidden" name="apps" value="{apps}" />
|
|
<input type="hidden" name="showall" value="{showall}" />
|
|
<input type="hidden" name="submit" value="True" />
|
|
</td>
|
|
</tr>
|
|
</form>
|
|
</table>
|
|
</table>
|
|
<!-- END sqlfooter -->
|