Revision ed6e28c9
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/gl/form_header.html | ||
---|---|---|
<form method="post" name="gl" action="gl.pl" id="form">
|
||
|
||
[% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %]
|
||
[% L.hidden_tag(name, $name) %]
|
||
[%- END %]
|
||
[% L.hidden_tag(name, $name) %]
|
||
[% END %]
|
||
|
||
<input type=hidden name=title value="[% hide_title | html %]">
|
||
|
||
... | ... | |
<input type="hidden" name="follow_up_rowcount" value="1">
|
||
|
||
<div id="ir_tabs" class="tabwidget">
|
||
<ul>
|
||
|
||
<ul>
|
||
<li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
|
||
[%- IF INSTANCE_CONF.get_webdav %]
|
||
<li><a href="#ui-tabs-webdav">[% 'WebDAV' | $T8 %]</a></li>
|
||
[%- END %]
|
||
[%- IF id %]
|
||
[%- IF INSTANCE_CONF.get_doc_storage %]
|
||
<li><a href="controller.pl?action=File/list&file_type=document&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Documents' | $T8 %]</a></li>
|
||
<li><a href="controller.pl?action=File/list&file_type=attachment&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li>
|
||
[%- END %]
|
||
[%- END %]
|
||
</ul>
|
||
<div id="ui-tabs-basic-data">
|
||
|
||
<table width=100%>
|
||
[%- IF saved_message %]
|
||
<tr>
|
||
<td>[% saved_message | html %]</th>
|
||
</tr>
|
||
[%- END %]
|
||
|
||
<tr height="5"></tr>
|
||
<tr>
|
||
<td>
|
||
<table>
|
||
<tr>
|
||
<td colspan="6" align="left">[% 'Previous transnumber text' | $T8 %] [% previous_id %] . [% 'Previous transdate text' | $T8 %] [% previous_gldate %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% 'Reference' | $T8 %]</th>
|
||
<td>[% L.input_tag('reference', reference, size=20, readonly=readonly) %]</td>
|
||
<th align="right">[% 'Transdate' | $T8 %]</th>
|
||
<td>[% L.date_tag('transdate', transdate, readonly=readonly) %]</td>
|
||
</tr>
|
||
[%- IF id %]
|
||
<tr>
|
||
<th align="right">[% 'ID' | $T8 %]</th>
|
||
<td>[% L.input_tag('id', id, size=20, readonly=readonly) %]</td>
|
||
<th align="right">[% 'Gldate' | $T8 %]</th>
|
||
<td>[% L.date_tag('gldate', gldate, readonly=1) %]<img class="ui-datepicker-trigger" src="image/calendar.png" alt="..." title="..." style='visibility:hidden'></td>
|
||
</tr>
|
||
[%- END %]
|
||
|
||
[% SET departments_style = "";
|
||
SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %]
|
||
<tr>
|
||
<th [%- departments_style -%]align="right">[% 'Department' | $T8 %]</th>
|
||
<td [%- departments_style -%]>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %]</td>
|
||
<th align=right>[% 'Tax point' | $T8 %]</th>
|
||
<td>[% L.date_tag('tax_point', tax_point) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% 'Description' | $T8 %]</th>
|
||
<td>[% L.areainput_tag('description', description, cols=50, readonly=readonly) %]</td>
|
||
<th align=right>[% 'Delivery Date' | $T8 %]</th>
|
||
<td>[% L.date_tag('deliverydate', deliverydate) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %]</th>
|
||
<td>[%- IF id %][% L.input_tag('employee', employee, size=20, readonly=readonly) %][% END %]</td>
|
||
<th align="right">[% 'MwSt. inkl.' | $T8 %]</th>
|
||
<td>[% L.checkbox_tag('taxincluded', checked=taxincluded) %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan=4>
|
||
[% 'OB Transaction' | $T8 %] [% L.checkbox_tag('ob_transaction' checked=ob_transaction) %]
|
||
[% 'CB Transaction' | $T8 %] [% L.checkbox_tag('cb_transaction' checked=cb_transaction) %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="1%" align="right" nowrap>[% 'Show details' | $T8 %]</td>
|
||
<td width="1%">[% L.checkbox_tag('show_details', checked=show_details, onclick='show_form_details();') %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan=4>
|
||
<table width=100%>
|
||
<tr class=listheading>
|
||
<th class=listheading style="width:15%">[% 'Account' | $T8 %]</th>
|
||
<th class=listheading style="width:10%">[% 'Chart balance' | $T8 %]</th>
|
||
<th class=listheading style="width:10%">[% 'Debit' | $T8 %]</th>
|
||
<th class=listheading style="width:10%">[% 'Credit' | $T8 %]</th>
|
||
<th class=listheading style="width:10%">[% 'Tax' | $T8 %]</th>
|
||
<th class=listheading style="width:5%">[% 'Taxkey' | $T8 %]</th>
|
||
|
||
[%- IF show_details %]
|
||
<th class=listheading style="width:20%">[% 'Source' | $T8 %]</th>
|
||
<th class=listheading style="width:20%">[% 'Memo' | $T8 %]</th>
|
||
<th class=listheading style="width:20%">[% 'Project Number' | $T8 %]</th>
|
||
[%- END %]
|
||
|
||
</tr>
|
||
[% IF INSTANCE_CONF.get_webdav %]
|
||
<li><a href="#ui-tabs-webdav">[% 'WebDAV' | $T8 %]</a></li>
|
||
[% END %]
|
||
[% IF id %]
|
||
[% IF INSTANCE_CONF.get_doc_storage %]
|
||
<li><a href="controller.pl?action=File/list&file_type=document&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Documents' | $T8 %]</a></li>
|
||
<li><a href="controller.pl?action=File/list&file_type=attachment&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li>
|
||
[% END %]
|
||
[% END %]
|
||
</ul>
|
||
|
||
<div id="ui-tabs-basic-data">
|
||
[% INCLUDE 'common/flash.html' %][% # PENDENT: SOLL DAS AUCH IN DEN ANDEREN TABS STEHEN? WIRD SCHWIERIG ZUM CSS-PLAZIEREN %]
|
||
|
||
<div class="wrapper">
|
||
|
||
[% IF saved_message %]
|
||
<div class="message">[% saved_message | html %]</div>
|
||
[% END %]
|
||
|
||
[% IF previous_id %]
|
||
<div class="message message_hint">
|
||
[% 'Previous transnumber text' | $T8 %] <b>[% previous_id %]</b> [% 'Previous transdate text' | $T8 %] <b>[% previous_gldate %] </b>
|
||
</div>
|
||
[% END %]
|
||
|
||
</div><!-- /.wrapper -->
|
||
|
||
<div class="wrapper">
|
||
|
||
<table class="tbl-horizontal">
|
||
<tbody>
|
||
<tr>
|
||
<th>[% 'Reference' | $T8 %]</th>
|
||
<td>[% L.input_tag('reference', reference, class='wi-wide', readonly=readonly) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Transdate' | $T8 %]</th>
|
||
<td>[% L.date_tag('transdate', transdate, readonly=readonly) %]</td>
|
||
</tr>
|
||
[% IF id %]
|
||
<tr>
|
||
<th>[% 'ID' | $T8 %]</th>
|
||
<td>[% L.input_tag('id', id, class="wi-small", readonly=readonly) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Gldate' | $T8 %]</th>
|
||
[%-# hidden img to keep alignment -%]
|
||
<td>[% L.date_tag('gldate', gldate, readonly=1) %]<img class="ui-datepicker-trigger" src="image/calendar.png" alt="..." title="..." style='visibility:hidden'></td>
|
||
</tr>
|
||
[% END %]
|
||
<tr>
|
||
<th>[% 'Tax point' | $T8 %]</th>
|
||
<td>[% L.date_tag('tax_point', tax_point) %]</td>
|
||
</tr>
|
||
[% SET departments_style = "";
|
||
SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %]
|
||
<tr>
|
||
<th [%- departments_style -%]>[% 'Department' | $T8 %]</th>
|
||
<td [%- departments_style -%]>[% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_key='description', with_empty=1, class='wi-wide') %]</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>[% 'Description' | $T8 %]</th>
|
||
<td class="wi-wide">[% L.areainput_tag('description', description, readonly=readonly, cols=10, class='wi-wide') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th class="right" width="50%" nowrap>[% 'Delivery Date' | $T8 %]</th>
|
||
<td class="left">[% L.date_tag('deliverydate', deliverydate) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %]</th>
|
||
<td>[%- IF id %][% L.input_tag('employee', employee, class='wi-normal', readonly=readonly, class='wi-wide') %][% END %]</td>
|
||
<th>[% 'MwSt. inkl.' | $T8 %]</th>
|
||
<td>[% L.checkbox_tag('taxincluded', checked=taxincluded) %]</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<table class="tbl-horizontal">
|
||
<tbody>
|
||
<tr>
|
||
<th>
|
||
<span class="label above">[% 'Optional Transaction Type' | $T8 %]</span>
|
||
<label for="ob_transaction">[% L.checkbox_tag('ob_transaction' checked=ob_transaction) %] [% 'CB Transaction' | $T8 %]</label> <br>
|
||
<label for="cb_transaction">[% L.checkbox_tag('cb_transaction' checked=cb_transaction) %] [% 'OB Transaction' | $T8 %]</label>
|
||
</th>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
</div><!-- /.wrapper -->
|
||
<div class="wrapper">
|
||
|
||
<div class="buttons positions">
|
||
<label class="button neutral" for="show_details">[% IF show_details %][% 'Hide details' | $T8 %][% ELSE %][% 'Show details' | $T8 %][% END %]</label>
|
||
[% L.checkbox_tag('show_details', checked=show_details, onclick='show_form_details();', style='display:none') %]
|
||
</div>
|
||
|
||
<table class="tbl-list wi-moderate">
|
||
<caption>[% 'Transaction' | $T8 %]</caption>
|
||
<thead>
|
||
<tr>
|
||
<th>[% 'Account' | $T8 %]</th>
|
||
<th class="right">[% 'Chart balance' | $T8 %]</th>
|
||
<th class="right">[% 'Debit' | $T8 %]</th>
|
||
<th class="right">[% 'Credit' | $T8 %]</th>
|
||
<th class="right">[% 'Tax' | $T8 %]</th>
|
||
<th>[% 'Taxkey' | $T8 %]</th>
|
||
[% IF show_details %]
|
||
<th>[% 'Source' | $T8 %]</th>
|
||
<th>[% 'Memo' | $T8 %]</th>
|
||
<th>[% 'Project Number' | $T8 %]</th>
|
||
[% END %]
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
templates/webpages/gl/generate_report_bottom.html | ||
---|---|---|
[% USE HTML %]
|
||
<form method="post" id="create_new_form" action="gl.pl">
|
||
<input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
|
||
<input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
|
||
</form>
|
templates/webpages/gl/search.html | ||
---|---|---|
[% USE L %]
|
||
<h1>[% 'Journal' | $T8 %]</h1>
|
||
|
||
<form method=post id="form" action=gl.pl>
|
||
<form method="post" id="form" action="gl.pl">
|
||
|
||
<input type=hidden name=sort value=datesort>
|
||
<input type="hidden" name="sort" value="datesort">
|
||
|
||
<table width=100%>
|
||
<tr>
|
||
<td>
|
||
<table>
|
||
<tr>
|
||
<th align=right>[% 'Reference / Invoice Number' | $T8 %]</th>
|
||
<td><input name="reference" size="20" class="initial_focus"></td>
|
||
<th align=right>[% 'Source' | $T8 %]</th>
|
||
<td><input name=source size=20></td>
|
||
</tr>
|
||
[%- IF ALL_DEPARTMENTS %]
|
||
<tr>
|
||
<th align=right nowrap>[% 'Department' | $T8 %]</th>
|
||
<td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1) %]</td>
|
||
</tr>
|
||
[%- END %]
|
||
<tr>
|
||
<th align=right>[% 'Description' | $T8 %]</th>
|
||
<td><input name=description size=40></td>
|
||
<th align=right>[% 'Account Number' | $T8 %]</th>
|
||
<td><input name=accno size=20></td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Notes' | $T8 %]</th>
|
||
<td colspan=3><input name=notes size=40></td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Project Number' | $T8 %]</th>
|
||
<td colspan=3>[% L.select_tag('project_id', ALL_PROJECTS, title_key = 'projectnumber', with_empty = 1) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Employee' | $T8 %]</th>
|
||
<td colspan=3>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Filter date by' | $T8 %]</th>
|
||
<td colspan=3>
|
||
<input name=datesort class=radio type=radio value=transdate checked> [% 'Transdate' | $T8 %]
|
||
<input name=datesort class=radio type=radio value=gldate> [% 'Gldate' | $T8 %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'From' | $T8 %]</th>
|
||
<td>[% L.date_tag('datefrom') %]</td>
|
||
<th align=right>[% 'To (time)' | $T8 %]</th>
|
||
<td>[% L.date_tag('dateto') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Include in Report' | $T8 %]</th>
|
||
<td colspan=3>
|
||
<table>
|
||
<tr>
|
||
<td>
|
||
<input name="category" class=radio type=radio value=X checked> [% 'All' | $T8 %]
|
||
<input name="category" class=radio type=radio value=A> [% 'Asset' | $T8 %]
|
||
<input name="category" class=radio type=radio value=L> [% 'Liability' | $T8 %]
|
||
<input name="category" class=radio type=radio value=I> [% 'Revenue' | $T8 %]
|
||
<input name="category" class=radio type=radio value=E> [% 'Expense' | $T8 %]
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<table>
|
||
<tr>
|
||
<td align=right><input name="l_id" class=checkbox type=checkbox value=Y></td>
|
||
<td>[% 'ID' | $T8 %]</td>
|
||
<td align=right><input name="l_transdate" class=checkbox type=checkbox value=Y checked></td>
|
||
<td>[% 'Transdate' | $T8 %]</td>
|
||
<td align=right><input name="l_gldate" class=checkbox type=checkbox value=Y checked></td>
|
||
<td>[% 'Gldate' | $T8 %]</td>
|
||
<td align=right><input name="l_reference" class=checkbox type=checkbox value=Y checked></td>
|
||
<td>[% 'Reference' | $T8 %]</td>
|
||
<td align=right><input name="l_description" class=checkbox type=checkbox value=Y checked></td>
|
||
<td>[% 'Description' | $T8 %]</td>
|
||
<td align=right><input name="l_notes" class=checkbox type=checkbox value=Y></td>
|
||
<td>[% 'Notes' | $T8 %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td align=right><input name="l_debit" class=checkbox type=checkbox value=Y checked></td>
|
||
<td>[% 'Debit' | $T8 %]</td>
|
||
<td align=right><input name="l_credit" class=checkbox type=checkbox value=Y checked></td>
|
||
<td>[% 'Credit' | $T8 %]</td>
|
||
<td align=right><input name="l_source" class=checkbox type=checkbox value=Y checked></td>
|
||
<td>[% 'Source' | $T8 %]</td>
|
||
<td align=right><input name="l_accno" class=checkbox type=checkbox value=Y checked></td>
|
||
<td>[% 'Account' | $T8 %]</td>
|
||
[%- IF ALL_DEPARTMENTS %]
|
||
<td align=right><input name="l_department" class=checkbox type=checkbox value=Y></td>
|
||
<td>[% 'Department' | $T8 %]</td>
|
||
[%- END %]
|
||
</tr>
|
||
<tr>
|
||
<td align=right><input name="l_projectnumbers" class=checkbox type=checkbox value=Y></td>
|
||
<td>[% 'Project Number' | $T8 %]</td>
|
||
<td align=right><input name="l_employee" class=checkbox type=checkbox value=Y></td>
|
||
<td>[% 'Employee' | $T8 %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td align=right><input name="l_subtotal" class=checkbox type=checkbox value=Y></td>
|
||
<td>[% 'Subtotal' | $T8 %]</td>
|
||
</tr>
|
||
</table>
|
||
</tr>
|
||
</table>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<div class="wrapper">
|
||
|
||
<table class="tbl-horizontal">
|
||
<tbody>
|
||
<tr>
|
||
<th>[% 'Reference / Invoice Number' | $T8 %]</th>
|
||
<td><input name="reference" class="wi-normal initial_focus" type="text"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Source' | $T8 %]</th>
|
||
<td><input name="source" class="wi-normal" type="text"></td>
|
||
</tr>
|
||
[% IF ALL_DEPARTMENTS %]
|
||
<tr>
|
||
<th>[% 'Department' | $T8 %]</th>
|
||
<td>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key='description', with_empty=1, class='wi-normal') %]</td>
|
||
</tr>
|
||
[% END %]
|
||
<tr>
|
||
<th>[% 'Description' | $T8 %]</th>
|
||
<td><input name="description" class="wi-normal" type="text"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Account Number' | $T8 %]</th>
|
||
<td><input name="accno" class="wi-normal" type="text"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Notes' | $T8 %]</th>
|
||
<td><input name="notes" class="wi-normal" type="text"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Project Number' | $T8 %]</th>
|
||
<td>[% L.select_tag('project_id', ALL_PROJECTS, title_key='projectnumber', with_empty=1, class='wi-normal') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Employee' | $T8 %]</th>
|
||
<td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, class='wi-normal') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Filter date by' | $T8 %]</th>
|
||
<td>
|
||
<input name="datesort" type="radio" value="transdate" checked> [% 'Transdate' | $T8 %] <br>
|
||
<input name="datesort" type="radio" value="gldate"> [% 'Gldate' | $T8 %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'From' | $T8 %]</th>
|
||
<td>[% L.date_tag('datefrom') %] [% 'To (time)' | $T8 %] [% L.date_tag('dateto') %]</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
</div><!-- /.wrapper -->
|
||
|
||
<div class="wrapper form-addition control-panel">
|
||
<h3>[% 'Include in Report' | $T8 %]</h3>
|
||
<div class="list col">
|
||
<h4 class="caption">[% 'Scope' | $T8 %]</h4>
|
||
<div>
|
||
<input name="category" type="radio" value="X" checked> [% 'All' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="category" type="radio" value="A"> [% 'Asset' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="category" type="radio" value="L"> [% 'Liability' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="category" type="radio" value="I"> [% 'Revenue' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="category" type="radio" value="E"> [% 'Expense' | $T8 %]
|
||
</div>
|
||
</div>
|
||
<div class="list col">
|
||
<h4>[% 'Transaction Details' | $T8 %]</h4>
|
||
<div>
|
||
<input name="l_transdate" type="checkbox" value="Y" checked> [% 'Transdate' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_gldate" type="checkbox" value="Y" checked> [% 'Gldate' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_id" type="checkbox" value="Y"> [% 'ID' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_reference" type="checkbox" value="Y" checked> [% 'Reference' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_source" type="checkbox" value="Y" checked> [% 'Source' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_description" type="checkbox" value="Y" checked> [% 'Description' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_notes" type="checkbox" value="Y"> [% 'Notes' | $T8 %]
|
||
</div>
|
||
</div>
|
||
<div class="list col">
|
||
<h4>[% 'Accounts' | $T8 %] & [% 'Sum' | $T8 %]</h4>
|
||
<div>
|
||
<input name="l_debit" type="checkbox" value="Y" checked> [% 'Debit' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_credit" type="checkbox" value="Y" checked> [% 'Credit' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_accno" type="checkbox" value="Y" checked> [% 'Account' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_subtotal" type="checkbox" value="Y"> [% 'Subtotal' | $T8 %]
|
||
</div>
|
||
</div>
|
||
<div class="list col">
|
||
<h4>[% 'Divers' | $T8 %]</h4>
|
||
<div>
|
||
<input name="l_projectnumbers" type="checkbox" value="Y"> [% 'Project Number' | $T8 %]
|
||
</div>
|
||
<div>
|
||
<input name="l_employee" type="checkbox" value="Y"> [% 'Employee' | $T8 %]
|
||
</div>
|
||
[%- IF ALL_DEPARTMENTS %]
|
||
<div>
|
||
<input name="l_department" class=checkbox type=checkbox value=Y> [% 'Department' | $T8 %]
|
||
</div>
|
||
[%- END %]
|
||
</div>
|
||
</div>
|
||
<!-- /.wrapper.form-addition -->
|
||
|
||
|
||
</form>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/gl/