Line 12... |
Line 12... |
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" style="float:right;">
|
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:75px; 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 $this->get_option('wpsg_mod_scaleprice_unit'); ?>
|
23 |
<?php } ?>
|
23 |
<?php } ?>
|
24 |
</div>
|
24 |
</div>
|
25 |
</div>
|
25 |
</div>
|
26 |
<div class="wpsg_form_right">
|
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>
|
27 |
<div style="width:75px; 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>
|
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>
|
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>
|
30 |
</div>
|
31 |
<div class="wpsg_clear"></div>
|
31 |
<div class="wpsg_clear"></div>
|
32 |
</div>
|
32 |
</div>
|
Line 76... |
Line 76... |
76 |
</div>
|
76 |
</div>
|
77 |
<div class="col-sm-6">
|
77 |
<div class="col-sm-6">
|
78 |
<div class="wpsg_form_field">
|
78 |
<div class="wpsg_form_field">
|
79 |
<div class="wpsg_form_left">
|
79 |
<div class="wpsg_form_left">
|
80 |
<div class="wpsg_mod_scaleprice_label_scale" style="width:30px; float:left; font-size:12px;"><?php echo __('ab', 'wpsg'); ?></div>
|
80 |
<div class="wpsg_mod_scaleprice_label_scale" style="width:30px; float:left; font-size:12px;"><?php echo __('ab', 'wpsg'); ?></div>
|
81 |
<input type="text" class="wpsg_mod_scaleprice_scale" style="width:90px; float:left;" name="wpsg_mod_scaleprice_scale" value="" id="wpsg_mod_scaleprice_scale" />
|
81 |
<input type="text" class="wpsg_mod_scaleprice_scale" style="width:75px; float:left;" name="wpsg_mod_scaleprice_scale" value="" id="wpsg_mod_scaleprice_scale" />
|
82 |
<div class="wpsg_mod_scaleprice_label_value" style="float:left; margin:0 0 0 10px; font-size:12px;">
|
82 |
<div class="wpsg_mod_scaleprice_label_value" style="float:left; margin:0 0 0 10px; font-size:12px;">
|
83 |
<?php if ($this->view['wpsg_mod_scaleprice']['typ'] == wpsg_mod_scaleprice::TYP_WEIGHT) { ?>
|
83 |
<?php if ($this->view['wpsg_mod_scaleprice']['typ'] == wpsg_mod_scaleprice::TYP_WEIGHT) { ?>
|
84 |
<?php echo $this->get_option('wpsg_mod_weight_unit'); ?>
|
84 |
<?php echo $this->get_option('wpsg_mod_weight_unit'); ?>
|
85 |
<?php } else if ($this->view['wpsg_mod_scaleprice']['typ'] == wpsg_mod_scaleprice::TYP_QUANTITY) { ?>
|
85 |
<?php } else if ($this->view['wpsg_mod_scaleprice']['typ'] == wpsg_mod_scaleprice::TYP_QUANTITY) { ?>
|
86 |
<?php echo __('Stück', 'wpsg'); ?>
|
86 |
<?php echo $this->get_option('wpsg_mod_scaleprice_unit'); ?>
|
87 |
<?php } ?>
|
87 |
<?php } ?>
|
88 |
</div>
|
88 |
</div>
|
89 |
</div>
|
89 |
</div>
|
90 |
<div class="wpsg_form_right">
|
90 |
<div class="wpsg_form_right">
|
91 |
<input type="text" class="wpsg_mod_scaleprice_value" style="width:90px; float:left;" name="wpsg_mod_scaleprice_value" value="" id="wpsg_mod_scaleprice_value">
|
91 |
<input type="text" class="wpsg_mod_scaleprice_value" style="width:75px; float:left;" name="wpsg_mod_scaleprice_value" value="" id="wpsg_mod_scaleprice_value">
|
92 |
<p class="waehrung" style="float:left; margin:0 0 0 10px; font-size:12px;"><?php echo $this->get_option('wpsg_currency'); ?></p>
|
92 |
<p class="waehrung" style="float:left; margin:0 0 0 10px; font-size:12px;"><?php echo $this->get_option('wpsg_currency'); ?></p>
|
93 |
<a style="float:right; margin-top:4px;" class="wpsg_glyphicon_right glyphicon glyphicon-plus-sign" href="" onclick="return wpsg_mod_scaleprice_add();" title=""></a>
|
93 |
<a style="float:right; margin-top:4px;" class="wpsg_glyphicon_right glyphicon glyphicon-plus-sign" href="" onclick="return wpsg_mod_scaleprice_add();" title=""></a>
|
94 |
</div>
|
94 |
</div>
|
95 |
<div class="wpsg_clear"></div>
|
95 |
<div class="wpsg_clear"></div>
|
96 |
</div>
|
96 |
</div>
|