Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Rev 6330 | 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
?>
2783 daniel 8
<tr class="wpsg_gutschein_weight">
9
	<td colspan="<?php echo ($this->view['colspan'] + 1); ?>" class="wpsg_cell_gutschein">
10
 
3444 daniel 11
		<label for="wpsg_gutschein_input"><?php echo __('Gutscheincode:', 'wpsg'); ?></label>
2783 daniel 12
 
13
		<input class="wpsg_gutschein_add wpsg_button" type="submit" name="wpsg_gutschein_add" value="<?php echo __('Hinzufügen', 'wpsg'); ?>" />
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="" />
2783 daniel 15
 
16
	</td>
17
</tr>