Subversion Repositories wpShopGermany4

Rev

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

Rev 7264 Rev 7560
Line 1... Line 1...
1
<form id="wpsg_land_edit_form_edit" class="form-horizontal">
1
<form id="wpsg_land_edit_form_edit" class="form-horizontal">
2
 
2
 
3
	<?php if (wpsg_isSizedInt($this->view['land']['id'])) { ?>
3
	<?php if (wpsg_isSizedInt($this->view['land']['id'])) { ?>
4
	<input type="hidden" name="id" value="<?php echo $this->view['land']['id']; ?>" />
4
	<input type="hidden" name="id" value="<?php echo $this->view['land']['id']; ?>" />
5
	<?php } ?>
5
	<?php } ?>
6
	
6
	
7
	<?php echo wpsg_drawForm_Input('country[name]', __('Ländername', 'wpsg'), wpsg_getStr($this->view['land']['name']), array('help' => 'wpsg_land_name')); ?>
7
	<?php echo wpsg_drawForm_Input('country[name]', __('Ländername', 'wpsg'), wpsg_getStr($this->view['land']['name']), array('help' => 'wpsg_land_name')); ?>