Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1802)
+++ branches/2.8.x/CHANGELOG	(revision 1803)
@@ -13,6 +13,8 @@
 
 
 
+01 Nov-2012 Build 1803 Dietmar Woellbrink (Luisehahne)
+! update submission form with designer friendly css classes  
 31 Oct-2012 Build 1802 Dietmar Woellbrink (Luisehahne)
 ! change installation info "Please rename to config.php"
 31 Oct-2012 Build 1801 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1802)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1803)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1802');
+if(!defined('REVISION')) define('REVISION', '1803');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/modules/form/htt/submessage.htt
===================================================================
--- branches/2.8.x/wb/modules/form/htt/submessage.htt	(revision 1802)
+++ branches/2.8.x/wb/modules/form/htt/submessage.htt	(revision 1803)
@@ -7,31 +7,35 @@
 </div>
 
 <table class="frm-submission print-email">
-<tr>
-	<td colspan="2">{SUCCESS_EMAIL_TEXT}</td>
-</tr>
-<tr>
-	<td colspan="2"><p class="frm-warning {NIX_HIER}">{SUCCESS_PRINT}</p></td>
-</tr>
+    <thead>
+        <tr class="frm-thankyou">
+        	<td colspan="2">{SUCCESS_EMAIL_TEXT}</td>
+        </tr>
+    </thead>
+    <tbody class="frm-tbody">
+        <tr class="frm-warning">
+        	<td colspan="2"><p class="{NIX_HIER}">{SUCCESS_PRINT}</p></td>
+        </tr>
 
-<tr>
-	<td>{TEXT_SUBMISSION_ID}:</td>
-	<td>{submission_submission_id}</td>
-</tr>
-<tr>
-	<td>{TEXT_SUBMITTED}:</td>
-	<td>{submission_submitted_when}</td>
-</tr>
-<tr>
-	<td>{TEXT_USER}:</td>
-	<td>{user_display_name} ({user_username})</td>
-</tr>
-<tr>
-	<td colspan="2"><hr /></td>
-</tr>
-<tr>
-	<td colspan="2">{submission_body}</td>
-</tr>
+        <tr class="frm-submission_submission_id">
+        	<td>{TEXT_SUBMISSION_ID}:</td>
+        	<td>{submission_submission_id}</td>
+        </tr>
+        <tr class="frm-submission_submitted_when">
+        	<td>{TEXT_SUBMITTED}:</td>
+        	<td>{submission_submitted_when}</td>
+        </tr>
+        <tr class="frm-user_display_name">
+        	<td>{TEXT_USER}:</td>
+        	<td>{user_display_name} ({user_username})</td>
+        </tr>
+        <tr class="frm-hr">
+        	<td colspan="2"><hr /></td>
+        </tr>
+        <tr class="frm-submission_body">
+        	<td colspan="2">{submission_body}</td>
+        </tr>
+    </tbody>
 </table>
 
 <!-- END main_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/modules/form/frontend.css
===================================================================
--- branches/2.8.x/wb/modules/form/frontend.css	(revision 1802)
+++ branches/2.8.x/wb/modules/form/frontend.css	(revision 1803)
@@ -18,4 +18,6 @@
 .frm-note { background :#eeffee; border :0.2em #448844 solid; color :#004400; margin-bottom :1em; padding :0.8em; font-size :1.2em; font-weight :bold; }
 .previewPrintTop { text-align :right; font-size :0.9em; }
 .previewPrintTop img { padding-left :16px; }
-fieldset { border :none; }
\ No newline at end of file
+fieldset { border :none; }
+.frm-thankyou { font-size :1em; }
+.frm-tbody {  }
\ No newline at end of file
