2843 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
4010 |
thomas |
4 |
* Template des Rechtstext Moduls, welches das ProtectedsShops-Formular oder den Hinweistext anzeigt
|
2843 |
daniel |
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
3668 |
daniel |
8 |
|
2843 |
daniel |
9 |
<?php if ($this->view['wpsg_mod_legaltexts']['form'] == false) { ?>
|
|
|
10 |
|
|
|
11 |
<p><?php echo __('wpShopGermany bietet eine Schnittstelle zu <a href="http://www.protectedshops.de/" target="_blank">Protected Shops</a> an.', 'wpsg'); ?></p>
|
|
|
12 |
<p><?php echo __('Protected Shops bietet Schutzpakete im Abo ("AGB-Rechtstext-Flatrate") für Onlineshop Betreiber an. Mit dem wpShopGermany-ProtectedShops Plugin (ab Version 1.8), werden die angebotenen Rechtstexte auf die zugeordneten Blog-Seiten mittels Mausklick automatisch übernommen und aktualisiert.', 'wpsg'); ?></p>
|
4000 |
daniel |
13 |
<p><?php echo __('Erhalten Sie <strong>5% Rabatt</strong> auf das erste Protected Shops Jahresabo mit folgendem <strong>Gutscheincode</strong>: <span style="color:red;">WP-SHOP</span> (unbedingt bei der Erstregistrierung angeben!)', 'wpsg'); ?></p>
|
2843 |
daniel |
14 |
|
|
|
15 |
<?php if (file_exists(WP_PLUGIN_DIR."/wpshopgermany-protectedshops/wpshopgermany-protectedshops.php")) { ?>
|
|
|
16 |
<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>
|
|
|
17 |
<?php } ?>
|
|
|
18 |
|
|
|
19 |
<?php } else { ?>
|
3668 |
daniel |
20 |
|
|
|
21 |
<table class="wpsg_mod_legaltexts_protectedshops_table">
|
|
|
22 |
<?php echo $this->view['wpsg_mod_legaltexts']['form']; ?>
|
|
|
23 |
</table>
|
|
|
24 |
|
2843 |
daniel |
25 |
<input type="hidden" name="wpsg_mod_legaltexts_submitform" value="1" />
|
|
|
26 |
|
|
|
27 |
<?php } ?>
|