]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/oe/form_header_de.html
Vereinfachtes Template, und alten Code entfernt.
[kivitendo-erp.git] / templates / webpages / oe / form_header_de.html
index 064908abc8b3999e835e5b8d4599c38fe5dc7117..8f158c98ca330f64bbcd03abdb100f74cbb0219b 100644 (file)
                       Angebotsdatum
                      [%- END %]
                     </th>
-                    [% button1 %]
+                    <td nowrap>
+                      <input name=transdate id=transdate size=11 title="[% HTML.escape(dateformat) %]" value="[% transdate %]" onBlur="check_right_date_format(this)">
+                      <input type=button name=transdate id="trigger1" value="?">
+                    </td>
                   </tr>
                   <tr>
                     <th align="right" nowrap>
                       Lieferdatum
                      [%- END %]
                     </th>
-                    [% button2 %]
+                    <td nowrap>
+                      <input name=reqdate id=reqdate size=11 title="[% HTML.escape(dateformat) %]" value="[% reqdate %]" onBlur="check_right_date_format(this)">
+                      <input type=button name=reqdate id="trigger2" value="?">
+                    </td>
                   </tr>
                   <tr>
                     <th width="70%" align="right" nowrap>Projektnummer</th>
         </td>
       </tr>
 
-      [% jsscript %]
+    <script type="text/javascript">
+     <!--
+       Calendar.setup({ inputField : "transdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" });
+       Calendar.setup({ inputField : "reqdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
+     //-->
+    </script>