Subversion Repositories wpShopGermany4

Rev

Rev 5934 | Rev 6492 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5934 Rev 5945
Line 19... Line 19...
19
		</div>		
19
		</div>		
20
	</div>
20
	</div>
21
	<div class="wpsg_form_right">
21
	<div class="wpsg_form_right">
22
		<div class="wpsg_editable" id="wpsg_mod_scaleprice_<?php echo $scale['id']; ?>_value"><?php echo wpsg_ff($scale['value']); ?></div>
22
		<div class="wpsg_editable" id="wpsg_mod_scaleprice_<?php echo $scale['id']; ?>_value"><?php echo wpsg_ff($scale['value']); ?></div>
23
		<p class="waehrung"><?php echo $this->get_option('wpsg_currency'); ?></p>
23
		<p class="waehrung"><?php echo $this->get_option('wpsg_currency'); ?></p>
24
		<a class="wpsg_icon wpsg_icon_right wpsg_icon_remove" href="" onclick="return wpsg_mod_scaleprice_remove(<?php echo $scale['id']; ?>);" title=""></a>
24
		<a class="wpsg_glyphicon_right glyphicon glyphicon-minus-sign" href="" onclick="return wpsg_mod_scaleprice_remove(<?php echo $scale['id']; ?>);" title=""></a>
25
	</div>
25
	</div>
26
	<div class="wpsg_clear"></div>
26
	<div class="wpsg_clear"></div>
27
</div>
27
</div>
28
 
28
 
29
<script type="text/javascript">
29
<script type="text/javascript">
Line 76... Line 76...
76
		</div>						
76
		</div>						
77
	</div>
77
	</div>
78
	<div class="wpsg_form_right">						
78
	<div class="wpsg_form_right">						
79
		<input type="text" class="wpsg_mod_scaleprice_value" name="wpsg_mod_scaleprice_value" value="" id="wpsg_mod_scaleprice_value">
79
		<input type="text" class="wpsg_mod_scaleprice_value" name="wpsg_mod_scaleprice_value" value="" id="wpsg_mod_scaleprice_value">
80
		<p class="waehrung"><?php echo $this->get_option('wpsg_currency'); ?></p>
80
		<p class="waehrung"><?php echo $this->get_option('wpsg_currency'); ?></p>
81
		<a class="wpsg_icon wpsg_icon_right wpsg_icon_add" href="" onclick="return wpsg_mod_scaleprice_add();" title=""></a>								 
81
		<a class="wpsg_glyphicon_right glyphicon glyphicon-plus-sign" href="" onclick="return wpsg_mod_scaleprice_add();" title=""></a>								 
82
	</div>
82
	</div>
83
	<div class="wpsg_clear"></div>
83
	<div class="wpsg_clear"></div>
84
</div>	
84
</div>	
85
85