public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] optionsfw.cgi: Cosmetic fix - centered 'Save...' buttons
@ 2020-12-27 15:16 Matthias Fischer
  2020-12-28 13:21 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2020-12-27 15:16 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

Center 'Save' and 'Save And Restart' buttons as in most of the
other pages.

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 html/cgi-bin/optionsfw.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/optionsfw.cgi b/html/cgi-bin/optionsfw.cgi
index 8771a85ba..78e7710f5 100644
--- a/html/cgi-bin/optionsfw.cgi
+++ b/html/cgi-bin/optionsfw.cgi
@@ -394,7 +394,7 @@ END
 
 <br />
 <table width='100%' cellspacing='0'>
-<tr><td align='right'><form method='post' action='$ENV{'SCRIPT_NAME'}'>
+<tr><td align='center'><form method='post' action='$ENV{'SCRIPT_NAME'}'>
 <input type='submit' name='ACTION' value='$Lang::tr{'save'}' />
 <input type='submit' name='ACTION' value='$Lang::tr{'fw settings save and restart'}' />
 </form></td></tr>
-- 
2.18.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-28 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 15:16 [PATCH] optionsfw.cgi: Cosmetic fix - centered 'Save...' buttons Matthias Fischer
2020-12-28 13:21 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox