Revision 267826b1
Von Niclas Zimmermann vor fast 11 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
378 | 378 |
shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax |
379 | 379 |
shiptoemail shiptodepartment_1 shiptodepartment_2 shiptocp_gender message email subject cc bcc taxaccounts cursor_fokus |
380 | 380 |
convert_from_do_ids convert_from_oe_ids |
381 |
show_details |
|
381 | 382 |
), @custom_hiddens, |
382 | 383 |
map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; |
383 | 384 |
|
bin/mozilla/oe.pl | ||
---|---|---|
441 | 441 |
max_dunning_level dunning_amount shiptoname shiptostreet shiptozipcode |
442 | 442 |
shiptocity shiptocountry shiptocontact shiptophone shiptofax |
443 | 443 |
shiptodepartment_1 shiptodepartment_2 shiptoemail shiptocp_gender |
444 |
message email subject cc bcc taxpart taxservice taxaccounts cursor_fokus), |
|
444 |
message email subject cc bcc taxpart taxservice taxaccounts cursor_fokus |
|
445 |
show_details), |
|
445 | 446 |
@custom_hiddens, |
446 | 447 |
map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts} ]; # deleted: discount |
447 | 448 |
|
templates/webpages/do/form_header.html | ||
---|---|---|
99 | 99 |
<input type="hidden" name="shiptostreet" value="[% HTML.escape(shiptostreet) %]"> |
100 | 100 |
<input type="hidden" name="shiptozipcode" value="[% HTML.escape(shiptozipcode) %]"> |
101 | 101 |
<input type="hidden" name="shiptocp_gender" value="[% HTML.escape(shiptocp_gender) %]"> |
102 |
<input type="hidden" name="show_details" value="[% HTML.escape(show_details) %]"> |
|
102 | 103 |
<input type="hidden" name="subject" value="[% HTML.escape(subject) %]"> |
103 | 104 |
<input type="hidden" name="taxincluded" value="[% HTML.escape(taxincluded) %]"> |
104 | 105 |
<input type="hidden" name="taxzone_id" value="[% HTML.escape(taxzone_id) %]"> |
templates/webpages/oe/sales_order.html | ||
---|---|---|
3 | 3 |
[%- PROCESS 'amcvar/render_inputs_block.html' %] |
4 | 4 |
<tr> |
5 | 5 |
<td> |
6 |
<input type="button" id="cb_show_details" name="show_details" value='[% 'Show details' | $T8 %]'>
|
|
6 |
<input type="button" id="cb_show_details" name="show_details_button" value='[% 'Show details blubb' | $T8 %]'>
|
|
7 | 7 |
<script type="text/javascript"> |
8 |
$('#cb_show_details').click(function(){ $('[id^="row2"]').toggle() }); |
|
8 |
$('#cb_show_details').click(function(){ $('[id^="row2"]').toggle(); |
|
9 |
if ( $('[id^="row2"]').is(":visible") ) { |
|
10 |
$("[name='show_details']").val(1); |
|
11 |
} else { |
|
12 |
$("[name='show_details']").val(0); |
|
13 |
}}); |
|
9 | 14 |
</script> |
10 | 15 |
<table id='display_row' width="100%"> |
11 | 16 |
<tr class="listheading"> |
Auch abrufbar als: Unified diff
Detailanzeige bei Eingabe von neuen Artikeln
Die Detailanzeige klappt jetzt nicht mehr beim Erneuern auf/zu.
Fixed Bug 2409.