Subversion Repositories wpShopGermany4

Rev

Rev 7094 | Rev 7133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7094 Rev 7103
Line 36... Line 36...
36
					'wpsg_email_logo_activated',
36
					'wpsg_email_logo_activated',
37
					__("E-Maillogo anzeigen"),
37
					__("E-Maillogo anzeigen"),
38
					$this->get_option('wpsg_email_logo_activated')
38
					$this->get_option('wpsg_email_logo_activated')
39
				); ?>
39
				); ?>
40
 
40
 
41
				<br>
-
 
42
 
-
 
43
				<?php echo wpsg_drawForm_Checkbox(
41
				<?php echo wpsg_drawForm_Checkbox(
44
					'wpsg_email_logo_watermark',
42
					'wpsg_email_logo_watermark',
45
					__("E-Maillogo als Wasserzeichen anzeigen"),
43
					__("E-Maillogo als Wasserzeichen anzeigen"),
46
					$this->get_option('wpsg_email_logo_watermark')
44
					$this->get_option('wpsg_email_logo_watermark')
47
				); ?>
45
				); ?>
48
			<?php } ?>
46
			<?php } ?>
49
 
47
 
-
 
48
			<br />
-
 
49
			
50
			<div class="form-group">
50
			<div class="form-group">
51
				<div class="col-sm-6 control-label control-label-email-conf">
51
				<div class="col-sm-6 control-label control-label-email-conf">
52
					<label><?php echo __("E-Maillogo (JPG)"); ?></label>
52
					<label><?php echo __("E-Maillogo (JPG)"); ?></label>
53
				</div>
53
				</div>
54
				<div class="col-sm-6">
54
				<div class="col-sm-6">
Line 65... Line 65...
65
						0
65
						0
66
					); ?>
66
					); ?>
67
				<?php } ?>
67
				<?php } ?>
68
 
68
 
69
			</div> <!-- .form-group -->
69
			</div> <!-- .form-group -->
70
 
70
			
-
 
71
			<br />
-
 
72
			
71
			<?php if(file_exists($logoPath)) { ?>
73
			<?php if(file_exists($logoPath)) { ?>
72
 
74
 
73
				<div class="form-group col-logo-alignment">
75
				<div class="form-group col-logo-alignment">
74
					<div class="col-sm-6 control-label control-label-email-conf">
76
					<div class="col-sm-6 control-label control-label-email-conf">
75
						<label><?php echo __("Ausrichtung des Maillogos"); ?></label>
77
						<label><?php echo __("Ausrichtung des Maillogos"); ?></label>
Line 81... Line 83...
81
						<input type="radio" name="wpsg_email_logo_alignment" value="left" <?php if($logoAlignment === "left"):?>checked<?php endif;?>> <span>&#xf036 <?php echo __("Linksbündig"); ?></span> <br>
83
						<input type="radio" name="wpsg_email_logo_alignment" value="left" <?php if($logoAlignment === "left"):?>checked<?php endif;?>> <span>&#xf036 <?php echo __("Linksbündig"); ?></span> <br>
82
						<input type="radio" name="wpsg_email_logo_alignment" value="center" <?php if($logoAlignment === "center"):?>checked<?php endif;?>> <span>&#xf037 <?php echo __("Zentriert"); ?></span> <br>
84
						<input type="radio" name="wpsg_email_logo_alignment" value="center" <?php if($logoAlignment === "center"):?>checked<?php endif;?>> <span>&#xf037 <?php echo __("Zentriert"); ?></span> <br>
83
						<input type="radio" name="wpsg_email_logo_alignment" value="right" <?php if($logoAlignment === "right" || $standardAlignment):?>checked<?php endif;?>> <span>&#xf038 <?php echo __("Rechtsbündig"); ?></span>
85
						<input type="radio" name="wpsg_email_logo_alignment" value="right" <?php if($logoAlignment === "right" || $standardAlignment):?>checked<?php endif;?>> <span>&#xf038 <?php echo __("Rechtsbündig"); ?></span>
84
					</div>
86
					</div>
85
				</div>
87
				</div>
86
 
88
				
-
 
89
				<br />
-
 
90
				
87
				<?php $logoTransparency = $this->get_option('wpsg_email_logo_transparency'); ?>
91
				<?php $logoTransparency = $this->get_option('wpsg_email_logo_transparency'); ?>
88
				<?php if(!wpsg_isSized($logoTransparency)) $logoTransparency = "100%"; ?>
92
				<?php if(!wpsg_isSized($logoTransparency)) $logoTransparency = "100%"; ?>
89
				<?php echo wpsg_drawForm_Input(
93
				<?php echo wpsg_drawForm_Input(
90
					'wpsg_email_logo_transparency',
94
					'wpsg_email_logo_transparency',
91
					__("Deckkraft des Logos"),
95
					__("Deckkraft des Logos"),