Line 142... |
Line 142... |
142 |
|
142 |
|
143 |
<?php echo wpsg_drawForm_TextEnd(__('Lizenz')); ?>
|
143 |
<?php echo wpsg_drawForm_TextEnd(__('Lizenz')); ?>
|
144 |
|
144 |
|
145 |
<?php } ?>
|
145 |
<?php } ?>
|
146 |
|
146 |
|
147 |
<?php if (!isset($this->arAllModule[$_REQUEST['modul']]->version) || (@$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)) { ?>
|
147 |
<?php if ( !isset($this->arAllModule[$_REQUEST['modul']]->version) ||
|
- |
|
148 |
@$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['demo_active'] === true ||
|
- |
|
149 |
@$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['active'] === true ||
|
- |
|
150 |
@$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['free'] === true) { ?>
|
148 |
|
151 |
|
149 |
<hr />
|
152 |
<hr />
|
150 |
|
153 |
|
151 |
<?php if ($this->arAllModule[$_REQUEST['modul']]->inline === true) { ?>
|
154 |
<?php if ($this->arAllModule[$_REQUEST['modul']]->inline === true) { ?>
|
152 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
|
155 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
|
Line 166... |
Line 169... |
166 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
|
169 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
|
167 |
<?php } ?>
|
170 |
<?php } ?>
|
168 |
|
171 |
|
169 |
<?php } else { ?>
|
172 |
<?php } else { ?>
|
170 |
|
173 |
|
- |
|
174 |
<?php if (
|
- |
|
175 |
@$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['demo_active'] === true ||
|
- |
|
176 |
@$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['active'] === true ||
|
171 |
<?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) { ?>
|
177 |
@$wpsg_update_data['modulinfo'][$_REQUEST['modul']]['free'] === true) { ?>
|
172 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
|
178 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
|
173 |
<?php } ?>
|
179 |
<?php } ?>
|
174 |
|
180 |
|
175 |
<?php } ?>
|
181 |
<?php } ?>
|
176 |
|
182 |
|