public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] IPSec VPN: Add "required" marker for "organization name"
@ 2015-10-10 21:24 Lars Schuhmacher
  2015-10-16 10:03 ` Timo Eissler
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Schuhmacher @ 2015-10-10 21:24 UTC (permalink / raw)
  To: development

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

IPSec VPN: Add "required" marker for "organization name"

Fixes https://bugzilla.ipfire.org/show_bug.cgi?id=10846

Signed-off-by: Lars Schuhmacher <larsen007(a)web.de>
---
 html/cgi-bin/vpnmain.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi
index b697b0a..f1cffb8 100644
--- a/html/cgi-bin/vpnmain.cgi
+++ b/html/cgi-bin/vpnmain.cgi
@@ -2077,7 +2077,7 @@ END
 			<td class='base'>$Lang::tr{'users department'}:</td>
 			<td class='base' nowrap='nowrap'><input type='text' name='CERT_OU' value='$cgiparams{'CERT_OU'}' size='32' $cakeydisabled /></td></tr>
 		<tr><td>&nbsp;</td>
-			<td class='base'>$Lang::tr{'organization name'}:</td>
+			<td class='base'>$Lang::tr{'organization name'}:&nbsp;<img src='/blob.gif' alt='*' /></td>
 			<td class='base' nowrap='nowrap'><input type='text' name='CERT_ORGANIZATION' value='$cgiparams{'CERT_ORGANIZATION'}' size='32' $cakeydisabled /></td></tr>
 		<tr><td>&nbsp;</td>
 			<td class='base'>$Lang::tr{'city'}:</td>

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

end of thread, other threads:[~2015-10-16 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-10 21:24 [PATCH] IPSec VPN: Add "required" marker for "organization name" Lars Schuhmacher
2015-10-16 10:03 ` Timo Eissler
2015-10-16 13:22   ` Michael Tremer

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