put button below input fields

This commit is contained in:
steinm 2013-01-24 09:10:26 +00:00
parent db6ed9497f
commit befb78c77c

View File

@ -97,7 +97,7 @@ function checkForm()
} }
?> ?>
<tr> <tr>
<td colspan="2"><br><input type="submit" class="btn" value="<?php printMLText("add_subfolder");?>"></td> <td></td><td><input type="submit" class="btn" value="<?php printMLText("add_subfolder");?>"></td>
</tr> </tr>
</table> </table>
</form> </form>