Rerun
[fa-stable.git] / includes / ui / ui_lists.inc
index 7465381cae6e3307f4137955325c26fdd5b70672..a0f82fcf06674ecd18dd758443c0beeb19e85b3e 100644 (file)
@@ -1791,7 +1791,7 @@ function systypes_list_cells($label, $name, $value=null, $submit_on_change=false
 function systypes_list_row($label, $name, $value=null, $submit_on_change=false)
 {
        echo "<tr><td class='label'>$label</td>";
-       systypes_list_cells(null, $name, $value, false, $submit_on_change);
+       systypes_list_cells(null, $name, $value, $submit_on_change);
        echo "</tr>\n";
 }
 
@@ -1987,7 +1987,8 @@ function quick_entries_list($name, $selected_id=null, $type=null, $submit_on_cha
 function quick_entries_list_cells($label, $name, $selected_id=null, $type, $submit_on_change=false)
 {
        if ($label != null)
-               echo "<td>$label</td><td>\n";
+               echo "<td>$label</td>\n";
+       echo "<td>";    
        echo quick_entries_list($name, $selected_id, $type, $submit_on_change);
        echo "</td>";
 }