Rev 6134 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/*
* Template für die Einstellungen des Moduls
*/
?>
<h4><?php echo __('Verwaltung der globalen Produktvarianten', 'wpsg'); ?></h4>
<?php echo $this->view['wpsg_mod_productvariants']['html']; ?>
<script type="text/javascript">/* <![CDATA[ */
jQuery(document).ready(function() {
wpsg_mod_productvariants_show(0);
} );
/* ]]> */</script>