Subversion Repositories wpShopGermany4

Rev

Rev 6007 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6007 Rev 6499
Line 50... Line 50...
50
		
50
		
51
		<div role="tabpanel" class="tab-pane" id="tab2" >
51
		<div role="tabpanel" class="tab-pane" id="tab2" >
52
			<table class="table table-body-striped wpsg_mod_voucher_fieldtable">
52
			<table class="table table-body-striped wpsg_mod_voucher_fieldtable">
53
				<thead>
53
				<thead>
54
				<tr>
54
				<tr>
55
					<th class="col_bezeichnung"></th>					
55
					<th class="col_bezeichnung"></th>		
-
 
56
					<th class="col_freitext_label"><?php echo __('Freitext', 'wpsg'); ?></th>			
56
					<th class="col_x"><?php echo __('X', 'wpsg'); ?></th>
57
					<th class="col_x"><?php echo __('X', 'wpsg'); ?></th>
57
					<th class="col_y"><?php echo __('Y', 'wpsg'); ?></th>
58
					<th class="col_y"><?php echo __('Y', 'wpsg'); ?></th>
58
					<th class="col_align"><?php echo __('Zentriert', 'wpsg'); ?></th>
-
 
59
					<th class="col_bg"><?php echo __('Hintergrund', 'wpsg'); ?></th>
-
 
60
					<th class="col_color"><?php echo __('Farbe', 'wpsg'); ?></th>
59
					<th class="col_color"><?php echo __('Farbe', 'wpsg'); ?></th>
-
 
60
					<th class="col_groesse"><?php echo __('Größe', 'wpsg'); ?></th>
-
 
61
					<th class="col_align"><?php echo __('Zentriert', 'wpsg'); ?></th>
-
 
62
					<th class="col_bg"><?php echo __('Hintergrund', 'wpsg'); ?></th>					
61
					<th class="col_alpha"><?php echo __('Deckkraft', 'wpsg'); ?></th>
63
					<th class="col_alpha"><?php echo __('Deckkraft', 'wpsg'); ?></th>
62
					<th class="col_angle"><?php echo __('Winkel', 'wpsg'); ?></th>
64
					<th class="col_angle"><?php echo __('Winkel', 'wpsg'); ?></th>
63
					<th class="col_groesse"><?php echo __('Größe', 'wpsg'); ?></th>
65
					<th class="col_action"><?php echo __('Aktiv', 'wpsg'); ?></th>
64
					<th class="col_action"></th>
-
 
65
				</tr>
66
				</tr>
66
				</thead>
67
				</thead>
67
				<tbody>
68
				<tbody>
68
				<?php for ($i = 0; $i < 10; $i ++) { ?>
69
				<?php for ($i = 0; $i < 10; $i ++) { ?>
69
				<tr>
70
				<tr>
70
					<td><?php echo '#'.($i + 1); ?></td>					
71
					<td><?php echo '#'.($i + 1); ?></td>			
-
 
72
					<td>
-
 
73
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][text]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['text'])); ?>" />
-
 
74
					</td>		
71
					<td>
75
					<td>
72
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][x]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['x'])); ?>" />
76
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][x]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['x'])); ?>" />
73
					</td>
77
					</td>
74
					<td>
78
					<td>
75
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][y]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['y'])); ?>" />
79
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][y]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['y'])); ?>" />
76
					</td>
80
					</td>
77
					<td class="col_align">
-
 
78
						<input type="hidden" name="text[<?php echo $i; ?>][align]" value="0" />
-
 
79
						<input type="checkbox" name="text[<?php echo $i; ?>][align]" value="1" <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['align']))?'checked="checked"':''); ?> />
-
 
80
					</td>
-
 
81
					<td class="col_bg">
-
 
82
						<input type="hidden" name="text[<?php echo $i; ?>][bg]" value="0" />
-
 
83
						<input type="checkbox" name="text[<?php echo $i; ?>][bg]" value="1" <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['bg']))?'checked="checked"':''); ?> />
-
 
84
					</td>
-
 
85
					<td>
81
					<td>
86
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][color]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['color'])); ?>" />
82
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][color]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['color'])); ?>" />
87
					</td>
83
					</td>
88
					<td>
84
					<td>
89
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][alpha]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['alpha'])); ?>" />
-
 
