Line 8... |
Line 8... |
8 |
|
8 |
|
9 |
<div class="col-sm-6 control-label" style="font-size:12px; font-weight:bold;">
|
9 |
<div class="col-sm-6 control-label" style="font-size:12px; font-weight:bold;">
|
10 |
<?php echo __('Preisgrenzen', 'wpsg'); ?>
|
10 |
<?php echo __('Preisgrenzen', 'wpsg'); ?>
|
11 |
</div>
|
11 |
</div>
|
12 |
<?php foreach ((array)$this->view['wpsg_mod_scaleprice']['arScale'] as $k => $scale) { ?>
|
12 |
<?php foreach ((array)$this->view['wpsg_mod_scaleprice']['arScale'] as $k => $scale) { ?>
|
13 |
<div class="col-sm-6">
|
13 |
<div class="col-sm-6" style="float:right;">
|
14 |
<div class="wpsg_form_field wpsg_mod_scaleprice_row" id="wpsg_mod_scaleprice_row_<?php echo $scale['id']; ?>">
|
14 |
<div class="wpsg_form_field wpsg_mod_scaleprice_row" id="wpsg_mod_scaleprice_row_<?php echo $scale['id']; ?>">
|
15 |
<div class="wpsg_form_left">
|
15 |
<div class="wpsg_form_left">
|
16 |
<div class="wpsg_mod_scaleprice_label_scale" style="width:30px; float:left; font-size:12px;"><?php echo __('ab', 'wpsg'); ?></div>
|
16 |
<div class="wpsg_mod_scaleprice_label_scale" style="width:30px; float:left; font-size:12px;"><?php echo __('ab', 'wpsg'); ?></div>
|
17 |
<div class="wpsg_editable" style="width:90px; float:left; text-align:right; padding-top:4px" id="wpsg_mod_scaleprice_<?php echo $scale['id']; ?>_scale"><?php echo wpsg_ff($scale['scale']); ?></div>
|
17 |
<div class="wpsg_editable" style="width:90px; float:left; text-align:right; padding-top:4px" id="wpsg_mod_scaleprice_<?php echo $scale['id']; ?>_scale"><?php echo wpsg_ff($scale['scale']); ?></div>
|
18 |
<div class="wpsg_mod_scaleprice_label_value" style="float:left; margin:0 0 0 10px; font-size:12px;">
|
18 |
<div class="wpsg_mod_scaleprice_label_value" style="float:left; margin:0 0 0 10px; font-size:12px;">
|
19 |
<?php if ($this->view['wpsg_mod_scaleprice']['typ'] == wpsg_mod_scaleprice::TYP_WEIGHT) { ?>
|
19 |
<?php if ($this->view['wpsg_mod_scaleprice']['typ'] == wpsg_mod_scaleprice::TYP_WEIGHT) { ?>
|
20 |
<?php echo $this->get_option('wpsg_mod_weight_unit'); ?>
|
20 |
<?php echo $this->get_option('wpsg_mod_weight_unit'); ?>
|
21 |
<?php } else if ($this->view['wpsg_mod_scaleprice']['typ'] == wpsg_mod_scaleprice::TYP_QUANTITY) { ?>
|
21 |
<?php } else if ($this->view['wpsg_mod_scaleprice']['typ'] == wpsg_mod_scaleprice::TYP_QUANTITY) { ?>
|
22 |
<?php echo __('Stück', 'wpsg'); ?>
|
22 |
<?php echo __('Stück', 'wpsg'); ?>
|
23 |
<?php } ?>
|
23 |
<?php } ?>
|
- |
|
24 |
</div>
|
- |
|
25 |
</div>
|
- |
|
26 |
<div class="wpsg_form_right">
|
- |
|
27 |
<div style="width:90px; float:left; padding-top:4px; text-align:right;" class="wpsg_editable" id="wpsg_mod_scaleprice_<?php echo $scale['id']; ?>_value"><?php echo wpsg_ff($scale['value']); ?></div>
|
- |
|
28 |
<p style="float:left; margin:0 0 0 10px; font-size:12px;" class="waehrung"><?php echo $this->get_option('wpsg_currency'); ?></p>
|
- |
|
29 |
<a style="float:right; margin-top:4px;" class="wpsg_glyphicon_right glyphicon glyphicon-minus-sign" href="" onclick="return wpsg_mod_scaleprice_remove(<?php echo $scale['id']; ?>);" title=""></a>
|
24 |
</div>
|
30 |
</div>
|
- |
|
31 |
<div class="wpsg_clear"></div>
|
25 |
</div>
|
32 |
</div>
|
26 |
<div class="wpsg_form_right">
|
- |
|
27 |
<div style="width:90px; float:left; padding-top:4px; text-align:right;" class="wpsg_editable" id="wpsg_mod_scaleprice_<?php echo $scale['id']; ?>_value"><?php echo wpsg_ff($scale['value']); ?></div>
|
- |
|
28 |
<p style="float:left; margin:0 0 0 10px; font-size:12px;" class="waehrung"><?php echo $this->get_option('wpsg_currency'); ?></p>
|
- |
|
29 |
<a style="float:right; margin-top:4px;" class="wpsg_glyphicon_right glyphicon glyphicon-minus-sign" href="" onclick="return wpsg_mod_scaleprice_remove(<?php echo $scale['id']; ?>);" title=""></a>
|
- |
|
30 |
</div>
|
- |
|
31 |
<div class="wpsg_clear"></div>
|
- |
|
32 |
</div>
|
33 |
</div>
|
33 |
</div>
|
34 |
<div class="wpsg_clear"></div>
|
34 |
|
35 |
|
35 |
<script type="text/javascript">
|
36 |
<script type="text/javascript">
|
36 |
/* <![CDATA[ */
|
37 |
/* <![CDATA[ */
|
37 |
|
38 |
|
38 |
jQuery(document).ready(function() {
|
39 |
jQuery(document).ready(function() {
|
39 |
|
40 |
|
Line 67... |
Line 68... |
67 |
/* ]]> */
|
68 |
/* ]]> */
|
68 |
</script>
|
69 |
</script>
|
69 |
|
70 |
|
70 |
<?php } ?>
|
71 |
<?php } ?>
|
71 |
|
72 |
|
- |
|
73 |
<div class="wpsg_clear"></div>
|
72 |
<div class="col-sm-6 control-label" style="font-size:12px; font-weight:bold;">
|
74 |
<div class="col-sm-6 control-label" style="font-size:12px; font-weight:bold; ">
|
73 |
<?php echo __('Neue Preisgrenze', 'wpsg'); ?>
|
75 |
<?php echo __('Neue Preisgrenze', 'wpsg'); ?>
|
74 |
</div>
|
76 |
</div>
|
75 |
<div class="col-sm-6">
|
77 |
<div class="col-sm-6">
|
76 |
<div class="wpsg_form_field">
|
78 |
<div class="wpsg_form_field">
|
77 |
<div class="wpsg_form_left">
|
79 |
<div class="wpsg_form_left">
|