mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
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">
|
<form action="{form_action}" method="POST">
|
||||||
{hidden_vars}
|
{hidden_vars}
|
||||||
<table border="0" width="55%" align="center">
|
<table border="0" width="35%" align="center">
|
||||||
<tr bgcolor="{th_bg}">
|
<tr>
|
||||||
<td colspan="2"> </td>
|
<td>{lang_app_name}</td>
|
||||||
|
<td><input name="n_app_name" value="{app_name_value}"></td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<td colspan="2" align="center">
|
<td colspan="2" align="center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user