]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/common/_send_email_dialog.html
E-Mail-Versand: CC an andere kivi-Benutzer per Auswahlliste
[mfinanz.git] / templates / webpages / common / _send_email_dialog.html
index b58e762c47b42d0f499ac40371c0c49bb5e07ab7..79b984c81b8c0e09f69c158bb515f1f8fd2c87f7 100644 (file)
    </td>
   </tr>
 
+ [%- IF ALL_EMPLOYEES.size %]
+  <tr class="hidden" data-toggle-recipients="1">
+   <th align="right" nowrap>[% LxERP.t8("CC to Employee") %]</th>
+   <td>[% L.select_tag('email_form.cc_employee',  ALL_EMPLOYEES, value_key='login' title_key='safe_name', with_empty=1, style=style) %]</td>
+  </tr>
+ [%- END %]
+
   <tr class="hidden" data-toggle-recipients="1">
    <th align="right" nowrap>[% LxERP.t8("Cc") %]</th>
    <td>[% L.input_tag("email_form.cc", email_form.cc, size="80") %]</td>