Revision 5a8cc659
Von Niclas Zimmermann vor fast 11 Jahren hinzugefügt
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_button" value='[% 'Show details blubb' | $T8 %]'>
|
|
6 |
<input type="button" id="cb_show_details" name="show_details_button" value='[% 'Show details' | $T8 %]'> |
|
7 | 7 |
<script type="text/javascript"> |
8 | 8 |
$('#cb_show_details').click(function(){ $('[id^="row2"]').toggle(); |
9 | 9 |
if ( $('[id^="row2"]').is(":visible") ) { |
Auch abrufbar als: Unified diff
Debug-Statement entfernen aus Commit 267826