Index: /model/wpsg_customer.class.php
===================================================================
--- /model/wpsg_customer.class.php	(revision 7386)
+++ /model/wpsg_customer.class.php	(revision 7387)
@@ -492,5 +492,5 @@
 				".$strLimit."
 			";	
-
+			
 			$arCustomerID = $GLOBALS['wpsg_db']->fetchAssocField($strQuery);
 			$arReturn = array();
Index: /views/mods/mod_kundenverwaltung/index.phtml
===================================================================
--- /views/mods/mod_kundenverwaltung/index.phtml	(revision 7386)
+++ /views/mods/mod_kundenverwaltung/index.phtml	(revision 7387)
@@ -129,6 +129,8 @@
                     <thead>
                         <tr>
-                            <th class="manage-column column-title wpsg_pic_col">
-                                <input type="checkbox" value="1" id="wpsg_check_all" onclick="return wpsg_customer_checkAll();" name="" />
+                            <th class="manage-column column-title wpsg_pic_col wpsg_order col_id" data-order="id">
+																
+								<input style="margin-right:30px;" type="checkbox" value="1" id="wpsg_check_all" onclick="return wpsg_customer_checkAll();" name="" />
+								
                             </th>
                             <th class="wpsg_order col_name" data-order="nr"><?php echo __("Nr/Name", 'wpsg'); ?></th>
