ftimme
2005-11-30 f6ee7a108a27ce6ccf85995ac638c0692e0434c3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<form method="POST" action="module_nav_item_edit.php">
<div class="frmTextHead"><tmpl_var name="header_txt"></div><br />
<table width="500" border="0" cellspacing="0" cellpadding="2">
  <tr>
    <td width="126" class="frmText11"><tmpl_var name="title_txt">:</td>
    <td width="366" class="frmText11"><input name="title" type="text" class="text" value="{tmpl_var name='title'}" size="30" maxlength="255"></td>
  </tr>
  <tr>
    <td width="126" class="frmText11"><tmpl_var name="target_txt">:</td>
    <td width="366" class="frmText11"><input name="target" type="text" class="text" value="{tmpl_var name='target'}" size="30" maxlength="255"></td>
  </tr>
  <tr>
    <td width="126" class="frmText11"><tmpl_var name="link_txt">:</td>
    <td width="366" class="frmText11"><input name="link" type="text" class="text" value="{tmpl_var name='link'}" size="30" maxlength="255"></td>
  </tr>
  <tr>
    <td colspan="2" class="frmText11">&nbsp;<inp</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><input name="Speichern" type="submit" class="button" value="{tmpl_var name='save_txt'}">
      <input name="Abbrechen" type="button" class="button" value="{tmpl_var name='cancel_txt'}" onClick="self.location.href='module_list.php';">
    </td>
  </tr>
  <tr>
    <td colspan="2" class="frmText11"><tmpl_var name="description_txt"></td>
  </tr>
  <tr>
    <td colspan="2" class="frmText11">&nbsp;</td>
  </tr>
</table>
<input type="hidden" name="item_id" value="{tmpl_var name='item_id'}">
<input type="hidden" name="nav_id" value="{tmpl_var name='nav_id'}">
<input type="hidden" name="module_name" value="{tmpl_var name='module_name'}">
</form>