Index: /views/mailtemplates/status.phtml
===================================================================
--- /views/mailtemplates/status.phtml	(revision 7468)
+++ /views/mailtemplates/status.phtml	(revision 7469)
@@ -38,74 +38,47 @@
 <?php } ?>    
     
-<?php if ($this->view['state_new_id'] == '2')
-			{
-				echo __('Ihre Bestellung ist unvollstÃ€ndig. Bitte prÃŒfen Sie die Daten!', 'wpsg');
-			   
-			}
-?>
+<?php if ($this->view['state_new_id'] == '2') { ?>
+	<?php echo __('Ihre Bestellung ist unvollstÃ€ndig. Bitte prÃŒfen Sie die Daten!', 'wpsg'); ?>			   
+<?php } ?>
 
-<?php if ($this->view['state_new_id'] == '100')
-			{
-				echo __('Ihre Zahlung wurde akzeptiert. Vielen Dank!', 'wpsg');
-			   
-			}
-?>
+<?php if ($this->view['state_new_id'] == '100') { ?>
+	<?php echo __('Ihre Zahlung wurde akzeptiert. Vielen Dank!', 'wpsg'); ?>   
+<?php } ?>
+				
+<?php if ($this->view['state_new_id'] == '100') { ?>
+	<?php echo __('Ihre Zahlung wurde nicht akzeptiert. Bitte prÃŒfen Sie den Zahlungsvorgang.', 'wpsg'); ?>	   
+<?php } ?>
+				
+<?php if ($this->view['state_new_id'] == '250') { ?>
+    <?php echo __('Ihre Ware wurde versendet!', 'wpsg'); ?>
+<?php } ?>
+			    
+<?php if ($this->view['state_new_id'] == '300')	{ ?>
+	<?php echo __('Ihre Ware wurde zugestellt!', 'wpsg'); ?>   
+<?php } ?>
+				
+<?php if ($this->view['state_new_id'] == '400') { ?>
+	<?php echo __('Ihre Zahlung wurde zurÃŒckgezahlt!', 'wpsg'); ?>   
+<?php } ?>
+				
+<?php if ($this->view['state_new_id'] == '500') { ?>
+	<?php echo __('Ihre Bestellung wurde storniert!', 'wpsg'); ?>
+<?php } ?>
 
-<?php if ($this->view['state_new_id'] == '100')
-			{
-				echo __('Ihre Zahlung wurde nicht akzeptiert. Bitte prÃŒfen Sie den Zahlungsvorgang.', 'wpsg');
-			   
-			}
-?>
 
-<?php if ($this->view['state_new_id'] == '250')
-			{
-			    echo __('Ihre Ware wurde versendet!', 'wpsg');
-			   
-			}
-?>
+<?php if ($this->view['state_new_id'] == '600') { ?>
+	<?php echo __('Ihr Abo ist aktiv!', 'wpsg'); ?>
+<?php } ?>
 
-<?php if ($this->view['state_new_id'] == '300')
-			{
-				echo __('Ihre Ware wurde zugestellt!', 'wpsg');
-			   
-			}
-?>
 
-<?php if ($this->view['state_new_id'] == '400')
-			{
-				echo __('Ihre Zahlung wurde zurÃŒckgezahlt!', 'wpsg');
-			   
-			}
-?>
+<?php if ($this->view['state_new_id'] == '610')	{ ?>
+	<?php echo __('Ihre AbokÃŒndigung steht noch offen.', 'wpsg'); ?>
+<?php } ?>
 
-<?php if ($this->view['state_new_id'] == '500')
-			{
-				echo __('Ihre Bestellung wurde storniert!', 'wpsg');
-			   
-			}
-?>
 
-<?php if ($this->view['state_new_id'] == '600')
-			{
-				echo __('Ihr Abo ist aktiv!', 'wpsg');
-			   
-			}
-?>
-
-<?php if ($this->view['state_new_id'] == '610')
-			{
-				echo __('Ihre AbokÃŒndigung steht noch offen.', 'wpsg');
-			   
-			}
-?>
-
-<?php if ($this->view['state_new_id'] == '620')
-			{
-				echo __('Ihr Abo wurde erfolgreich gekÃŒndigt!', 'wpsg');
-			   
-			}
-?>
-
+<?php if ($this->view['state_new_id'] == '620') { ?>
+	<?php echo __('Ihr Abo wurde erfolgreich gekÃŒndigt!', 'wpsg'); ?>
+<?php } ?>
+				
 
 <?php echo __('Mit freundlichen GrÃŒÃen', 'wpsg'); ?>
