Subversion Repositories wpShopGermany4

Rev

Rev 5791 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5791 Rev 8331
1
<?php 
1
<?php 
2
 
2
 
3
	/**
3
	/**
4
	 * Template für die Integration des Händlerbund-Formulars in das Rechtstextmodul
4
	 * Template für die Integration des Händlerbund-Formulars in das Rechtstextmodul
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
 
8
 
9
<style type="text/css">
9
<style type="text/css">
10
	
10
	
11
	.wphb_clear { clear:both; }
11
	.wphb_form_field {
-
 
12
		width: 100%;
-
 
13
		display: flex;
-
 
14
		flex-direction: row;
-
 
15
		justify-content: flex-start;
-
 
16
		align-items: center;
-
 
17
	}
12
	.wphb_form_field { width:770px; margin-bottom:5px; }
18
	.wphb_form_field input {
-
 
19
		width: 100%;
-
 
20
	}
13
	.wphb_form_field .wphb_form_left { line-height:24px; font-weight:bold; width:350px; float:left; }
21
	.wphb_form_left {
14
	.wphb_form_field .wphb_form_right { width:420px; float:left; position:relative; line-height:28px; }
22
		width: 50% !important;
-
 
23
		flex-grow: 0;
-
 
24
		flex-shrink: 0;
-
 
25
	}
15
	.wphb_form_field .wphb_form_right select, .wphb_form_field .wphb_form_right input { width:95%; }
26
	.wphb_form_right {
16
	.wphb_form_field .wphb_form_right input.checkbox { width:auto !important; float:left; margin-left:2px; margin-top:5px; }
27
		width: 50% !important;
-
 
28
		flex-grow: 0;
-
 
29
		flex-shrink: 0;
-
 
30
	}
-
 
31
 
-
 
32
	.wphb_table {
-
 
33
		width: 100%;
17
	.wphb_form_field .wphb_form_right p { padding:4px 0px 4px 6px; margin:0px; }
34
		border-spacing: 0px;
-
 
35
		border-collapse: collapse;
-
 
36
	}
18
	.wphb_form { padding:10px; }
37
	.wphb_table input {
19
	.wphb_date { float:right; padding-right:5%; }
38
		min-height: unset !important;
-
 
39
	}
20
	.wphb_hinweis { font-style:italic; }
40
	.wphb_table select {
-
 
41
		width: 100%;
-
 
42
	}
-
 
43
	.col0 {
-
 
44
		width: 50%;
-
 
45
	}
-
 
46
	.col1 {
-
 
47
		width: 50%;
-
 
48
	}
21
	
49
 
22
</style>	
50
</style>	
23
 
51
 
24
<?php if ($this->view['wpsg_mod_legaltexts']['form'] == false) { ?>
52
<?php if ($this->view['wpsg_mod_legaltexts']['form'] == false) { ?>
25
 
53
 
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>
54
	<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>
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>
55
	<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
	 			
56
	 			
29
	<?php if (file_exists(WP_PLUGIN_DIR."/wpshopgermany-haendlerbund/wpshopgermany-haendlerbund.php")) { ?>
57
	<?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>
58
		<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 } ?>
59
	<?php } ?>
32
 
60
 
33
<?php } else { ?>
61
<?php } else { ?>
34
	
62
	
35
	<?php echo $this->view['wpsg_mod_legaltexts']['form']; ?>
63
	<?php echo $this->view['wpsg_mod_legaltexts']['form']; ?>
36
	
64
	
37
	<input type="hidden" name="wpsg_mod_legaltexts_submitform" value="1" />
65
	<input type="hidden" name="wpsg_mod_legaltexts_submitform" value="1" />
38
	
66
	
39
<?php } ?>
67
<?php } ?>