Index: stem/intern/views/mod_productgroups/admin_setcapabilities.phtml
===================================================================
--- /system/intern/views/mod_productgroups/admin_setcapabilities.phtml	(revision 7207)
+++ 	(revision )
@@ -1,19 +1,0 @@
-<?php
-	
-	/**
-	 * Template fÃŒr die Integration in die Verwaltung der Berechtigungen
-	 */
-
-	global $wpdb; $arRoles = get_option($wpdb->prefix."user_roles");
-
-?>
-<tr>
-	<td class="wpsg_col_capname"><?php echo __('Produktgruppen', 'wpsg'); ?></td>
-	<?php foreach ($arRoles as $role_key => $r) { ?>
-	<td class="wpsg_col_cap">
-		<input type="hidden" name="wpsg_cap[<?php echo $role_key; ?>][wpsg_productgroup]" value="0" />
-		<input type="checkbox" <?php echo ((isset($r['capabilities']['wpsg_productgroup']) && $r['capabilities']['wpsg_productgroup'] == "1")?'checked="checked"':''); ?> name="wpsg_cap[<?php echo $role_key; ?>][wpsg_productgroup]" value="1" /> 
-	</td>
-	<?php } ?>
-	<td></td>
-</tr>	
