Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 5461 → Rev 5470

/mods/mod_topseller/produkt_addedit_allgemein.phtml
5,14 → 5,31
*/
 
?>
<?php if ($this->get_option('wpsg_mod_topseller_auto') == '1') { ?>
<?php echo wpsg_drawForm_Select('wpsg_mod_topseller[status]', __('TopSeller Status', 'wpsg'), array(
'0' => __('Einbeziehen', 'wpsg'),
'1' => __('Ausschließen', 'wpsg')
), $this->view['wpsg_mod_topseller']['status']); ?>
<?php } else { ?>
<?php echo wpsg_drawForm_Select('wpsg_mod_topseller[status]', __('TopSeller Status', 'wpsg'), array(
'0' => __('Nicht anzeigen', 'wpsg'),
'1' => __('Anzeigen', 'wpsg')
), $this->view['wpsg_mod_topseller']['status']); ?>
<?php } ?>
<div id="wpsg_fuellmenge" class="panel panel-default">
<div class="panel-heading clearfix">
<h3 class="panel-title">
<?php echo __('Topseller', 'wpsg'); ?> </span>
</h3>
</div>
<div class="panel-body">
<?php if ($this->get_option('wpsg_mod_topseller_auto') == '1') { ?>
<?php echo wpsg_drawForm_Select('wpsg_mod_topseller[status]', __('TopSeller Status', 'wpsg'), array(
'0' => __('Einbeziehen', 'wpsg'),
'1' => __('Ausschließen', 'wpsg')
), $this->view['wpsg_mod_topseller']['status']); ?>
<?php } else { ?>
<?php echo wpsg_drawForm_Select('wpsg_mod_topseller[status]', __('TopSeller Status', 'wpsg'), array(
'0' => __('Nicht anzeigen', 'wpsg'),
'1' => __('Anzeigen', 'wpsg')
), $this->view['wpsg_mod_topseller']['status']); ?>
<?php } ?>
<br /><br />
<a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_topseller"><span class="wpsg-glyphicon glyphicon glyphicon-wrench"></span><?php echo __('Zur Konfiguration des Topsellermoduls', 'wpsg'); ?></a>
</div>
</div>