Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 6330
Line 3... Line 3...
3
	/**
3
	/**
4
	 * Template für die Integration der Gutscheineingabe innerhalb des Warenkorbes
4
	 * Template für die Integration der Gutscheineingabe innerhalb des Warenkorbes
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
-
 
8
<br />
8
<tr class="wpsg_gutschein_weight">
9
<div class="basket_sum_row">
9
	<td colspan="<?php echo ($this->view['colspan'] + 1); ?>" class="wpsg_cell_gutschein">
10
	<div class="codegs">
10
		
-
 
11
		<label for="wpsg_gutschein_input"><?php echo __('Gutscheincode:', 'wpsg'); ?></label>
11
		<label for="wpsg_gutschein_input"><?php echo __('Gutscheincode:', 'wpsg'); ?></label>
12
		
12
	</div>
13
		<input class="wpsg_gutschein_add wpsg_button" type="submit" name="wpsg_gutschein_add" value="<?php echo __('Hinzufügen', 'wpsg'); ?>" />
13
	<div class="codegsl">
14
		<input id="wpsg_gutschein_input" class="wpsg_gutschein_input <?php echo ((in_array("gutschein", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" name="wpsg[gutschein]" value="" />
14
		<input id="wpsg_gutschein_input" class="wpsg_gutschein_input <?php echo ((in_array("gutschein", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" name="wpsg[gutschein]" value="" />
15
				 
-
 
16
	</td>
-
 
17
</tr>
-
 
18
15
	</div>
-
 
16
	<div class="codegsr">
-
 
17
		<input class="wpsg_gutschein_add wpsg_button" type="submit" name="wpsg_gutschein_add" value="<?php echo '&nbsp;'.__('Einlösen', 'wpsg').'&nbsp;'; ?>" />
-
 
18
	</div>
-
 
19
</div>
-
 
20
19
21