Index: /lib/helper_functions.inc.php
===================================================================
--- /lib/helper_functions.inc.php	(revision 7301)
+++ /lib/helper_functions.inc.php	(revision 7303)
@@ -709,4 +709,11 @@
 	}
 	
+	function wpsg_drawForm_Radio($field_name, $field_label, $field_values, $field_value, $conf = array())
+	{
+	    
+	    
+	    
+	}
+	
 	function wpsg_drawForm_Select($field_name, $field_label, $field_values, $field_value, $conf = array())
 	{
Index: /views/mods/mod_coverletter/settings_edit.phtml
===================================================================
--- /views/mods/mod_coverletter/settings_edit.phtml	(revision 7301)
+++ /views/mods/mod_coverletter/settings_edit.phtml	(revision 7303)
@@ -69,6 +69,12 @@
 							</label>		
 						</div>
+                        <div class="col-md-12">
+        				    <div class="position">
+                            	<input type="text" style="width:45%; float:left; margin-right:10px;" data-toggle="tooltip" class="wpsg_mod_coverletter_logo_x" name="text[<?php echo $f; ?>][x]" placeholder="X-Position" value="" />
+                                <input type="text" style="width:45%;" data-toggle="tooltip" class="wpsg_mod_coverletter_logo_y" name="text[<?php echo $f; ?>][x]" placeholder="Y-Position" value="" />
+                            </div>
+                        </div>
 						<div class="col-md-12">
-							<label>
+							<label style="margin-top:20px; ">
 								<input type="checkbox" name="wpsg_mod_coverletter_logo_del" value="1" />&nbsp;'.__('LÃ¶schen', 'wpsg').'
 							</label>	
@@ -77,4 +83,5 @@
 					echo __($strSuffix);
 				} ?>
+
 						
 					
