Revision 8c9ae204
Von Cem Aydin vor fast 4 Jahren hinzugefügt
templates/webpages/admin/show.html | ||
---|---|---|
20 | 20 |
</p> |
21 | 21 |
[% ELSE %] |
22 | 22 |
<table class="tbl-list"> |
23 |
<caption>[% LxERP.t8('Users') %]</caption>
|
|
23 |
<caption>[% LxERP.t8('User') %]</caption> |
|
24 | 24 |
<thead> |
25 | 25 |
<tr> |
26 | 26 |
<th>[% LxERP.t8('Login Name') %]</th> |
templates/webpages/am/add_unit.html | ||
---|---|---|
34 | 34 |
</table> |
35 | 35 |
|
36 | 36 |
<table class="tbl-horizontal"> |
37 |
<caption>[% '' | $T8 %]</caption> |
|
37 |
<caption>[% 'Translations' | $T8 %]</caption>
|
|
38 | 38 |
<colgroup> <col class="wi-normal"><col class="wi-lightwide"><col class="wi-small"><col class="wi-lightwide"> </colgroup> |
39 | 39 |
<tbody> |
40 | 40 |
[% FOREACH language = LANGUAGES %] |
... | ... | |
54 | 54 |
|
55 | 55 |
</div><!-- /.wrapper --> |
56 | 56 |
</form> |
57 |
|
templates/webpages/am/edit_templates.html | ||
---|---|---|
12 | 12 |
|
13 | 13 |
[% IF SHOW_EDIT_OPTIONS %] |
14 | 14 |
<table class="tbl-horizontal"> |
15 |
<caption>[% '' | $T8 %]</caption> |
|
16 | 15 |
<colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup> |
17 | 16 |
<tbody> |
18 | 17 |
<tr> |
templates/webpages/am/list_account_details.html | ||
---|---|---|
36 | 36 |
<span class="value"> [% IF row.pos_ustvas.size %][% FOR pos_ustva = row.pos_ustvas %][% HTML.escape(pos_ustva) %]<br>[% END %][% ELSE %]-[% END %] </span> |
37 | 37 |
</div> |
38 | 38 |
<div class="field"> |
39 |
<span class="label"> [% 'Starspanate_coa' | $T8 %] </span>
|
|
39 |
<span class="label"> [% 'Startdate_coa' | $T8 %] </span>
|
|
40 | 40 |
<span class="value"> [% IF row.startdates.size %][% FOR startdate = row.startdates %][% HTML.escape(startdate) %]<br>[% END %][% ELSE %]-[% END %] </span> |
41 | 41 |
</div> |
42 | 42 |
</div> |
templates/webpages/ap/form_header.html | ||
---|---|---|
145 | 145 |
</table> |
146 | 146 |
|
147 | 147 |
<table class="tbl-horizontal"> |
148 |
<caption>[% 'Number & Dates' | $T8 %]</caption> |
|
148 |
<caption>[% 'Numbers & Dates' | $T8 %]</caption>
|
|
149 | 149 |
<tbody> |
150 | 150 |
<tr> |
151 | 151 |
<th>[% 'Invoice Number' | $T8 %]</th> |
... | ... | |
271 | 271 |
[% END %] |
272 | 272 |
</td> |
273 | 273 |
<td> |
274 |
[% IF changeable && loop.last && paid_missing > 0 %] <input type="button" id="ap_set_to_paid_missing" value="[% " set to paid missing" | $t8 %]"> [% END %]
|
|
274 |
[% IF changeable && loop.last && paid_missing > 0 %] <input type="button" id="ap_set_to_paid_missing" value="[% 'Set to paid missing' | $t8 %]"> [% END %]
|
|
275 | 275 |
</td> |
276 | 276 |
[% IF ( !defaultcurrency || (currency != defaultcurrency) ) %] |
277 | 277 |
<td> |
templates/webpages/ap/search.html | ||
---|---|---|
102 | 102 |
</div> |
103 | 103 |
|
104 | 104 |
<div class="list col"> |
105 |
<h4>[% 'ID\'s & Numbers' | $T8 %]</h4>
|
|
105 |
<h4>[% 'Numbers & IDs' | $T8 %]</h4>
|
|
106 | 106 |
<div> |
107 | 107 |
<input name="l_id" id="l_id" type="checkbox" value="Y"><label for="l_id">[% 'ID' | $T8 %]</label> |
108 | 108 |
</div> |
... | ... | |
153 | 153 |
<h4>[% 'Order' | $T8 %]</h4> |
154 | 154 |
<div> |
155 | 155 |
<input name="l_department" id="l_department" type="checkbox" value="Y"><label for="l_department">[% 'Department' | $T8 %]</label> |
156 |
</div>
|
|
156 |
</div> |
|
157 | 157 |
<div> |
158 | 158 |
<input name="l_charts" id="l_charts" type="checkbox" value="Y"><label for="l_charts">[% 'Chart' | $T8 %]</label> |
159 | 159 |
</div> |
templates/webpages/ar/form_header.html | ||
---|---|---|
143 | 143 |
</table> |
144 | 144 |
|
145 | 145 |
<table class="tbl-horizontal"> |
146 |
<caption>[% 'Dates & Numbers' | $T8 %]</caption>
|
|
146 |
<caption>[% 'Numbers & Dates' | $T8 %]</caption>
|
|
147 | 147 |
<tbody> |
148 | 148 |
<tr> |
149 | 149 |
<th>[% 'Salesperson' | $T8 %]</th> |
templates/webpages/buchungsgruppen/form.html | ||
---|---|---|
14 | 14 |
<div class="wrapper"> |
15 | 15 |
|
16 | 16 |
<table class="tbl-horizontal"> |
17 |
<caption>[% 'Entry Group' | $T8 %]</caption> |
|
18 | 17 |
<tbody> |
19 | 18 |
<tr> |
20 | 19 |
<th>[% 'Description' | $T8 %]</th> |
templates/webpages/client_config/_features.html | ||
---|---|---|
155 | 155 |
<td class="long-desc">[% LxERP.t8('Set the invoice skonto date (if exists) as the default execution date for SEPA export.') %]</td> |
156 | 156 |
</tr> |
157 | 157 |
<tr> |
158 |
<th>[% 'Buffer Substraction' | $T8 %]</th>
|
|
158 |
<th>[% 'Execution Date Buffer' | $T8 %]</th>
|
|
159 | 159 |
<td>[% L.input_tag('defaults.sepa_set_skonto_date_buffer_in_days', LxERP.format_amount(SELF.defaults.sepa_set_skonto_date_buffer_in_days, 0), size=10, class='wi-small' ) %]</td> |
160 | 160 |
<td class="long-desc">[% LxERP.t8('In addition to the above date functions, subtract the following amount of days from the calculated date as a buffer.') %]</td> |
161 | 161 |
</tr> |
templates/webpages/client_config/_miscellaneous.html | ||
---|---|---|
96 | 96 |
[% END %] |
97 | 97 |
<tr> |
98 | 98 |
<th></th> |
99 |
<td>[% L.input_tag("new_currency", FORM.new_currency, class='wi-small', placeholder=LxERP.t8('Add new (currency)'), title=LxERP.t8('Add new currency') ) %] </td>
|
|
99 |
<td>[% L.input_tag("new_currency", FORM.new_currency, class='wi-small', placeholder=LxERP.t8('Add new currency'), title=LxERP.t8('Add new currency') ) %] </td>
|
|
100 | 100 |
<td class="center">[% L.radio_button_tag('defaults.currency_id', value=-1, id='defaults.currency_id__1', checked=(SELF.defaults.currency_id == -1)) %] </td> |
101 | 101 |
</tr> |
102 | 102 |
[% IF SELF.all_weightunits.size %] |
... | ... | |
130 | 130 |
<tbody> |
131 | 131 |
<tr> |
132 | 132 |
<th>[% LxERP.t8("Print templates to use") %] </th> |
133 |
<th>[% 'Templates / Master Templates' | $T8 %] </th>
|
|
133 |
<th>[% 'Templates' | $T8 %] </th> |
|
134 | 134 |
</tr> |
135 | 135 |
<tr> |
136 | 136 |
<th>[% L.radio_button_tag('use_templates', value='existing', id='use_templates_existing', label=LxERP.t8('Use existing templates'), checked=(FORM.use_templates == 'existing')) %] </th> |
templates/webpages/client_config/_posting_configuration.html | ||
---|---|---|
45 | 45 |
|
46 | 46 |
|
47 | 47 |
<table class="tbl-horizontal"> |
48 |
<caption>[% 'Show "mark as paid' | $T8 %]</caption> |
|
48 |
<caption>[% 'Show "mark as paid"' | $T8 %]</caption>
|
|
49 | 49 |
<colgroup> <col class="wi-small"><col class="wi-small"><col class="wi-normal"> </colgroup> |
50 | 50 |
<tbody> |
51 | 51 |
<tr> |
templates/webpages/client_config/_ranges_of_numbers.html | ||
---|---|---|
7 | 7 |
<div class="wrapper" id="wrapper-4"> |
8 | 8 |
|
9 | 9 |
<table class="tbl-horizontal"> |
10 |
<caption> [% 'Last Number for...' | $T8 %] </caption>
|
|
10 |
<caption>[% 'Last Number for...' | $T8 %]</caption>
|
|
11 | 11 |
<colgroup> <col class="wi-small"><col class="wi-normal"> </colgroup> |
12 | 12 |
<tbody> |
13 | 13 |
<tr> |
templates/webpages/client_config/_warehouse.html | ||
---|---|---|
74 | 74 |
<td class="long-desc"> [% LxERP.t8('Transfer of assemblies uses the assembly\'s default warehouse instead of the destination warehouse.') %]<br> |
75 | 75 |
</td> |
76 | 76 |
</tr> |
77 |
<tr><th class="caption" colspan="3"> [% 'Bestbefore' | $T8 %] </th></tr>
|
|
77 |
<tr><th class="caption" colspan="3"> [% 'Best Before' | $T8 %] </th></tr>
|
|
78 | 78 |
<tr> |
79 | 79 |
<th>[% LxERP.t8('Show Bestbefore') %]</th> |
80 | 80 |
<td> [% L.yes_no_tag('defaults.show_bestbefore', SELF.defaults.show_bestbefore) %] </td> |
templates/webpages/csv_import/form.html | ||
---|---|---|
58 | 58 |
|
59 | 59 |
<div class="col wi-verywide"> |
60 | 60 |
|
61 |
<h3 class="caption">[% LxERP.t8('Settings') %][% IF SELF.profile.id %] [% 'for Profile' | $T8 %]«[% HTML.escape(SELF.profile.name) %][% END %]</h3>
|
|
61 |
<h3 class="caption">[% LxERP.t8('Settings') %]</h3> |
|
62 | 62 |
|
63 | 63 |
[% BLOCK panel_1 %] |
64 | 64 |
<table class="tbl-horizontal"> |
templates/webpages/customer_vendor/tabs/billing.html | ||
---|---|---|
98 | 98 |
<td>[% L.input_tag('cv.bcc', SELF.cv.bcc, class='wi-lightwide') %]</td> |
99 | 99 |
</tr> |
100 | 100 |
<tr><!-- PENDENT: Funktion der Link-Erzeugung verbessern, z.B. falls z.B. Schema (http:// oder https://) schon angegeben --> |
101 |
<th>[% IF SELF.cv.homepage %]<a href="http://[% HTML.escape(SELF.cv.homepage) %]" title="[% 'Open this Website in a new window' | $T8 %]" target="_blank">[% 'Homepage' | $T8 %]</a>[% ELSE %][% 'Homepage' | $T8 %][% END %]</th>
|
|
101 |
<th>[% IF SELF.cv.homepage %]<a href="http://[% HTML.escape(SELF.cv.homepage) %]" title="[% 'Open in new window' | $T8 %]" target="_blank">[% 'Homepage' | $T8 %]</a>[% ELSE %][% 'Homepage' | $T8 %][% END %]</th>
|
|
102 | 102 |
<td>[% L.input_tag('cv.homepage', SELF.cv.homepage, class='wi-lightwide', title = LxERP.t8('Example: http://kivitendo.de')) %]</td> |
103 | 103 |
</tr> |
104 | 104 |
|
... | ... | |
173 | 173 |
<div class="col"> |
174 | 174 |
|
175 | 175 |
<table class="tbl-horizontal"> |
176 |
<caption>[% 'IDs & Numbers' | $T8 %]</caption>
|
|
176 |
<caption>[% 'Numbers & IDs' | $T8 %]</caption>
|
|
177 | 177 |
<colgroup><col class="wi-small"><col class="wi-lightwide"></colgroup> |
178 | 178 |
<tbody> |
179 | 179 |
<tr> |
180 | 180 |
[% IF SELF.is_vendor() %] |
181 |
<th>[% 'Vendor No.' | $T8 %]</th>
|
|
181 |
<th>[% 'Vendor Number' | $T8 %]</th>
|
|
182 | 182 |
<td>[% L.input_tag('cv.vendornumber', SELF.cv.vendornumber, class='wi-normal') %]</td> |
183 | 183 |
[% ELSE %] |
184 |
<th>[% 'Customer No.' | $T8 %]</th>
|
|
184 |
<th>[% 'Customer Number' | $T8 %]</th>
|
|
185 | 185 |
<td>[% L.input_tag('cv.customernumber', SELF.cv.customernumber, class='wi-normal') %]</td> |
186 | 186 |
[% END %] |
187 | 187 |
</tr> |
templates/webpages/customer_vendor/tabs/contacts.html | ||
---|---|---|
6 | 6 |
<div id="contacts"> |
7 | 7 |
|
8 | 8 |
<div class="select-item control-panel"> |
9 |
[% 'Select contacts' | $T8 %][%
|
|
9 |
[% 'Select Contact' | $T8 %][%
|
|
10 | 10 |
L.select_tag( |
11 | 11 |
'contact.cp_id', |
12 | 12 |
SELF.contacts, |
templates/webpages/customer_vendor/tabs/vcnotes.html | ||
---|---|---|
10 | 10 |
<!-- PENDENT: wieso Datum nicht descending sortiert? --> |
11 | 11 |
[% IF ( SELF.notes && SELF.notes.size ) %] |
12 | 12 |
<table class="tbl-list width-moderate"> |
13 |
<caption>[% 'Wiedervorlagen (Notizen)' | $T8 %]</caption>
|
|
13 |
<caption>[% 'Follow-Ups' | $T8 %]</caption>
|
|
14 | 14 |
<thead> |
15 | 15 |
<tr> |
16 | 16 |
<th>[% 'Delete' | $T8 %]</th> |
templates/webpages/dbupgrade/default_bin_parts.html | ||
---|---|---|
139 | 139 |
<input type="hidden" name="rowcount" value="[% rowcount %]"> |
140 | 140 |
|
141 | 141 |
<table class="tbl-horizontal"> |
142 |
<caption>[% '' | $T8 %]</caption> |
|
143 | 142 |
<colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup> |
144 | 143 |
<tbody> |
145 | 144 |
<tr> |
templates/webpages/do/search.html | ||
---|---|---|
149 | 149 |
</div> |
150 | 150 |
</div> |
151 | 151 |
<div class="list col"> |
152 |
<h4>[% 'IDs & Numbers' | $T8 %]</h4>
|
|
152 |
<h4>[% 'Numbers & IDs' | $T8 %]</h4>
|
|
153 | 153 |
<div> |
154 | 154 |
<input name="l_id" id="l_id" type="checkbox" value="Y"> |
155 | 155 |
<label for="l_id">[% 'ID' | $T8 %]</label> |
templates/webpages/dunning/edit_config.html | ||
---|---|---|
11 | 11 |
|
12 | 12 |
<div class="wrapper"> |
13 | 13 |
<table class="tbl-list wi-moderate"> |
14 |
<caption>[% 'Dunning levels & dunning types' | $T8 %]</caption> |
|
15 | 14 |
<thead> |
16 | 15 |
<tr> |
17 | 16 |
<th class="center">[% 'Dunning Level' | $T8 %]</th> |
templates/webpages/generictranslations/edit_email_strings.html | ||
---|---|---|
34 | 34 |
<input name="translation__[% language.id %]__[% mail_string %]" value="[% HTML.escape(language.$mail_string) %]" type="text" class="wi-wide" style="float:left;"> |
35 | 35 |
[% END %] |
36 | 36 |
[% IF mail_string.search('preset_text_periodic_invoices') %] |
37 |
<a href="doc/html/ch03.html#features.periodic-invoices.variables" target="_blank" class="button wi-tiny neutral tooltipster-html" style="float:left;" title="[% 'Documentation about Variables in a new window/tab' | $T8 %]">?</a>
|
|
37 |
<a href="doc/html/ch03.html#features.periodic-invoices.variables" target="_blank" class="button wi-tiny neutral tooltipster-html" style="float:left;" title="[% 'Documentation about variables in a new window/tab' | $T8 %]">?</a>
|
|
38 | 38 |
[% END %] |
39 | 39 |
</td> |
40 | 40 |
</tr> |
templates/webpages/gl/search.html | ||
---|---|---|
121 | 121 |
</div> |
122 | 122 |
</div> |
123 | 123 |
<div class="list col"> |
124 |
<h4>[% 'Divers' | $T8 %]</h4>
|
|
124 |
<h4>[% 'Miscellaneous' | $T8 %]</h4>
|
|
125 | 125 |
<div> |
126 | 126 |
<input name="l_projectnumbers" type="checkbox" value="Y"> [% 'Project Number' | $T8 %] |
127 | 127 |
</div> |
templates/webpages/inventory/stocktaking/form.html | ||
---|---|---|
18 | 18 |
|
19 | 19 |
<div id="stock"></div> |
20 | 20 |
|
21 |
<table id="stocktaking_settings_table" class="tbl-horizontal">
|
|
22 |
<caption>[% 'Settings stocktaking' | $T8 %]</caption>
|
|
21 |
<table id="stocktaking_registration_table" class="tbl-horizontal">
|
|
22 |
<caption>[% 'Registration' | $T8 %]</caption>
|
|
23 | 23 |
<colgroup><col class="wi-mediumsmall"><col class="wi-wide"></colgroup> |
24 | 24 |
<tbody> |
25 | 25 |
<tr> |
templates/webpages/inventory/warehouse_usage.html | ||
---|---|---|
73 | 73 |
</table> |
74 | 74 |
|
75 | 75 |
<table class="tbl-horizontal col"> |
76 |
<caption>[% 'Storage & Article' | $T8 %]</caption>
|
|
76 |
<caption>[% 'Warehouse & Article' | $T8 %]</caption>
|
|
77 | 77 |
<tbody> |
78 | 78 |
<tr> |
79 | 79 |
<th>[% 'Warehouse' | $T8 %]</th> |
templates/webpages/is/form_header.html | ||
---|---|---|
62 | 62 |
<td><!-- PENDENT: Type sollte text und nicht customer sein. Ueberall bei customer_vendor.picker aendern, auf allen Seiten --> |
63 | 63 |
[% P.customer_vendor.picker("customer_id", customer_id, type="customer", class="wi-wide initial_focus", size=36, onchange="\$('#update_button').click()") %] |
64 | 64 |
[% #L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)'), class='wi-tiny neutral') %] |
65 |
<a href="javascript:show_vc_details('customer')" class="button-image info tooltipster-html" title="[% 'Detail information about this customer' | $T8 %]"><img src="image/detail.png"></a> |
|
65 |
<a href="javascript:show_vc_details('customer')" class="button-image info tooltipster-html" title="[% 'Detailed information about this customer' | $T8 %]"><img src="image/detail.png"></a>
|
|
66 | 66 |
[% L.hidden_tag("previous_customer_id", customer_id) %] |
67 | 67 |
[% L.hidden_tag("customer_pricegroup_id", customer_pricegroup_id) %] |
68 | 68 |
</td> |
... | ... | |
244 | 244 |
</table> |
245 | 245 |
|
246 | 246 |
<table class="tbl-horizontal"> |
247 |
<caption>[% 'Dates & Numbers' | $T8 %]</caption>
|
|
247 |
<caption>[% 'Numbers & Dates' | $T8 %]</caption>
|
|
248 | 248 |
<colgroup> <col class="wi-small"><col class="wi-small"><col class="wi-small"> </colgroup> |
249 | 249 |
<tbody> |
250 | 250 |
<tr> |
templates/webpages/liquidity_projection/_result.html | ||
---|---|---|
4 | 4 |
[% SET name_col = FORM.params.salesman || FORM.params.buchungsgruppe || FORM.params.type %] |
5 | 5 |
|
6 | 6 |
<table class="tbl-list wi-moderate"> |
7 |
<caption>[% 'Search Result' | $T8 %]</caption>
|
|
7 |
<caption>[% 'Result' | $T8 %]</caption> |
|
8 | 8 |
<thead> |
9 | 9 |
<tr> |
10 | 10 |
<th>[% LxERP.t8("Type") %]</th> |
templates/webpages/oe/search.html | ||
---|---|---|
132 | 132 |
</table> |
133 | 133 |
|
134 | 134 |
<table class="tbl-horizontal"> |
135 |
<caption>[% 'State' | $T8 %]</caption>
|
|
135 |
<caption>[% 'Status' | $T8 %]</caption>
|
|
136 | 136 |
<tbody> |
137 | 137 |
<tr> |
138 | 138 |
<th>[% 'Open' | $T8 %]</th> |
... | ... | |
303 | 303 |
[% IF type == 'sales_quotation' %] |
304 | 304 |
<div> |
305 | 305 |
<input name="l_order_probability_expected_billing_date" id="l_order_probability_expected_billing_date" type="checkbox" value="Y"> |
306 |
<label for="l_order_probability_expected_billing_date"> [% 'Order probability & expected billing date' | $T8 %] </label>
|
|
306 |
<label for="l_order_probability_expected_billing_date"> [% 'Order probability & expected billing date' | $T8 %] </label> |
|
307 | 307 |
</div> |
308 | 308 |
[% END %] |
309 | 309 |
</div> |
templates/webpages/order/tabs/_multi_items_result.html | ||
---|---|---|
9 | 9 |
<th>[% 'for all' | $T8 %]</th> |
10 | 10 |
<th>[% L.input_tag("multi_items.all_qty", '', size = 5, class='numeric') %]</td> |
11 | 11 |
<th></th> |
12 |
<th>[% 'Article No.' | $T8 %]</th>
|
|
13 |
<th>[% 'Article Name' | $T8 %]</th>
|
|
12 |
<th>[% 'Part Number' | $T8 %]</th>
|
|
13 |
<th>[% 'Part Notes' | $T8 %]</th>
|
|
14 | 14 |
</tr> |
15 | 15 |
</thead> |
16 | 16 |
<tbody> |
templates/webpages/order/tabs/basic_data.html | ||
---|---|---|
16 | 16 |
<div class="col"> |
17 | 17 |
|
18 | 18 |
<table class="tbl-horizontal col"> |
19 |
<caption>[% 'Customer & Order info' | $T8 %]</caption>
|
|
19 |
<caption>[% 'Customer & Order Information' | $T8 %]</caption>
|
|
20 | 20 |
<colgroup><col class="wi-mediumsmall"><col class="wi-lightwide"></colgroup> |
21 | 21 |
<tbody> |
22 | 22 |
<tr> |
... | ... | |
151 | 151 |
<span id='periodic_invoices_status' class="data wi-normal wi-lightwide">[% SELF.periodic_invoices_status %]</span> |
152 | 152 |
<span class="button-inline"> |
153 | 153 |
[% L.button_tag('kivi.Order.show_periodic_invoices_config_dialog()', LxERP.t8('Configure'), class='neutral inline below') %] |
154 |
<a href="doc/html/ch03.html#features.periodic-invoices.variables" target="_blank" class="button wi-tiny neutral" title="[% 'Documentation about periodic invoices in a new window' | $T8 %]">?</a> |
|
154 |
<a href="doc/html/ch03.html#features.periodic-invoices.variables" target="_blank" class="button wi-tiny neutral" title="[% 'Documentation about periodic invoices in a new window/tab' | $T8 %]">?</a>
|
|
155 | 155 |
</span> |
156 | 156 |
</td> |
157 | 157 |
</tr> |
... | ... | |
175 | 175 |
</table> |
176 | 176 |
|
177 | 177 |
<table class="tbl-horizontal col"> |
178 |
<caption>[% 'Handling, Dates & Numbers' | $T8 %]</caption>
|
|
178 |
<caption>[% 'Handling, Numbers & Dates' | $T8 %]</caption>
|
|
179 | 179 |
<colgroup> <col class="wi-mediumsmall"><col class="wi-lightwide"> </colgroup> |
180 | 180 |
<tbody> |
181 | 181 |
[% IF SELF.order.id %] |
templates/webpages/part/_assortment.html | ||
---|---|---|
53 | 53 |
<td></td> |
54 | 54 |
<td></td> |
55 | 55 |
<td colspan="4"> |
56 |
[% P.part.picker('add_items[+].parts_id', '', class='wi-lightwide', multiple=1, id='assortment_picker', action={set_multi_items='kivi.Part.set_multi_assortment_items'}, placeholder=LxERP.t8('Search & add article')) %]
|
|
56 |
[% P.part.picker('add_items[+].parts_id', '', class='wi-lightwide', multiple=1, id='assortment_picker', action={set_multi_items='kivi.Part.set_multi_assortment_items'}, placeholder=LxERP.t8('Search & Add Article')) %]
|
|
57 | 57 |
[% L.button_tag("kivi.Part.add_assortment_item()", LxERP.t8("Add")) %] |
58 | 58 |
[% L.hidden_tag('add_items[].qty_as_number', 1) %] |
59 | 59 |
</td> |
... | ... | |
81 | 81 |
<td></td> |
82 | 82 |
<td></td> |
83 | 83 |
<td></td> |
84 |
[% END %]
|
|
84 |
[% END %] |
|
85 | 85 |
<td></td> |
86 | 86 |
<td></td> |
87 | 87 |
<td></td> |
templates/webpages/part/_basic_data.html | ||
---|---|---|
210 | 210 |
</td> |
211 | 211 |
</tr> |
212 | 212 |
<tr> |
213 |
<th><label for="part_has_sernumber">[% 'Has serial no.' | $T8 %]</label></th>
|
|
213 |
<th><label for="part_has_sernumber">[% 'Has serial number' | $T8 %]</label></th>
|
|
214 | 214 |
<td>[% L.checkbox_tag('part.has_sernumber', checked = SELF.part.has_sernumber, for_submit=1) %]</td> |
215 | 215 |
</tr> |
216 | 216 |
</tbody> |
templates/webpages/part/_customerprices.html | ||
---|---|---|
4 | 4 |
[% USE LxERP %] |
5 | 5 |
|
6 | 6 |
<table id="customerprice_table" class="tbl-list wi-moderate"> |
7 |
<caption>[% 'Customer prices' | $T8 %]</caption>
|
|
7 |
<caption>[% 'Customer specific Price' | $T8 %]</caption>
|
|
8 | 8 |
<thead> |
9 | 9 |
<tr> |
10 | 10 |
<th class="center"><img src="image/close.png" alt="[% LxERP.t8('delete item') %]"></th> |
... | ... | |
30 | 30 |
<td></td> |
31 | 31 |
<td></td> |
32 | 32 |
<th>[% 'Search & Add Customer' | $T8 %]</th> |
33 |
<td>[% P.customer_vendor.customer_picker('add_customerprice', '', class="add_customerprice_input wi-small tooltipstered tooltipster-html", action={commit_one='kivi.Part.add_customerprice_row'}, title=LxERP.t8("Search Customer by name and add by selecting")) %]</td>
|
|
33 |
<td>[% P.customer_vendor.customer_picker('add_customerprice', '', class="add_customerprice_input wi-small tooltipstered tooltipster-html", action={commit_one='kivi.Part.add_customerprice_row'}, title=LxERP.t8("Search customer by name and add by selecting")) %]</td>
|
|
34 | 34 |
<td>[% L.button_tag('kivi.Part.add_customerprice_row()', LxERP.t8('Add')) %]</td> |
35 | 35 |
<td colspan="2"></td> |
36 | 36 |
</tr> |
templates/webpages/part/_makemodel.html | ||
---|---|---|
5 | 5 |
[% USE LxERP %] |
6 | 6 |
|
7 | 7 |
<table id="makemodel_table" class="tbl-list"> |
8 |
<caption>[% 'Make Model' | $T8 %]</caption>
|
|
8 |
<caption>[% 'Makemodel Price' | $T8 %]</caption>
|
|
9 | 9 |
<thead> |
10 | 10 |
<tr> |
11 | 11 |
<th class="center"><img src="image/close.png" alt="[% LxERP.t8('delete item') %]"></th> |
templates/webpages/part/_pricegroup_prices.html | ||
---|---|---|
5 | 5 |
|
6 | 6 |
[% IF SELF.all_pricegroups.size %] |
7 | 7 |
<table class="tbl-horizontal"> |
8 |
<caption>[% 'Preisgruppen' | $T8 %]</caption>
|
|
8 |
<caption>[% 'Pricegroups' | $T8 %]</caption>
|
|
9 | 9 |
<colgroup> |
10 | 10 |
<col class="wi-small"> |
11 | 11 |
<col class="wi-lightwide"> |
templates/webpages/reconciliation/search.html | ||
---|---|---|
3 | 3 |
[% USE L %] |
4 | 4 |
[% USE LxERP %] |
5 | 5 |
|
6 |
<h1>[% 'Reconciliation of bank accounts' | $T8 %]</h1>
|
|
6 |
<h1>[% 'Reconciliation with bank' | $T8 %]</h1>
|
|
7 | 7 |
<form method="post" action="controller.pl" id="search_form"> |
8 | 8 |
|
9 | 9 |
<div class="wrapper"> |
templates/webpages/rp/report.html | ||
---|---|---|
102 | 102 |
<tr> |
103 | 103 |
<th colspan="2"> |
104 | 104 |
<input type="hidden" name="nextsub" value="generate_projects"> |
105 |
[% 'Periode' | $T8 %] [% 'from' | $T8 %]
|
|
105 |
[% 'Period' | $T8 %] [% 'from' | $T8 %] |
|
106 | 106 |
</th> |
107 | 107 |
<td colspan="2"> |
108 | 108 |
[% L.date_tag('fromdate', fromdate, class='initial_focus') %] |
templates/webpages/shop_order/show.html | ||
---|---|---|
113 | 113 |
[% L.hidden_tag('import_id', IMPORT.id) %] |
114 | 114 |
|
115 | 115 |
<div class="shop_table shop_table_address"> |
116 |
|
|
116 |
|
|
117 | 117 |
<div class="shop_table-row listheading"> |
118 | 118 |
<div class="shop_table-cell">[% 'Shop Billing Address' | $T8 %]</div> |
119 | 119 |
<div class="shop_table-cell"></div> |
... | ... | |
191 | 191 |
[% ELSE %] |
192 | 192 |
<div>[% L.ajax_submit_tag("controller.pl?action=ShopOrder/apply_customer", "#delivery", LxERP.t8("Apply customer")) %]</div> |
193 | 193 |
[% END %] |
194 |
|
|
194 |
|
|
195 | 195 |
</div><!-- /.shop_table /.shop_table_address --> |
196 | 196 |
|
197 | 197 |
</form><!-- /#billing --> |
... | ... | |
407 | 407 |
|
408 | 408 |
|
409 | 409 |
<table class="tbl-list wi-moderate"> |
410 |
<caption>[% 'FILL THIS CAPTION' | $T8 %]</caption> |
|
411 | 410 |
<thead> |
412 | 411 |
<tr> |
413 | 412 |
<th>[% 'Position' | $T8 %]</th> |
templates/webpages/shops/form.html | ||
---|---|---|
16 | 16 |
|
17 | 17 |
<div class="wrapper"> |
18 | 18 |
<table class="tbl-horizontal"> |
19 |
<caption>[% 'Shop bearbeiten' | $T8 %]</caption> |
|
20 | 19 |
<tbody> |
21 | 20 |
<tr> |
22 | 21 |
<th>[% 'Description' | $T8 %]</th> |
templates/webpages/wh/journal_filter.html | ||
---|---|---|
170 | 170 |
</div> |
171 | 171 |
|
172 | 172 |
<div class="col list"> |
173 |
<h4>[% 'Storage' | $T8 %]</h4>
|
|
173 |
<h4>[% 'Warehouses' | $T8 %]</h4>
|
|
174 | 174 |
<div> |
175 | 175 |
<input name="l_warehouse_from" id="l_warehouse_from" type="checkbox" value="Y" checked> |
176 | 176 |
<label for="l_warehouse_from">[% 'Warehouse From' | $T8 %]</label> |
templates/webpages/wh/report_filter.html | ||
---|---|---|
165 | 165 |
<input name="l_qty" type="hidden" value="Y"> |
166 | 166 |
|
167 | 167 |
<div class="list col"> |
168 |
<h4>[% 'Store & Articles' | $T8 %]</h4>
|
|
168 |
<h4>[% 'Warehouse & Article' | $T8 %]</h4>
|
|
169 | 169 |
<div> |
170 | 170 |
<input name="l_warehousedescription" id="l_warehousedescription" type="checkbox" value="Y" checked> |
171 | 171 |
<label for="l_warehousedescription">[% 'Warehouse' | $T8 %]</label> |
Auch abrufbar als: Unified diff
Neues Design Bugfix: #384 Teil: Übersetzungen in Templates korrigiert
(gem. locale/de/missing)
- Übersetzungen vereinheitlicht/korrigiert
- leere Strings ausgefüllt/entfernt
- Unklare/Doppelte Überschriften entfernt