Merged all main trunk bugfixes up to release 2.0.5
[fa-stable.git] / includes / ui / ui_input.inc
index 59064f82de031820d3c698b0995031687840cfad..951bbccd018b25b025e3704547cd347b25987d73 100644 (file)
@@ -494,7 +494,7 @@ function amount_cells_ex($label, $name, $size, $max=null, $init=null, $params=nu
        if (!isset($max))
                $max = $size;
 
-       echo "<td>";
+       echo "<td align='right'>";
 
        echo "<input class='amount' type=\"text\" name=\"$name\" size=\"$size\" maxlength=\"$max\" dec=\"$dec\" value=\"" . $_POST[$name]. "\">";