public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Leo-Andres Hofmann <hofmann@leo-andres.de>
To: development@lists.ipfire.org
Subject: [PATCH 4/4] ovpnmain.cgi: Add confirm dialog to delete form
Date: Sat, 01 Apr 2023 16:43:43 +0200	[thread overview]
Message-ID: <20230401144343.1483-4-hofmann@leo-andres.de> (raw)
In-Reply-To: <20230401144343.1483-1-hofmann@leo-andres.de>

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

This adds a confirmation dialog to the delete buttons, thus preventing
users from accidentally removing certificates that are still in use.

Fixes: #13058

Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
---
 html/cgi-bin/ovpnmain.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi
index 87bda4f1e..b0f00fa57 100644
--- a/html/cgi-bin/ovpnmain.cgi
+++ b/html/cgi-bin/ovpnmain.cgi
@@ -5539,7 +5539,7 @@ END
 	    <input type='image' name='$Lang::tr{'edit'}' src='/images/edit.gif' alt='$Lang::tr{'edit'}' title='$Lang::tr{'edit'}' width='20' height='20' border='0'/>
 	    <input type='hidden' name='KEY' value='$key' />
 	</td></form>
-	<form method='post' name='frm${key}f'><td align='center' $col>
+	<form method='post' name='frm${key}f' data-confirm-message='$Lang::tr{'remove'} $Lang::tr{$confighash{$key}[3]} ($Lang::tr{$confighash{$key}[4]}): "$confighash{$key}[1]"'><td align='center' $col>
 	    <input type='hidden' name='ACTION' value='$Lang::tr{'remove'}' />
 	    <input type='image'  name='$Lang::tr{'remove'}' src='/images/delete.gif' alt='$Lang::tr{'remove'}' title='$Lang::tr{'remove'}' width='20' height='20' border='0' />
 	    <input type='hidden' name='KEY' value='$key' />
-- 
2.37.1.windows.1


  parent reply	other threads:[~2023-04-01 14:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-01 14:43 [PATCH 1/4] WUI: Start implementing a simple JavaScript framework Leo-Andres Hofmann
2023-04-01 14:43 ` [PATCH 2/4] WUI: Refactor rrdimage JavaScript Leo-Andres Hofmann
2023-04-01 14:43 ` [PATCH 3/4] WUI: Implement form confirmation dialog Leo-Andres Hofmann
2023-04-01 14:43 ` Leo-Andres Hofmann [this message]
2023-04-11 12:58 ` [PATCH 1/4] WUI: Start implementing a simple JavaScript framework Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230401144343.1483-4-hofmann@leo-andres.de \
    --to=hofmann@leo-andres.de \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox