]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Layout changes routing.cgi
authorAlexander Marx <amarx@ipfire.org>
Thu, 9 Jan 2014 13:53:45 +0000 (14:53 +0100)
committerAlexander Marx <amarx@ipfire.org>
Thu, 9 Jan 2014 13:53:45 +0000 (14:53 +0100)
html/cgi-bin/routing.cgi

index 2a5176026a327e42faa8ffcdd55a1e40c89ababa..5798fb89689172ccf8a8903ac1295da809616b4f 100644 (file)
@@ -244,10 +244,10 @@ print <<END
     <td><input type='text' name='REMARK' value='$settings{'REMARK'}' size='25'/></td>
 </tr>
 </table>
-<hr />
+<br>
 <table width='100%'>
 <tr>
-    <td width='50%' align='center'><input type='hidden' name='ACTION' value='$Lang::tr{'add'}' /><input type='submit' name='SUBMIT' value='$buttontext' /></td>
+    <td width='50%' align='right'><input type='hidden' name='ACTION' value='$Lang::tr{'add'}' /><input type='submit' name='SUBMIT' value='$buttontext' /></td>
 </tr>
 </table>
 </form>