Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 5934
Line 67... Line 67...
67
		  		
67
		  		
68
	<div class="head">
68
	<div class="head">
69
		<div class="title">
69
		<div class="title">
70
			<div class="fulltab">
70
			<div class="fulltab">
71
				<?php echo __('Zahlvarianten', 'wpsg'); ?>
71
				<?php echo __('Zahlvarianten', 'wpsg'); ?>
72
				<a title="<?php echo __('Neue Zahlvariante anlegen', 'wpsg'); ?>" href="" class="wpsg_icon wpsg_icon_right wpsg_icon_add" onclick="return wpsg_addZV();"></a>
72
				<a title="<?php echo __('Neue Zahlvariante anlegen', 'wpsg'); ?>" href="" class="wpsg_glyphicon_right glyphicon glyphicon-plus-sign" onclick="return wpsg_addZV();"></a>
73
			</div>
73
			</div>
74
		</div>
74
		</div>
75
	</div>
75
	</div>
76
	<div class="content" id="wpsg_zv_list">
76
	<div class="content" id="wpsg_zv_list">
77
		<?php echo $this->callMod('wpsg_mod_userpayment', 'zv_list'); ?>
77
		<?php echo $this->callMod('wpsg_mod_userpayment', 'zv_list'); ?>