Subversion Repositories wpShopGermany4

Rev

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

Rev 5650 Rev 6488
Line 56... Line 56...
56
								<input type="checkbox" <?php echo ((isset($r['capabilities']['wpsg_conf']) && $r['capabilities']['wpsg_conf'] == "1")?'checked="checked"':''); ?> name="wpsg_cap[<?php echo $role_key; ?>][wpsg_conf]" value="1" /> 
56
								<input type="checkbox" <?php echo ((isset($r['capabilities']['wpsg_conf']) && $r['capabilities']['wpsg_conf'] == "1")?'checked="checked"':''); ?> name="wpsg_cap[<?php echo $role_key; ?>][wpsg_conf]" value="1" /> 
57
							</td>
57
							</td>
58
							<?php } ?>
58
							<?php } ?>
59
							<td></td>
59
							<td></td>
60
						</tr>
60
						</tr>
61
						<?php if ($this->hasMod('wpsg_mod_core')) { ?>
61
						<?php $wpsg_update_data = wpsg_get_update_data(); if (wpsg_isSizedInt($wpsg_update_data['returnCode'])) { ?>
62
						<tr>
62
						<tr>
63
							<td class="wpsg_col_capname"><?php echo __('Lizenzverwaltung', 'wpsg'); ?></td>
63
							<td class="wpsg_col_capname"><?php echo __('Lizenzverwaltung', 'wpsg'); ?></td>
64
							<?php foreach ($arRoles as $role_key => $r) { ?>
64
							<?php foreach ($arRoles as $role_key => $r) { ?>
65
							<td class="wpsg_col_cap">
65
							<td class="wpsg_col_cap">
66
								<input type="hidden" name="wpsg_cap[<?php echo $role_key; ?>][wpsg_lizence]" value="0" />
66
								<input type="hidden" name="wpsg_cap[<?php echo $role_key; ?>][wpsg_lizence]" value="0" />