Revision 22519cf6
Von Thomas Heck vor mehr als 11 Jahren hinzugefügt
templates/webpages/customer_vendor/tabs/billing.html | ||
---|---|---|
85 | 85 |
<th align="right" nowrap>[% 'Street' | $T8 %]</th> |
86 | 86 |
|
87 | 87 |
<td> |
88 |
[% L.input_tag('cv.street', SELF.cv.street) %] |
|
88 |
[% L.input_tag('cv.street', SELF.cv.street, size = 35, maxlength = 75) %]
|
|
89 | 89 |
<span id="billing_map"></span> |
90 | 90 |
<script type="text/javascript"> |
91 | 91 |
namespace('kivi.CustomerVendor').showMapWidget('cv_', $('#billing_map')); |
... | ... | |
142 | 142 |
</td> |
143 | 143 |
</tr> |
144 | 144 |
|
145 |
<tr> |
|
146 |
<th align="right">[% 'Cc E-mail' | $T8 %]</th> |
|
147 |
|
|
148 |
<td> |
|
149 |
[% L.input_tag('cv.cc', SELF.cv.bcc, size = 45) %] |
|
150 |
</td> |
|
151 |
</tr> |
|
152 |
|
|
153 |
<tr> |
|
154 |
<th align="right">[% 'Bcc E-mail' | $T8 %]</th> |
|
155 |
|
|
156 |
<td> |
|
157 |
[% L.input_tag('cv.bcc', SELF.cv.bcc, size = 45) %] |
|
158 |
</td> |
|
159 |
</tr> |
|
160 |
|
|
145 | 161 |
<tr> |
146 | 162 |
<th align="right" nowrap> |
147 | 163 |
[% IF homepage %] |
... | ... | |
294 | 310 |
[% L.select_tag('cv.language_id', SELF.all_languages, default = SELF.cv.language_id, value_key = 'id', title_key = 'description', with_empty = 1) %] |
295 | 311 |
</td> |
296 | 312 |
|
297 |
|
|
298 |
<th align="right">[% 'Bcc' | $T8 %]</th> |
|
299 |
|
|
300 |
<td> |
|
301 |
[% L.input_tag('cv.bcc', SELF.cv.bcc, size = 40) %] |
|
302 |
</td> |
|
303 |
|
|
304 |
|
|
305 | 313 |
[% IF ( SELF.is_customer() ) %] |
306 | 314 |
<th align="right">[% 'Preisklasse' | $T8 %]</th> |
307 | 315 |
|
Auch abrufbar als: Unified diff
CustomerVendor: E-Mail-BCC/-CC-Felder richtig anzeigen