* [PATCH] [v2] wlanap.cgi: Cosmetic fix - replace 'Save' image with 'Save' button
@ 2020-12-28 13:40 Matthias Fischer
2020-12-29 10:21 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2020-12-28 13:40 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 827 bytes --]
Fixed syntax for "value"..
Thanks!
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
html/cgi-bin/wlanap.cgi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi
index fd7e9a679..575b696d7 100644
--- a/html/cgi-bin/wlanap.cgi
+++ b/html/cgi-bin/wlanap.cgi
@@ -516,8 +516,7 @@ print <<END
<table width='80%' cellspacing='0'>
<tr><td align='center'>
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
- <input type='hidden' name='ACTION' value=$Lang::tr{'save'} />
- <input type='image' alt='$Lang::tr{'save'}' title='$Lang::tr{'save'}' src='/images/media-floppy.png' /></form></td>
+ <input type='submit' name='ACTION' value='$Lang::tr{'save'}' /></form></td>
</tr>
</table>
END
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] [v2] wlanap.cgi: Cosmetic fix - replace 'Save' image with 'Save' button
2020-12-28 13:40 [PATCH] [v2] wlanap.cgi: Cosmetic fix - replace 'Save' image with 'Save' button Matthias Fischer
@ 2020-12-29 10:21 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-12-29 10:21 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 984 bytes --]
Thank you. Merged.
> On 28 Dec 2020, at 14:40, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> Fixed syntax for "value"..
>
> Thanks!
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> html/cgi-bin/wlanap.cgi | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi
> index fd7e9a679..575b696d7 100644
> --- a/html/cgi-bin/wlanap.cgi
> +++ b/html/cgi-bin/wlanap.cgi
> @@ -516,8 +516,7 @@ print <<END
> <table width='80%' cellspacing='0'>
> <tr><td align='center'>
> <form method='post' action='$ENV{'SCRIPT_NAME'}'>
> - <input type='hidden' name='ACTION' value=$Lang::tr{'save'} />
> - <input type='image' alt='$Lang::tr{'save'}' title='$Lang::tr{'save'}' src='/images/media-floppy.png' /></form></td>
> + <input type='submit' name='ACTION' value='$Lang::tr{'save'}' /></form></td>
> </tr>
> </table>
> END
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-29 10:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 13:40 [PATCH] [v2] wlanap.cgi: Cosmetic fix - replace 'Save' image with 'Save' button Matthias Fischer
2020-12-29 10: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