Sammelcommit Bankerweiterung und Skonto
[kivitendo-erp.git] / templates / webpages / fu / add_edit.html
index d32f3fc..e3b3191 100644 (file)
@@ -1,13 +1,10 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="on_load();">
+[%- USE L %]
+[%- USE HTML %]
+<h1>[% title %]</h1>
 
  <script type="text/javascript">
-  <!--
-      function on_load() {
-        Calendar.setup({ inputField : "follow_up_date", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BR", button : "follow_up_date_trigger" });
-        document.Form.subject.focus();
-      }
-    -->
+   $(function(){ document.Form.subject.focus(); });
  </script>
 
  <form action="fu.pl" method="post" name="Form">
@@ -16,8 +13,6 @@
   <p>[% SAVED_MESSAGE %]</p>
   [%- END %]
 
-  <div class="listtop">[% title %]</div>
-
   <input type="hidden" name="id" value="[% HTML.escape(id) %]">
   <input type="hidden" name="note_id" value="[% HTML.escape(note_id) %]">
   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
@@ -41,8 +36,7 @@
     <tr>
      <td valign="right">[% 'Follow-Up Date' | $T8 %]</td>
      <td>
-      <input name="follow_up_date" id="follow_up_date" value="[% HTML.escape(follow_up_date) %]" size="12">
-      <input type="button" name="follow_up_date_button" id="follow_up_date_trigger" value="?">
+       [% L.date_tag('follow_up_date', follow_up_date) %]
     </tr>
 
     <tr>
@@ -73,7 +67,7 @@
   [%- IF FOLLOW_UPS.size %]
   <hr height="3" noshade>
 
-  <div class="listtop">[% 'Existing pending follow-ups for this item' | $T8 %]</div>
+  <h2>[% 'Existing pending follow-ups for this item' | $T8 %]</h2>
 
   <p>
    <table>
   <input type="hidden" name="trans_rowcount" value="[% LINKS.size %]">
  </form>
 
-</body>
-</html>