Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5261 Rev 5934
Line 9... Line 9...
9
		  		
9
		  		
10
	<div class="head">
10
	<div class="head">
11
		<div class="title">
11
		<div class="title">
12
			<div class="fulltab">
12
			<div class="fulltab">
13
				<?php echo __('Versand- und Zahlungsbedingungen', 'wpsg'); ?>
13
				<?php echo __('Versand- und Zahlungsbedingungen', 'wpsg'); ?>
14
				<a title="<?php echo __('Neue Versand- und Zahlungsbedingung anlegen', 'wpsg'); ?>" href="" class="wpsg_icon wpsg_icon_right wpsg_icon_add" onclick="return wpsg_addSPCondition();"></a>
14
				<a title="<?php echo __('Neue Versand- und Zahlungsbedingung anlegen', 'wpsg'); ?>" href="" class="wpsg_glyphicon_right glyphicon glyphicon-plus-sign" onclick="return wpsg_addSPCondition();"></a>
15
			</div>
15
			</div>
16
		</div>
16
		</div>
17
	</div>
17
	</div>
18
	<div class="content" id="wpsg_mod_spconditions_list">
18
	<div class="content" id="wpsg_mod_spconditions_list">
19
		<?php echo $this->view['conditionList']; ?>
19
		<?php echo $this->view['conditionList']; ?>