Feature Branch: Autocompletion.
[kivitendo-erp.git] / templates / webpages / ic / form_footer_master.html
index 0b72515..bcee92a 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>