mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed problem with using locks and changing encoding
SVN revision: 1683
This commit is contained in:
parent
8c39039ba4
commit
b0e4d74b30
@ -9765,7 +9765,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
rsprintf("<input type=radio id=\"ELCode\" name=\"encoding\" value=\"ELCode\" checked>");
|
rsprintf("<input type=radio id=\"ELCode\" name=\"encoding\" value=\"ELCode\" checked>");
|
||||||
else
|
else
|
||||||
rsprintf
|
rsprintf
|
||||||
("<input type=radio id=\"ELCode\" name=\"encoding\" value=\"ELCode\" onclick=\"document.form1.submit()\">");
|
("<input type=radio id=\"ELCode\" name=\"encoding\" value=\"ELCode\" onclick=\"cond_submit()\">");
|
||||||
rsprintf
|
rsprintf
|
||||||
("<label for=\"ELCode\"><a target=\"_blank\" href=\"?cmd=HelpELCode\">ELCode</a> </label>\n");
|
("<label for=\"ELCode\"><a target=\"_blank\" href=\"?cmd=HelpELCode\">ELCode</a> </label>\n");
|
||||||
|
|
||||||
@ -9773,14 +9773,14 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
rsprintf("<input type=radio id=\"plain\" name=\"encoding\" value=\"plain\" checked>");
|
rsprintf("<input type=radio id=\"plain\" name=\"encoding\" value=\"plain\" checked>");
|
||||||
else
|
else
|
||||||
rsprintf
|
rsprintf
|
||||||
("<input type=radio id=\"plain\" name=\"encoding\" value=\"plain\" onclick=\"document.form1.submit()\">");
|
("<input type=radio id=\"plain\" name=\"encoding\" value=\"plain\" onclick=\"cond_submit()\">");
|
||||||
rsprintf("<label for=\"plain\">plain </label>\n");
|
rsprintf("<label for=\"plain\">plain </label>\n");
|
||||||
|
|
||||||
if (enc_selected == 2)
|
if (enc_selected == 2)
|
||||||
rsprintf("<input type=radio id=\"HTML\" name=\"encoding\" value=\"HTML\" checked>");
|
rsprintf("<input type=radio id=\"HTML\" name=\"encoding\" value=\"HTML\" checked>");
|
||||||
else
|
else
|
||||||
rsprintf
|
rsprintf
|
||||||
("<input type=radio id=\"HTML\" name=\"encoding\" value=\"HTML\" onclick=\"document.form1.submit()\">");
|
("<input type=radio id=\"HTML\" name=\"encoding\" value=\"HTML\" onclick=\"cond_submit()\">");
|
||||||
rsprintf("<label for=\"HTML\">HTML </label>\n");
|
rsprintf("<label for=\"HTML\">HTML </label>\n");
|
||||||
|
|
||||||
rsprintf("<br>\n");
|
rsprintf("<br>\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user