Index: /controller/wpsg_AdminController.class.php
===================================================================
--- /controller/wpsg_AdminController.class.php	(revision 6612)
+++ /controller/wpsg_AdminController.class.php	(revision 6613)
@@ -924,4 +924,15 @@
 
 				}
+				
+				// TODO
+				if ($_REQUEST['wpsg_deinstall_sites'] == '1')
+				{
+				
+					// Seiten lÃ¶schen
+					
+				
+					$this->shop->addBackendMessage(__('Seiten erfolgreich gelÃ¶scht.', 'wpsg'));
+				
+				}
 
 				if ($_REQUEST['wpsg_deinstall_incompleteorder'] == '1')
Index: /views/admin/deinstall.phtml
===================================================================
--- /views/admin/deinstall.phtml	(revision 6612)
+++ /views/admin/deinstall.phtml	(revision 6613)
@@ -31,12 +31,16 @@
 
 		<br />
-
+		
 		<?php echo wpsg_drawForm_Checkbox('wpsg_deinstall_core', __('Plugin, Programmdateien, Moduldateien und Datenbanktabellen', 'wpsg'), false, array('fullWidth' => true)); ?>
 
+		<br />
+		
+		<?php echo wpsg_drawForm_Checkbox ('wpsg_deinstall_sites', __('Shopseiten (Warenkorbseite, Produktdetailseite, Versandkosten, AGB, Datenschutz, Widerrufsbelehrung, Impressum, ... )', 'wpsg'), false, array('fullWidth' => true)); ?>
+		
 		<p class="submit"><input onclick="return wpsg_check_deinstall();" type="submit" value="<?php echo __('Deinstallation durchfÃŒhren', 'wpsg'); ?>" class="button-primary" id="submit" name="submit" /></p>
 
 		<div class="wpsg_hinweis">
 			<?php echo __('Hinweis: Es werden hier auch bereits gelÃ¶schte DatensÃ€tze angezeigt/gezÃ€hlt, da diese noch im System hinterlegt bleiben.', 'wpsg'); ?><br /><br />
-			<strong><?php echo __('Das Deinstallieren ist aber nicht umkehrbar!', 'wpsg'); ?></strong>
+			<strong><?php echo __('Das Deinstallieren und LÃ¶schen der DatensÃ€tze ist nicht umkehrbar!', 'wpsg'); ?></strong>
 		</div>
 
Index: /views/admin/seiten.phtml
===================================================================
--- /views/admin/seiten.phtml	(revision 6612)
+++ /views/admin/seiten.phtml	(revision 6613)
@@ -27,5 +27,5 @@
 			
 			<?php echo wpsg_drawForm_Select('wpsg_page_basket', __('Warenkorbseite', 'wpsg'), $this->view['pages'], $this->get_option('wpsg_page_basket'), array('help' => 'wpsg_page_basket')); ?>
-            <?php echo wpsg_drawForm_Select('wpsg_page_product', __('Produktdetail', 'wpsg'), $this->view['pages'], $this->get_option('wpsg_page_product'), array('help' => 'wpsg_page_product')); ?>
+            <?php echo wpsg_drawForm_Select('wpsg_page_product', __('Produktdetailseite', 'wpsg'), $this->view['pages'], $this->get_option('wpsg_page_product'), array('help' => 'wpsg_page_product')); ?>
 			<?php echo wpsg_drawForm_Select('wpsg_page_versand', __('Versandkosten', 'wpsg'), $this->view['pages'], $this->get_option('wpsg_page_versand'), array('help' => 'wpsg_page_versand')); ?>
 			<?php echo wpsg_drawForm_Select('wpsg_page_agb', __('AGB', 'wpsg'), $this->view['pages'], $this->get_option('wpsg_page_agb'), array('help' => 'wpsg_page_agb')); ?>
