template: Verwendung von MYCONFIG.jsc_dateformat entfernt
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Dec 2015 14:36:51 +0000 (15:36 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Dec 2015 15:16:22 +0000 (16:16 +0100)
templates/webpages/letter/edit.html
templates/webpages/letter/search.html

index 808c18e..9627e5a 100644 (file)
 
  </form>
 
-    <script type="text/javascript">
-     <!--
-       Calendar.setup({ inputField : "date", ifFormat :"[% MYCONFIG.jsc_dateformat %]", align : "BL", button : "date_button" });
-     //-->
-    </script>
-    <script type="text/javascript" src="js/show_vc_details.js"></script>
 </body>
 
index c20f131..9c3af99 100644 (file)
@@ -1,16 +1,7 @@
 [% USE HTML %]
 [% USE T8 %]
-<body onload="on_load()">
-
- <script type="text/javascript">
-  <!--
-      function on_load() {
-        Calendar.setup({ inputField : "date_from", ifFormat :"[% MYCONFIG.jsc_dateformat %]", align : "BR", button : "date_from_trigger" });
-        Calendar.setup({ inputField : "date_to",   ifFormat :"[% MYCONFIG.jsc_dateformat %]", align : "BR", button : "date_to_trigger" });
-        document.Form.subject.focus();
-      }
-    -->
- </script>
+[% USE L %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
     <tr>
      <td align='right'>[% 'From' | $T8 %]</td>
      <td>
-      <input name="date_from" id="date_from" size="12">
-      <input type="button" name="date_from_button" id="date_from_trigger" value="?">
+      [% L.date_tag('date_from') %]
       [% 'To (time)' | $T8 %]
-      <input name="date_to" id="date_to" size="12">
-      <input type="button" name="date_to_button" id="date_to_trigger" value="?">
+      [% L.date_tag('date_to') %]
      </td>
     </tr>
 <!--