815adc1bf41a74a0cc037d99ad2507a1b1496cb0
[kivitendo-erp.git] / templates / webpages / drafts / save_new_de.html
1 [% USE HTML %]<body>
2
3  <form action="[% HTML.escape(script) %]" method="post">
4
5   <input type="hidden" name="login" value="[% HTML.escape(login) %]">
6   <input type="hidden" name="password" value="[% HTML.escape(password) %]">
7
8   <input type="hidden" name="SAVED_FORM" value="[% HTML.escape(SAVED_FORM) %]">
9
10   <table width="100%">
11    <tr>
12     <th class="listtop">Entwurf speichern</th>
13    </tr>
14    <tr height="5"></tr>
15
16    <tr>
17     <td>Geben Sie eine Beschreibung f&uuml;r diesen Entwurf ein.</td>
18    </tr>
19
20    <tr>
21     <td>
22     Beschreibung:
23     <input name="draft_description">
24     </td>
25    </tr>
26
27    <tr>
28     <td>
29      <input type="submit" class="submit" name="action" value="Entwurf speichern">
30     </td>
31    </tr>
32   </table>
33
34  </form>
35 </body>
36 </html>