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 87... Line 87...
87
		  		
87
		  		
88
	<div class="head">
88
	<div class="head">
89
		<div class="title">
89
		<div class="title">
90
			<div class="fulltab">
90
			<div class="fulltab">
91
				<?php echo __('Versandarten', 'wpsg'); ?>
91
				<?php echo __('Versandarten', 'wpsg'); ?>
92
				<a title="<?php echo __('Neue Versandart anlegen', 'wpsg'); ?>" href="" class="wpsg_icon wpsg_icon_right wpsg_icon_add" onclick="return wpsg_addVA();"></a>
92
				<a title="<?php echo __('Neue Versandart anlegen', 'wpsg'); ?>" href="" class="wpsg_glyphicon_right glyphicon glyphicon-plus-sign" onclick="return wpsg_addVA();"></a>
93
			</div>
93
			</div>
94
		</div>
94
		</div>
95
	</div>
95
	</div>
96
	<div class="content" id="wpsg_va_list">
96
	<div class="content" id="wpsg_va_list">
97
		<?php echo $this->mod->va_list(); ?>
97
		<?php echo $this->mod->va_list(); ?>