Line 67... |
Line 67... |
67 |
<?php } ?>
|
67 |
<?php } ?>
|
68 |
<?php echo wpsg_drawForm_Text(__('Lizenz'), $strLizenz); ?>
|
68 |
<?php echo wpsg_drawForm_Text(__('Lizenz'), $strLizenz); ?>
|
69 |
|
69 |
|
70 |
<?php } ?>
|
70 |
<?php } ?>
|
71 |
|
71 |
|
72 |
<?php if (!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))) { ?>
|
72 |
<?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))) { ?>
|
73 |
<?php if ($this->arAllModule[$_REQUEST['modul']]->inline === true) { ?>
|
73 |
<?php if ($this->arAllModule[$_REQUEST['modul']]->inline === true) { ?>
|
74 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
|
74 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit"></p>
|
75 |
<?php } ?>
|
75 |
<?php } ?>
|
76 |
|
76 |
|
77 |
<input type="hidden" name="subaction" value="module" />
|
77 |
<input type="hidden" name="subaction" value="module" />
|