mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed bug with name of textarea
SVN revision: 2331
This commit is contained in:
parent
55e5a48f5c
commit
e05d38658d
@ -10996,12 +10996,12 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
|
|
||||||
if (enc_selected == 1)
|
if (enc_selected == 1)
|
||||||
/* use hard wrapping only for plain text */
|
/* use hard wrapping only for plain text */
|
||||||
rsprintf("<textarea rows=%d cols=%d wrap=hard %s name=\"Text\" onChange=\"mod();\">\n", height,
|
rsprintf("<textarea rows=%d cols=%d wrap=hard name=\"Text\" onChange=\"mod();\">\n", height,
|
||||||
width, str);
|
width);
|
||||||
else
|
else
|
||||||
rsprintf
|
rsprintf
|
||||||
("<textarea rows=%d cols=%d %s name=\"Text\" onChange=\"mod();\" style=\"width:100%%;\">\n",
|
("<textarea rows=%d cols=%d name=\"Text\" onChange=\"mod();\" style=\"width:100%%;\">\n",
|
||||||
height, width, str);
|
height, width);
|
||||||
|
|
||||||
if (isparam("nsel")) {
|
if (isparam("nsel")) {
|
||||||
rsprintf("- %s -\n", loc("keep original text"));
|
rsprintf("- %s -\n", loc("keep original text"));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user