Umstellung der Benutzerverwaltung von Dateien im Verzeichnis "users" auf die Verwendu...
[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="SAVED_FORM" value="[% HTML.escape(SAVED_FORM) %]">
6
7   <table width="100%">
8    <tr>
9     <th class="listtop">Entwurf speichern</th>
10    </tr>
11    <tr height="5"></tr>
12
13    <tr>
14     <td>Geben Sie eine Beschreibung f&uuml;r diesen Entwurf ein.</td>
15    </tr>
16
17    <tr>
18     <td>
19     Beschreibung:
20     <input name="draft_description">
21     </td>
22    </tr>
23
24    <tr>
25     <td>
26      <input type="submit" class="submit" name="action" value="Entwurf speichern">
27     </td>
28    </tr>
29   </table>
30
31  </form>
32 </body>
33 </html>