Subversion Repositories wpShopGermany4

Rev

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

Rev 6484 Rev 6488
Line 129... Line 129...
129
		 	
129
		 	
130
		<hr />
130
		<hr />
131
			
131
			
132
		<?php } ?>
132
		<?php } ?>
133
		
133
		
134
		<?php if (!isset($this->arAllModule[$_REQUEST['modul']]->version) || ((wpsg_isTrue($this->arAllModule[$_REQUEST['modul']]->free) || (is_array($this->arLizenz) && in_array($_REQUEST['modul'], (array)$this->arLizenz['mods'])) || $this->arAllModule[$_REQUEST['modul']]->getDemoDays() > 0))) { ?>
134
		<?php if (!isset($this->arAllModule[$_REQUEST['modul']]->version) || ((wpsg_isTrue($this->arAllModule[$_REQUEST['modul']]->free) || (is_array($this->arLizenz) && in_array($_REQUEST['modul'], (array)$this->arLizenz['mods']))))) { ?>
135
			<?php if ($this->arAllModule[$_REQUEST['modul']]->inline === true) { ?>
135
			<?php if ($this->arAllModule[$_REQUEST['modul']]->inline === true) { ?>
136
			<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
136
			<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
137
			<?php } ?> 
137
			<?php } ?> 
138
			
138
			
139
			<input type="hidden" name="subaction" value="module" />
139
			<input type="hidden" name="subaction" value="module" />
Line 155... Line 155...
155
						
155
						
156
	<?php if ($this->arAllModule[$_REQUEST['modul']]->inline !== true) { ?>
156
	<?php if ($this->arAllModule[$_REQUEST['modul']]->inline !== true) { ?>
157
	</form>
157
	</form>
158
	<?php } ?>
158
	<?php } ?>
159
	
159
	
160
	<?php if (array_key_exists($_REQUEST['modul'], $this->arModule) && (!isset($this->arAllModule[$_REQUEST['modul']]->version) || (($this->arAllModule[$_REQUEST['modul']]->free === true || (is_array($this->arLizenz) && in_array($_REQUEST['modul'], (array)$this->arLizenz['mods'])) || $this->arAllModule[$_REQUEST['modul']]->getDemoDays() > 0)))) { ?>
160
	<?php if (array_key_exists($_REQUEST['modul'], $this->arModule) && (!isset($this->arAllModule[$_REQUEST['modul']]->version) || (($this->arAllModule[$_REQUEST['modul']]->free === true || (is_array($this->arLizenz) && in_array($_REQUEST['modul'], (array)$this->arLizenz['mods'])))))) { ?>
161
	<?php echo $this->arModule[$_REQUEST['modul']]->settings_edit_afterform(); ?>
161
	<?php echo $this->arModule[$_REQUEST['modul']]->settings_edit_afterform(); ?>
162
	<?php } ?>	
162
	<?php } ?>	
163
	
163
	
164
	<?php echo wpsg_drawForm_AdminboxEnd(); ?>
164
	<?php echo wpsg_drawForm_AdminboxEnd(); ?>
165
</div>
165
</div>
Line 194... Line 194...
194
				</form>
194
				</form>
195
				
195
				
196
				<hr />
196
				<hr />
197
				
197
				
198
				<?php $wpsg_update_data = wpsg_get_update_data(); ?>
198
				<?php $wpsg_update_data = wpsg_get_update_data(); ?>
199
				<?php if (wpsg_isSizedArray($wpsg_update_data)) { ?>
199
				<?php if (wpsg_isSizedArray($wpsg_update_data['modulinfo'])) { ?>
200
				
200
				
201
					<table class="table modultable">
201
					<table class="table modultable">
202
  						<thead>
202
  						<thead>
203
							<tr>
203
							<tr>
204
								<th><?php echo __('Modulname', 'wpsg'); ?></th>
204
								<th><?php echo __('Modulname', 'wpsg'); ?></th>
Line 234... Line 234...
234
										<?php echo __('kostenlos', 'wpsg'); ?>
234
										<?php echo __('kostenlos', 'wpsg'); ?>
235
									<?php } else if ($modul_info['active'] === true) { ?>
235
									<?php } else if ($modul_info['active'] === true) { ?>
236
										<?php echo __('enthalten', 'wpsg'); ?>
236
										<?php echo __('enthalten', 'wpsg'); ?>
237
									<?php } else { ?>
237
									<?php } else { ?>
238
										
238
										
239
										<?php if (wpsg_isSizedString($modul_info['url_shop'])) { ?>
239
										<?php if (wpsg_isSizedString($modul_info['shop_url'])) { ?>
240
										<a href="<?php echo $modul_info['url_shop']; ?>" target="_blank"><?php echo __('Modulcode erwerben', 'wpsg'); ?></a>
240
										<a href="<?php echo $modul_info['shop_url']; ?>" target="_blank"><?php echo __('Modulcode erwerben', 'wpsg'); ?></a>
241
										<?php } else { ?>
241
										<?php } else { ?>
242
										<a href="https://shop.maennchen1.de" target="_blank"><?php echo __('Modulcode erwerben', 'wpsg'); ?></a>
242
										<a href="https://shop.maennchen1.de" target="_blank"><?php echo __('Modulcode erwerben', 'wpsg'); ?></a>
243
										<?php } ?>
243
										<?php } ?>
244
										
244
										
245
									<?php } ?>
245
									<?php } ?>