Revision 808e6036
Von Bernd Bleßmann vor 3 Monaten hinzugefügt
templates/design40_webpages/amcvar/search_filter.html | ||
---|---|---|
55 | 55 |
<tr class="cvar_filter-toggle-wrapper"> |
56 | 56 |
<td></td> |
57 | 57 |
<td> |
58 |
<a href="javascript:void(0);" class="cvar_filter-toggle" class="button "><i>[% 'click here to edit cvars' | $T8 %]</i></a>
|
|
58 |
<a href="javascript:void(0);" class="cvar_filter-toggle button"><i>[% 'click here to edit cvars' | $T8 %]</i></a>
|
|
59 | 59 |
</td> |
60 | 60 |
</tr> |
61 | 61 |
<script type='text/javascript'> |
templates/design40_webpages/ct/search_contact.html | ||
---|---|---|
13 | 13 |
<tbody> |
14 | 14 |
<tr> |
15 | 15 |
<th>[% 'Name' | $T8 %] </th> |
16 |
<td><input type="text" name="filter.cp_name" class="wi-lightwide" class="initial_focus"></td>
|
|
16 |
<td><input type="text" name="filter.cp_name" class="wi-lightwide initial_focus"></td>
|
|
17 | 17 |
</tr> |
18 | 18 |
<tr> |
19 | 19 |
<th>[% 'Greeting' | $T8 %] </th> |
templates/design40_webpages/custom_variable_config/form.html | ||
---|---|---|
19 | 19 |
</tr> |
20 | 20 |
<tr> |
21 | 21 |
<th>[% 'Variable Name' | $T8 %]<sup>(1)</sup></th> |
22 |
<td>[% L.input_tag("config.name", SELF.config.name, class='initial_focus', class='wi-wide') %]</td>
|
|
22 |
<td>[% L.input_tag("config.name", SELF.config.name, class='initial_focus wi-wide') %]</td>
|
|
23 | 23 |
</tr> |
24 | 24 |
<tr> |
25 | 25 |
<th>[% 'Variable Description' | $T8 %]<sup>(2)</sup></th> |
... | ... | |
112 | 112 |
</table> |
113 | 113 |
|
114 | 114 |
<div class="col" style="width:51.0em;"> |
115 |
<!--<h3 class="caption">[% 'Annotations' | $T8 %]</h3>-->
|
|
115 |
<!--<h3 class="caption">[% 'Annotations' | $T8 %]</h3>-->
|
|
116 | 116 |
<h3><caption>[% 'Annotations' | $T8 %]</caption></h3> |
117 | 117 |
<div class="long-description"> |
118 | 118 |
|
... | ... | |
137 | 137 |
</ul> |
138 | 138 |
[% 'Other values are ignored.' | $T8 %]</li> |
139 | 139 |
<div data-show-for="IC"[% UNLESS SELF.module == 'IC' %] style="display: none;"[% END %]> |
140 |
<li><sup>(6)</sup> [% 'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' | $T8 %] [% 'Otherwise the variable is only available for printing.' | $T8 %]</li>
|
|
140 |
<li><sup>(6)</sup> [% 'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' | $T8 %] [% 'Otherwise the variable is only available for printing.' | $T8 %]</li>
|
|
141 | 141 |
</div> |
142 | 142 |
<div data-show-for="IC"[% UNLESS SELF.module == 'IC' %] style="display: none;"[% END %]> |
143 | 143 |
<li><sup>(7)</sup> [% 'A variable marked as \'Deactivate by default\' isn\'t automatically added to all articles, and has to be explicitly added for each desired article in its master data tab. Only then can the variable be used for that article in the records.' | $T8 %]</li> |
templates/design40_webpages/customer_vendor/tabs/billing.html | ||
---|---|---|
60 | 60 |
</tr> |
61 | 61 |
<tr> |
62 | 62 |
<th>[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %]</th> |
63 |
<td>[% L.input_tag_trim('cv.zipcode', SELF.cv.zipcode, class='wi-verysmall') %][% L.input_tag_trim('cv.city', SELF.cv.city, class='wi-small', class='wi-lightwide--verysmall') %]</td>
|
|
63 |
<td>[% L.input_tag_trim('cv.zipcode', SELF.cv.zipcode, class='wi-verysmall') %][% L.input_tag_trim('cv.city', SELF.cv.city, class='wi-lightwide--verysmall') %]</td> |
|
64 | 64 |
</tr> |
65 | 65 |
<tr> |
66 | 66 |
<th>[% 'Country' | $T8 %]</th> |
templates/design40_webpages/gl/form_header.html | ||
---|---|---|
155 | 155 |
</tr> |
156 | 156 |
<tr> |
157 | 157 |
<th>[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %]</th> |
158 |
<td>[%- IF id %][% L.input_tag('employee', employee, class='wi-normal', readonly=readonly, class='wi-wide') %][% END %]</td>
|
|
158 |
<td>[%- IF id %][% L.input_tag('employee', employee, readonly=readonly, class='wi-wide') %][% END %]</td> |
|
159 | 159 |
</tr> |
160 | 160 |
<tr> |
161 | 161 |
<th>[% 'MwSt. inkl.' | $T8 %]</th> |
templates/design40_webpages/inventory/warehouse_usage.html | ||
---|---|---|
24 | 24 |
<th></th> |
25 | 25 |
<th>[% 'Year' | $T8 %]</th> |
26 | 26 |
<td colspan="2"> |
27 |
<input type="text" name=year class="wi-smallest" title="[% 'YYYY' | $T8 %]" value="[% year %]" class="initial_focus" oninput='set_from_to(duetyp.value, this.value)'>
|
|
27 |
<input type="text" name=year title="[% 'YYYY' | $T8 %]" value="[% year %]" class="wi-smallest initial_focus" oninput='set_from_to(duetyp.value, this.value)'>
|
|
28 | 28 |
</td> |
29 | 29 |
</tr> |
30 | 30 |
<tr> |
templates/design40_webpages/reclamation/tabs/basic_data.html | ||
---|---|---|
275 | 275 |
|
276 | 276 |
<tr> |
277 | 277 |
<th>[% 'Tax point' | $T8 %]</th> |
278 |
<td>[% L.date_tag('reclamation.tax_point_as_date', SELF.reclamation.tax_point_as_date, class="recalc", class='wi-date') %]</td>
|
|
278 |
<td>[% L.date_tag('reclamation.tax_point_as_date', SELF.reclamation.tax_point_as_date, class='recalc wi-date') %]</td>
|
|
279 | 279 |
</tr> |
280 | 280 |
|
281 | 281 |
<tr> |
282 | 282 |
<th>[% 'Deadline' | $T8 %]</th> |
283 |
<td>[% L.date_tag('reclamation.reqdate_as_date', SELF.reclamation.reqdate_as_date, class="recalc", class='wi-date') %]</td>
|
|
283 |
<td>[% L.date_tag('reclamation.reqdate_as_date', SELF.reclamation.reqdate_as_date, class='recalc wi-date') %]</td>
|
|
284 | 284 |
</tr> |
285 | 285 |
|
286 | 286 |
<tr> |
templates/design40_webpages/requirement_spec_item/_function_block_form.html | ||
---|---|---|
24 | 24 |
[% END %] |
25 | 25 |
|
26 | 26 |
<div class="rs-form"> |
27 |
<table class="tbl-horizontal" class="wi-verywide">
|
|
28 |
<colgroup> <col class="wi-small"><col class="wi-verywide"> </colgroup>
|
|
27 |
<table class="tbl-horizontal wi-verywide">
|
|
28 |
<colgroup> <col class="wi-small"><col class="wi-verywide"> </colgroup> |
|
29 | 29 |
<caption> |
30 | 30 |
[% IF SELF.item.id %] |
31 | 31 |
[% LxERP.t8("Description of #1", SELF.item.fb_number) %] |
... | ... | |
37 | 37 |
</caption> |
38 | 38 |
<tbody> |
39 | 39 |
<tr> |
40 |
<th class="wi-small-verywide" colspan="2">[% L.textarea_tag(id_base _ '.description_as_restricted_html', SELF.item.description_as_restricted_html, id=id_base _ '_description', rows=8, cols=20, class='wi-wide', class='texteditor') %]</th>
|
|
40 |
<th class="wi-small-verywide" colspan="2">[% L.textarea_tag(id_base _ '.description_as_restricted_html', SELF.item.description_as_restricted_html, id=id_base _ '_description', rows=8, cols=20, class='texteditor wi-wide') %]</th>
|
|
41 | 41 |
</tr> |
42 | 42 |
<tr> |
43 | 43 |
<th>[% LxERP.t8("Complexity") %]</th> |
templates/design40_webpages/rp/report.html | ||
---|---|---|
14 | 14 |
<tr> |
15 | 15 |
<th></th> |
16 | 16 |
<th>[% 'Year' | $T8 %]</th> |
17 |
<td colspan="2"><input type="text" name="year" class="wi-smallest" title="[% 'YYYY' | $T8 %]" value="[% year %]" class="initial_focus" oninput='set_from_to(duetyp.value, this.value)'></td>
|
|
17 |
<td colspan="2"><input type="text" name="year" title="[% 'YYYY' | $T8 %]" value="[% year %]" class="initial_focus wi-smallest" oninput='set_from_to(duetyp.value, this.value)'></td>
|
|
18 | 18 |
</tr> |
19 | 19 |
<tr> |
20 | 20 |
<th></th> |
... | ... | |
251 | 251 |
</tr> |
252 | 252 |
<tr> |
253 | 253 |
<th colspan="2">[% 'Reference' | $T8 %]</th> |
254 |
<td colspan="2"><input type="text" name="reference" class="initial_focus" class="wi-lightwide"></td>
|
|
254 |
<td colspan="2"><input type="text" name="reference" class="initial_focus wi-lightwide"></td>
|
|
255 | 255 |
</tr> |
256 | 256 |
<tr> |
257 | 257 |
<th colspan="2">[% 'Source' | $T8 %]</th> |
templates/design40_webpages/vk/search_invoice.html | ||
---|---|---|
117 | 117 |
<tbody> |
118 | 118 |
<tr> |
119 | 119 |
<th>[% 'Customer' | $T8 %]</th> |
120 |
<td>[% P.input_tag( "customer", "", class="initial_focus", class='wi-wide' ) %]</td>
|
|
120 |
<td>[% P.input_tag( "customer", "", class="initial_focus wi-wide" ) %]</td>
|
|
121 | 121 |
</tr> |
122 | 122 |
<tr> |
123 | 123 |
<th>[% 'Customer Number' | $T8 %]</th> |
templates/design40_webpages/wh/warehouse_selection_assembly.html | ||
---|---|---|
71 | 71 |
<tbody> |
72 | 72 |
<tr> |
73 | 73 |
<th>[% 'Assembly' | $T8 %]</th> |
74 |
<td>[% P.part.picker("parts_id", parts_id, part_type="assembly", class="initial_focus", fat_set_item="1", class="wi-lightwide") %] </td>
|
|
74 |
<td>[% P.part.picker("parts_id", parts_id, part_type="assembly", class="initial_focus wi-lightwide", fat_set_item="1") %] </td>
|
|
75 | 75 |
</tr> |
76 | 76 |
<tr> |
77 | 77 |
<th>[% 'Destination warehouse' | $T8 %]</th> |
Auch abrufbar als: Unified diff
design4.0: HTML-Templates: weitere doppelte 'class'-Schlüsselwörter korrigiert