2843 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
4009 |
thomas |
4 |
* Template für die Integration des Händlerbund-Formulars in das Rechtstextmodul
|
2843 |
daniel |
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
|
|
8 |
|
|
|
9 |
<style type="text/css">
|
|
|
10 |
|
|
|
11 |
.wphb_clear { clear:both; }
|
|
|
12 |
.wphb_form_field { width:770px; margin-bottom:5px; }
|
|
|
13 |
.wphb_form_field .wphb_form_left { line-height:24px; font-weight:bold; width:350px; float:left; }
|
|
|
14 |
.wphb_form_field .wphb_form_right { width:420px; float:left; position:relative; line-height:28px; }
|
|
|
15 |
.wphb_form_field .wphb_form_right select, .wphb_form_field .wphb_form_right input { width:95%; }
|
|
|
16 |
.wphb_form_field .wphb_form_right input.checkbox { width:auto !important; float:left; margin-left:2px; margin-top:5px; }
|
|
|
17 |
.wphb_form_field .wphb_form_right p { padding:4px 0px 4px 6px; margin:0px; }
|
|
|
18 |
.wphb_form { padding:10px; }
|
|
|
19 |
.wphb_date { float:right; padding-right:5%; }
|
|
|
20 |
.wphb_hinweis { font-style:italic; }
|
|
|
21 |
|
|
|
22 |
</style>
|
|
|
23 |
|
5785 |
daniel |
24 |
<?php if ($this->view['wpsg_mod_legaltexts']['form'] == false) { /* Ümlaut test */ ?>
|
2843 |
daniel |
25 |
|
2927 |
daniel |
26 |
<p><?php echo __('wpShopGermany bietet eine Schnittstelle zum <a href="https://partner.haendlerbund.de/partnerdoor.php?partnerid=partner_wp&bannerid=18" target="_blank">Händlerbund</a> an.', 'wpsg'); ?></p>
|
2843 |
daniel |
27 |
<p><?php echo __('Händlerbund bietet Schutzpakete im Abo ("AGB-Rechtstext-Flatrate") für Onlineshop Betreiber an. Mit dem wpShopGermany-Händlerbund Plugin (ab Version 1.0), werden die angebotenen Rechtstexte auf die zugeordneten Blog-Seiten mittels Mausklick automatisch übernommen und aktualisiert.', 'wpsg'); ?></p>
|
|
|
28 |
|
|
|
29 |
<?php if (file_exists(WP_PLUGIN_DIR."/wpshopgermany-haendlerbund/wpshopgermany-haendlerbund.php")) { ?>
|
|
|
30 |
<p style="color:red;"><?php echo __('Das Plugin wurde bereits gefunden aber noch nicht aktiviert. Bitte aktivieren sie das Plugin in der <a href="plugins.php">Pluginverwaltung</a>.', 'wpsg'); ?></p>
|
|
|
31 |
<?php } ?>
|
|
|
32 |
|
|
|
33 |
<?php } else { ?>
|
|
|
34 |
|
|
|
35 |
<?php echo $this->view['wpsg_mod_legaltexts']['form']; ?>
|
|
|
36 |
|
|
|
37 |
<input type="hidden" name="wpsg_mod_legaltexts_submitform" value="1" />
|
|
|
38 |
|
|
|
39 |
<?php } ?>
|