Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Rev 6338 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1390 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Integration der Gutscheineingabe innerhalb des Warenkorbes
5
	 */
6
 
7
?>
6330 hartmut 8
<br />
9
<div class="basket_sum_row">
10
	<div class="codegs">
3444 daniel 11
		<label for="wpsg_gutschein_input"><?php echo __('Gutscheincode:', 'wpsg'); ?></label>
6330 hartmut 12
	</div>
13
	<div class="codegsl">
3444 daniel 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="" />
6330 hartmut 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>