Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 5997
Line 128... Line 128...
128
				<br />
128
				<br />
129
				
129
				
130
				<div class="wpsg_form_field">
130
				<div class="wpsg_form_field">
131
					<div class="wpsg_form_left">&nbsp;</div>
131
					<div class="wpsg_form_left">&nbsp;</div>
132
					<div class="wpsg_form_right wpsg_form_right_unit">
132
					<div class="wpsg_form_right wpsg_form_right_unit">
133
						<?php if (wpsg_isSizedArray($this->callMod('wpsg_mod_trustedshops', 'getExportData'))) { ?>
133
						<?php $temp = $this->callMod('wpsg_mod_trustedshops', 'getExportData');
-
 
134
						if (wpsg_isSizedArray($temp)) { ?>
134
						<a target="_blank" onclick="location.href=location.href;" href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_trustedshops&do=export&noheader=1" class="button"><?php echo __('CSV-Export-Datei erstellen', 'wpsg'); ?></a>
135
						<a target="_blank" onclick="location.href=location.href;" href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_trustedshops&do=export&noheader=1" class="button"><?php echo __('CSV-Export-Datei erstellen', 'wpsg'); ?></a>
135
						<?php } else { ?>
136
						<?php } else { ?>
136
						<p><?php echo __('Derzeit keine Daten zum Export verfügbar.', 'wpsg'); ?></p>
137
						<p><?php echo __('Derzeit keine Daten zum Export verfügbar.', 'wpsg'); ?></p>
137
						<?php } ?>
138
						<?php } ?>
138
					</div>
139
					</div>