]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ic/form_footer_master.html
Bugfixes zum Rechnungstemplate
[mfinanz.git] / templates / webpages / ic / form_footer_master.html
index 0b725155461edd5d44ad55fbbfc7a9f0bb5a0f9f..bcee92a50ce65ccfdaf2427cfabea6b6ee5e9ae8 100644 (file)
 [%- IF CUSTOM_VARIABLES.size %]
 <div id="custom_variables" class="tabcontent">
 
+ <p><translate>Unchecked custom variables will not appear in orders and invoices.</translate></p>
+
  <p>
   <table>
    [%- FOREACH var = CUSTOM_VARIABLES %]
    <tr>
+    <td align="right" valign="top">[% var.VALID_BOX %]</td>
     <td align="right" valign="top">[% HTML.escape(var.description) %]</td>
     <td valign="top">[% var.HTML_CODE %]</td>
    </tr>