L.date_tag für reqdate im Lieferschein verwenden.
[kivitendo-erp.git] / templates / webpages / ct / _contact.html
index e87b65a..2b126c6 100644 (file)
 
      <tr>
       <th align="left" nowrap>[% 'Birthday' | $T8 %]</th>
-      <td><input id="cp_birthday" name="cp_birthday" size="40" value="[% HTML.escape(cp_birthday) %]"></td>
+      <td>
+        [% L.date_tag('cp_birthday', cp_birthday) %]
+      </td>
      </tr>
 
      <tr>
     </table>
 
     [% IF cp_id %]
-      <input type="button" id="delete_contact" onclick="submitInputBitton(this);" name="action" value="[% 'Delete Contact' | $T8 %]">
+      <input type="button" id="delete_contact" onclick="submitInputButton(this);" name="action" value="[% 'Delete Contact' | $T8 %]">
     [% END %]
 
     <br style="clear: left" />