Line 9... |
Line 9... |
9 |
?>
|
9 |
?>
|
10 |
<tr>
|
10 |
<tr>
|
11 |
<td class="wpsg_col_capname"><?php echo __('Kundenverwaltung', 'wpsg'); ?></td>
|
11 |
<td class="wpsg_col_capname"><?php echo __('Kundenverwaltung', 'wpsg'); ?></td>
|
12 |
<?php foreach ($arRoles as $role_key => $r) { ?>
|
12 |
<?php foreach ($arRoles as $role_key => $r) { ?>
|
13 |
<td class="wpsg_col_cap">
|
13 |
<td class="wpsg_col_cap">
|
14 |
<input type="hidden" name="wpsg_cap[<?php echo $role_key; ?>][wpsg_customer]" value="0" />
|
14 |
<input type="hidden" name="wpsg_cap[<?php echo $role_key; ?>][wpsg_kundenverwaltung]" value="0" />
|
15 |
<input type="checkbox" <?php echo ((isset($r['capabilities']['wpsg_customer']) && $r['capabilities']['wpsg_customer'] == "1")?'checked="checked"':''); ?> name="wpsg_cap[<?php echo $role_key; ?>][wpsg_customer]" value="1" />
|
15 |
<input type="checkbox" <?php echo ((isset($r['capabilities']['wpsg_kundenverwaltung']) && $r['capabilities']['wpsg_kundenverwaltung'] == "1")?'checked="checked"':''); ?> name="wpsg_cap[<?php echo $role_key; ?>][wpsg_kundenverwaltung]" value="1" />
|
16 |
</td>
|
16 |
</td>
|
17 |
<?php } ?>
|
17 |
<?php } ?>
|
18 |
<td></td>
|
18 |
<td></td>
|
19 |
</tr>
|
19 |
</tr>
|
20 |
|
20 |
|