3234 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
3237 |
daniel |
4 |
* Template für das Trusted Shops Widget im Backend
|
3234 |
daniel |
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
3244 |
daniel |
8 |
|
|
|
9 |
<label>
|
|
|
10 |
<input type="checkbox" value="1" <?php echo (($this->view['wpsg_mod_trustedshops_vote'] == '1')?'checked="checked"':''); ?> name="<?php echo $this->view['widget']->get_field_name('wpsg_mod_trustedshops_vote'); ?>" id="<?php echo $this->view['widget']->get_field_id('wpsg_mod_trustedshops_vote'); ?>" /> <?php echo __('Bewertungen anzeigen', 'wpsg'); ?>
|
5945 |
hartmut |
11 |
<a class="glyphicon glyphicon-question-sign" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=wpsg_mod_trustedshops_vote" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=wpsg_mod_trustedshops_vote"></a><br />
|
3244 |
daniel |
12 |
</label>
|
|
|
13 |
<label>
|
|
|
14 |
<input type="checkbox" value="1" <?php echo (($this->view['wpsg_mod_trustedshops_badge'] == '1')?'checked="checked"':''); ?> name="<?php echo $this->view['widget']->get_field_name('wpsg_mod_trustedshops_badge'); ?>" id="<?php echo $this->view['widget']->get_field_id('wpsg_mod_trustedshops_badge'); ?>" /> <?php echo __('Badge anzeigen', 'wpsg'); ?>
|
5945 |
hartmut |
15 |
<a class="glyphicon glyphicon-question-sign" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=wpsg_mod_trustedshops_badge" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=wpsg_mod_trustedshops_vote"></a><br />
|
3244 |
daniel |
16 |
</label>
|
|
|
17 |
|
|
|
18 |
<br />
|
5439 |
daniel |
19 |
|
4866 |
roger |
20 |
<?php echo wpsg_translate(__('Die weitere Konfiguration des Widgets erfolgt in den <a href="#1#">Moduleinstellungen.</a>', 'wpsg'), WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_trustedshops'); ?>
|