]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/is/form_header.html
kivi.Validator: In IS Maske als check registriert
[mfinanz.git] / templates / webpages / is / form_header.html
index 133ff7d1c39f63800bdd23985d24577ae68cba38..310508b76e54141668deae3a045e7c94e6341159 100644 (file)
         </tr>
         <tr>
           <th align="right">[% 'Transaction description' | $T8 %]</th>
-          <td colspan="3"><input size='35' name="transaction_description" id="transaction_description" value="[% HTML.escape(transaction_description) %]"></td>
+          <td colspan="3">[% L.input_tag("transaction_description", transaction_description, size=35, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %]</td>
         </tr>
       </table>
     </td>