Rev 3668 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/**
* Template des Rechtstext Moduls welches das ProtectedsShops Formular oder den Hinweistext anzeigt
*/
?>
<style type="text/css">
#wpps_message { margin-left:5px; }
.wpps_clear { clear:both; }
.wpps_form_field { width:770px; margin-bottom:5px; }
.wpps_form_field .wpps_form_left { line-height:24px; font-weight:bold; width:350px; float:left; }
.wpps_form_field .wpps_form_right { width:420px; float:left; position:relative; line-height:28px; }
.wpps_form_field .wpps_form_right select, .wpps_form_field .wpps_form_right input { width:95%; }
.wpps_form_field .wpps_form_right input.checkbox { width:auto !important; float:left; margin-left:2px; margin-top:5px; }
.wpps_form_field .wpps_form_right p { padding:4px 0px 4px 6px; margin:0px; }
.wpps_form { padding:10px; }
.wpps_date { float:right; padding-right:5%; }
.wpps_hinweis { font-style:italic; }
</style>
<?php if ($this->view['wpsg_mod_legaltexts']['form'] == false) { ?>
<p><?php echo __('wpShopGermany bietet eine Schnittstelle zu <a href="http://www.protectedshops.de/" target="_blank">Protected Shops</a> an.', 'wpsg'); ?></p>
<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>
<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-GERMANY-CODE</span> (unbedingt bei der Erstregistrierung angeben!)', 'wpsg'); ?></p>
<?php if (file_exists(WP_PLUGIN_DIR."/wpshopgermany-protectedshops/wpshopgermany-protectedshops.php")) { ?>
<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>
<?php } ?>
<?php } else { ?>
<?php echo $this->view['wpsg_mod_legaltexts']['form']; ?>
<input type="hidden" name="wpsg_mod_legaltexts_submitform" value="1" />
<?php } ?>