File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ <h1>'NeatLauncher' Translations
4949< input type ="checkbox " id ="ldefault " checked ="checked " /> < label for ="ldefault "> default</ label >
5050< input type ="checkbox " id ="lde " checked ="checked " /> < label for ="lde "> de</ label >
5151< input type ="checkbox " id ="lpl " checked ="checked " /> < label for ="lpl "> pl</ label >
52- < form action ="mailto:neatlauncher-xlat@theiling.de?subject=NeatLauncher Translations "
53- method ="POST " enctype ="application/x-www-form-urlencoded ">
52+ < form action ="xlat.cgix " method ="POST " enctype ="application/x-www-form-urlencoded ">
5453< input type ="hidden " name ="githash " value ="XXGITHASH " />
5554< table >
5655< tr > < td > .</ td > < td > .</ td >
Original file line number Diff line number Diff line change 2525
2626 * auto-save option
2727
28- * polish translation
29-
3028## Possibly for later releases
3129
32- * french translation (current version lacks proof-reading)
33-
34- * give feedback why weather is not displayed; black box is bad
30+ * french translation (current draft lacks proof-reading)
3531
3632 * list upcoming events from calendar
3733
Original file line number Diff line number Diff line change @@ -1114,8 +1114,7 @@ ($)
11141114 my $ql = quote_html($l );
11151115 $t .= qq(<input type="checkbox" id="l$ql " checked="checked" /><label for="l$ql ">$ql </label>\& nbsp;\n );
11161116 }
1117- $t .= qq(<form action="mailto:$xlat_email ?subject=$title Translations"
1118- method="POST" enctype="application/x-www-form-urlencoded">\n );
1117+ $t .= qq(<form action="xlat.cgix" method="POST" enctype="application/x-www-form-urlencoded">\n );
11191118
11201119 $t .= qq(<input type="hidden" name="githash" value="XXGITHASH" />\n );
11211120 $t .= qq(<table>\n );
You can’t perform that action at this time.
0 commit comments