| 1 |
lars |
1 |
{* $Id: projekt_benutzer_new.tpl 432 2008-09-10 12:28:14Z 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_beuntzer_form();">
|
|
|
7 |
<input type="hidden" name="pb_id" value="{$projekt_benutzer->pb_id}">
|
|
|
8 |
<input type="hidden" name="action" value="{$action}">
|
|
|
9 |
|
|
|
10 |
<table width="662">
|
|
|
11 |
<tr>
|
|
|
12 |
<td colspan="2" class="links">Benutzer einem Projekt zuordnen</td>
|
|
|
13 |
</tr>
|
|
|
14 |
<tr>
|
|
|
15 |
<td class="links">Login</td>
|
|
|
16 |
<td class="rechts">
|
|
|
17 |
{html_options output=$logins values=$login_ids selected=$act_login name="l_id"}
|
|
|
18 |
</td>
|
|
|
19 |
</tr>
|
|
|
20 |
<tr>
|
|
|
21 |
<td class="links">Projekt</td>
|
|
|
22 |
<td class="rechts">
|
|
|
23 |
{html_options output=$projekte values=$projekt_ids selected=$act_projekt name="p_id"}
|
|
|
24 |
</td>
|
|
|
25 |
</tr>
|
|
|
26 |
<tr>
|
|
|
27 |
<td class="links">Status</td>
|
|
|
28 |
<td class="rechts">{html_options values=$status_ids output=$status_values selected=$act_status name="status"}</td>
|
|
|
29 |
</tr>
|
|
|
30 |
<tr>
|
|
|
31 |
<td class="links">Intern</td>
|
|
|
32 |
<td class="rechts">
|
|
|
33 |
<input type="checkbox" name="intern" value="1" {$checked}>
|
|
|
34 |
</td>
|
|
|
35 |
</tr>
|
|
|
36 |
<tr>
|
|
|
37 |
<td colspan="2" class="links" align="center">
|
|
|
38 |
<input type="submit" value="eintragen">
|
|
|
39 |
</td>
|
|
|
40 |
</tr>
|
|
|
41 |
</table>
|
|
|
42 |
</form>
|
|
|
43 |
</td>
|
|
|
44 |
<td width="77" align="right" valign="top">
|
|
|
45 |
{include file="buttons.tpl"}
|
|
|
46 |
</td>
|
|
|
47 |
</tr>
|
|
|
48 |
</table>
|
|
|
49 |
{include file="footer.tpl"}
|