Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 5683
Line 90... Line 90...
90
		
90
		
91
	} // function wpsg_addExportProfil()
91
	} // function wpsg_addExportProfil()
92
 
92
 
93
</script>
93
</script>
94
 
94
 
95
<div class="wpsg_admin_box">
-
 
96
	<div class="head">
-
 
97
		<div class="title">
-
 
98
			<div class="fulltab">
-
 
99
				<?php echo __('Exportprofile', 'wpsg'); ?>
-
 
100
				<a title="<?php echo __('Neuens Exportprofil anlegen', 'wpsg'); ?>" href="" class="wpsg_icon wpsg_icon_right wpsg_icon_add" onclick="return wpsg_mod_export_addProfil();"></a>
-
 
101
			</div>
-
 
102
		</div>
-
 
103
		<div id="wpsg_profil_list" class="content">
-
 
104
			<?php echo $this->callMod('wpsg_mod_export', 'profilList'); ?>
-
 
105
		</div>
-
 
106
	</div>
-
 
107
</div>
-
 
108
95
<a title="<?php echo __('Neuens Exportprofil anlegen', 'wpsg'); ?>" href="#" class="" onclick="return wpsg_mod_export_addProfil();"><span class="wpsg-glyphicon glyphicon glyphicon-plus"></span><?php echo __('Neues Exportprofil anlegen', 'wpsg'); ?></a>
-
 
96
<br /><br />
-
 
97
 
-
 
98
<div id="wpsg_profil_list"><?php echo $this->callMod('wpsg_mod_export', 'profilList'); ?></div>
-
 
99
109
100