Index: /controller/wpsg_AdminController.class.php
===================================================================
--- /controller/wpsg_AdminController.class.php	(revision 6727)
+++ /controller/wpsg_AdminController.class.php	(revision 6728)
@@ -2665,4 +2665,5 @@
 
 				// Seiten speichern
+				$this->createPage(__('Anfrageliste', 'wpsg'), 'wpsg_page_request', $_REQUEST['wpsg_page_request']);
 				$this->createPage(__('Warenkorb', 'wpsg'), 'wpsg_page_basket', $_REQUEST['wpsg_page_basket']);
 				$this->createPage(__('Versandkosten', 'wpsg'), 'wpsg_page_versand', $_REQUEST['wpsg_page_versand']);
Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 6727)
+++ /controller/wpsg_ShopController.class.php	(revision 6728)
@@ -1136,4 +1136,16 @@
                 $arData = Array();
 
+                // Anfrageliste
+                if ($this->hasMod('wpsg_mod_request')) {
+                	$page_id = $this->get_option('wpsg_page_request');
+                	
+                	if (!wpsg_isSizedInt($page_id) || !get_post_status($page_id)) $arData[] = array(
+                			'general_page_request',
+                			self::CHECK_ERROR,
+                			wpsg_translate(__('Die Anfrageliste ist nicht korrekt definiert. Der Shop wird nicht korrekt funktionieren. Sie kÃ¶nnen dies in der <a href="#1#">Seitenkonfiguration</a> Ã€ndern.', 'wpsg'), $page_admin_url)
+                	);
+                	
+                }
+                
                 // Warenkorbseite
                 $page_id = $this->get_option('wpsg_page_basket');
@@ -1309,4 +1321,8 @@
                     );
 
+                }
+                else 
+                {
+                	$this->clearMessages();
                 }
 
Index: /views/produkt/addedit_general.phtml
===================================================================
--- /views/produkt/addedit_general.phtml	(revision 6727)
+++ /views/produkt/addedit_general.phtml	(revision 6728)
@@ -37,4 +37,5 @@
 			<?php echo wpsg_drawForm_Text(__('Produkttemplate', 'wpsg'), __('Keine Templatesdateien gefunden!', 'wpsg'), array('class_content_wrap' => 'wpsg_error')); ?>
 		<?php } else { ?>
+			<?php /* $this->view['templates'][-1] = __('Bitte auswÃ€hlen', 'wpsg'); ksort($this->view['templates']); */ ?>
 			<?php echo wpsg_drawForm_Select('ptemplate_file', __('Produkttemplate', 'wpsg'), $this->view['templates'], wpsg_getStr($this->view['data']['ptemplate_file']), array('noKeys' => true)); ?>
 		<?php } ?>				