90
					</td>					
-
 
91
					<td>
-
 
92
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][angle]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['angle'])); ?>" />
-
 
93
					</td>
-
 
94
					<td>
-
 
95
						<select name="text[<?php echo $i; ?>][fontsize]" style="width:100%;">
85
						<select name="text[<?php echo $i; ?>][fontsize]" style="width:100%;">
96
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 4))?'selected="selected"':''); ?> value="4">4</option>
86
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 4))?'selected="selected"':''); ?> value="4">4</option>
97
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 5))?'selected="selected"':''); ?> value="5">5</option>
87
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 5))?'selected="selected"':''); ?> value="5">5</option>
98
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 6))?'selected="selected"':''); ?> value="6">6</option>
88
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 6))?'selected="selected"':''); ?> value="6">6</option>
99
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 7))?'selected="selected"':''); ?> value="7">7</option>
89
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 7))?'selected="selected"':''); ?> value="7">7</option>
Line 114... Line 104...
114
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 30))?'selected="selected"':''); ?> value="30">30</option>
104
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 30))?'selected="selected"':''); ?> value="30">30</option>
115
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 32))?'selected="selected"':''); ?> value="32">32</option>
105
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 32))?'selected="selected"':''); ?> value="32">32</option>
116
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 34))?'selected="selected"':''); ?> value="34">34</option>
106
							<option <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['fontsize'], 34))?'selected="selected"':''); ?> value="34">34</option>
117
						</select>
107
						</select>
118
					</td>
108
					</td>
-
 
109
					<td class="col_align">
-
 
110
						<input type="hidden" name="text[<?php echo $i; ?>][align]" value="0" />
-
 
111
						<input type="checkbox" name="text[<?php echo $i; ?>][align]" value="1" <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['align']))?'checked="checked"':''); ?> />
-
 
112
					</td>
-
 
113
					<td class="col_bg">
-
 
114
						<input type="hidden" name="text[<?php echo $i; ?>][bg]" value="0" />
-
 
115
						<input type="checkbox" name="text[<?php echo $i; ?>][bg]" value="1" <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['bg']))?'checked="checked"':''); ?> />
-
 
116
					</td>
-
 
117
 
-
 
118
					<td>
-
 
119
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][alpha]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['alpha'])); ?>" />
-
 
120
					</td>					
-
 
121
					<td>
-
 
122
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][angle]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['angle'])); ?>" />
-
 
123
					</td>
-
 
124
					
119
					<td>			
125
					<td>			
120
						<label><input type="checkbox" value="1" name="text[<?php echo $i; ?>][aktiv]" <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['aktiv']))?'checked="checked"':''); ?> />&nbsp;<?php echo __("Aktiv", "wpsg"); ?></label>
126
						<input type="checkbox" value="1" name="text[<?php echo $i; ?>][aktiv]" <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$i]['aktiv']))?'checked="checked"':''); ?> />
121
						<a style="float:right; position:relative;" class="glyphicon glyphicon-question-sign" data-wpsg-tip="mod_voucherproduct_fieldconfig" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_voucherproduct_fieldconfig" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_voucherproduct_fieldconfig"></a>
127
						<a style="float:right; position:relative;" class="glyphicon glyphicon-question-sign" data-wpsg-tip="mod_voucherproduct_fieldconfig" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_voucherproduct_fieldconfig" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_voucherproduct_fieldconfig"></a>
122
					</td>
128
					</td>
123
				</tr>
129
				</tr>
124
				<tr>
-
 
125
					<td></td>
-
 
126
					<td class="col_freitext_label"><?php echo __('Freitext', 'wpsg'); ?>:</td>
-
 
127
					<td colspan="8" class="col_freitext">
-
 
128
						<input type="text" style="width:100%;" name="text[<?php echo $i; ?>][text]" value="<?php echo wpsg_hspc(wpsg_getStr($this->view['arTexte'][$i]['text'])); ?>" />
-
 
129
					</td>
-
 
130
				</tr>
-
 
131
				<?php } ?>
130
				<?php } ?>
132
				</tbody>
131
				</tbody>
133
			</table>
132
			</table>
134
			
133
			
135
			<input type="hidden" name="" id="wpsg-PreviewSubmit" />
134
			<input type="hidden" name="" id="wpsg-PreviewSubmit" />