forked from extern/egroupware
application_form.tpl was broken, used a templeate file from a backup
This commit is contained in:
parent
73a5ec994a
commit
bdd8b39637
@ -4,12 +4,25 @@
|
||||
|
||||
<form action="{form_action}" method="POST">
|
||||
{hidden_vars}
|
||||
<table border="0" width="55%" align="center">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="2"> </td>
|
||||
<table border="0" width="35%" align="center">
|
||||
<tr>
|
||||
<td>{lang_app_name}</td>
|
||||
<td><input name="n_app_name" value="{app_name_value}"></td>
|
||||
</tr>
|
||||
|
||||
{rows}
|
||||
<tr>
|
||||
<td>{lang_app_title}</td>
|
||||
<td><input name="n_app_title" value="{app_title_value}"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>{lang_status}</td>
|
||||
<td>
|
||||
<select name="n_app_status">
|
||||
{select_status}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
|
Loading…
Reference in New Issue
Block a user