| 1 |
lars |
1 |
{* $Id: projekt_ort_new.tpl 408 2008-09-04 12:54:10Z tiefland $ *}
|
|
|
2 |
{include file="header.tpl" focus="document.projekt_ort.po_name"}
|
|
|
3 |
<table width="662">
|
|
|
4 |
<tr>
|
|
|
5 |
<td valign="top">
|
|
|
6 |
<form action="{$SCRIPT_NAME}" method="post" name="projekt_ort" onsubmit="return check_projekt_ort_form();">
|
|
|
7 |
<input type="hidden" name="po_id" value="{$projekt_ort->po_id}">
|
|
|
8 |
<input type="hidden" name="action" value="{$action}">
|
|
|
9 |
|
|
|
10 |
<table width="662">
|
|
|
11 |
<tr>
|
|
|
12 |
<td colspan="2" class="links">Projektort hinzufügen / ändern</td>
|
|
|
13 |
</tr>
|
|
|
14 |
<tr>
|
|
|
15 |
<td class="links">Name</td>
|
|
|
16 |
<td class="rechts">
|
|
|
17 |
<input type="text" name="po_name" value="{$projekt_ort->po_name}">
|
|
|
18 |
</td>
|
|
|
19 |
</tr>
|
|
|
20 |
<tr>
|
|
|
21 |
<td colspan="2" class="links" align="center">
|
|
|
22 |
<input type="submit" value="eintragen">
|
|
|
23 |
</td>
|
|
|
24 |
</tr>
|
|
|
25 |
</table>
|
|
|
26 |
</form>
|
|
|
27 |
</td>
|
|
|
28 |
<td width="77" align="right" valign="top">
|
|
|
29 |
{include file="buttons.tpl"}
|
|
|
30 |
</td>
|
|
|
31 |
</tr>
|
|
|
32 |
</table>
|
|
|
33 |
{include file="footer.tpl"}
|