Skip to content
Snippets Groups Projects
Commit 2a02b70a authored by Tim Repke's avatar Tim Repke
Browse files

fixed firefox form layout

parent 9b435b5f
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class FormSignupMethod extends SignupMethod {
private function show_formular_helper_sel2($name, $id, $values, $selected, $id2, $values2, $selected2, $subtext){
echo '<label style="text-align:left">'.$name.'
<span class="small">'.$subtext.'</span>
</label><table><tr><td>
</label><table style="float:left"><tr><td>
<select name="'.$id.'" id="'.$id.'" style="width:110px; text-align: center">';
foreach($values as $val){
echo '<option value="'.$val.'"';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment