]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/am/edit_warehouse.html
Nutzung der Tabelle currencies
[kivitendo-erp.git] / templates / webpages / am / edit_warehouse.html
index 9e1c9b6fd73fddec586c8e8783fa652e385f3540..2208de527cf1fb1d0cefb5cddbccada3ba63f7a9 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body [%- IF onload %]onload="[%- onload %]"[%- END %]>
-
  [% IF saved_message %]
   <p>[% saved_message %]</p>
  [% END %]
@@ -19,7 +17,7 @@
    <tr>
     <td align="right">[% 'Description' | $T8 %]</td>
     <td>
-     <input name="description" size="60" value="[% HTML.escape(description) %]">
+     <input id='description' name="description" size="60" value="[% HTML.escape(description) %]">
      <input type="hidden" name="orig_description" value="[% HTML.escape(description) %]">
     </td>
    </tr>
 
  [% END %]
 
-</body>
-</html>