Subversion Repositories wpShopGermany4

Rev

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

Rev 6503 Rev 6508
Line 50... Line 50...
50
		<?php } ?>
50
		<?php } ?>
51
		</h3> -->
51
		</h3> -->
52
		
52
		
53
		<p><?php echo $this->arAllModule[$_REQUEST['modul']]->desc; ?></p><br />
53
		<p><?php echo $this->arAllModule[$_REQUEST['modul']]->desc; ?></p><br />
54
		
54
		
55
		<?php if (@$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['demo_active'] === true || @$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['active'] === true || $wpsg_update_data['modulinfo'][$_REQUEST['modul']]['free'] === true) { ?>
55
		<?php if (!isset($wpsg_update_data['modulinfo'][$_REQUEST['modul']]) || @$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['demo_active'] === true || @$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['active'] === true || $wpsg_update_data['modulinfo'][$_REQUEST['modul']]['free'] === true) { ?>
56
		
56
		
57
			<?php $modul_install = $this->get_option($_REQUEST['modul'], $this->view['global']); ?>		
57
			<?php $modul_install = $this->get_option($_REQUEST['modul'], $this->view['global']); ?>		
58
			<?php echo wpsg_drawForm_Select('aktiv', __('Modul aktiviert', 'wpsg'), array('0' => __('Nein', 'wpsg'), '1' => __('Ja', 'wpsg')), ((wpsg_isSizedInt($modul_install))?'1':'0')); ?>
58
			<?php echo wpsg_drawForm_Select('aktiv', __('Modul aktiviert', 'wpsg'), array('0' => __('Nein', 'wpsg'), '1' => __('Ja', 'wpsg')), ((wpsg_isSizedInt($modul_install))?'1':'0')); ?>
59
		
59
		
60
		<?php } ?>
60
		<?php } ?>