mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Changed ELCode select box names not to collide with "size" attribute
SVN revision: 2244
This commit is contained in:
parent
fab77a1b1e
commit
2eabb4902d
@ -10746,7 +10746,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
rsprintf(" onclick=\"switch_smileys()\"");
|
rsprintf(" onclick=\"switch_smileys()\"");
|
||||||
rsprintf(" onmouseover=\"this.style.cursor='pointer';\" />\n");
|
rsprintf(" onmouseover=\"this.style.cursor='pointer';\" />\n");
|
||||||
|
|
||||||
rsprintf(" <select name=\"font\" ");
|
rsprintf(" <select name=\"_font_name\" ");
|
||||||
rsprintf("onchange=\"elcode(document.form1.Text,'FONT',this.options[this.selectedIndex].value);");
|
rsprintf("onchange=\"elcode(document.form1.Text,'FONT',this.options[this.selectedIndex].value);");
|
||||||
rsprintf("this.selectedIndex=0;\">\n");
|
rsprintf("this.selectedIndex=0;\">\n");
|
||||||
rsprintf("<option value=\"0\">%s</option>\n", loc("FONT"));
|
rsprintf("<option value=\"0\">%s</option>\n", loc("FONT"));
|
||||||
@ -10760,7 +10760,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
|
|
||||||
rsprintf("</select>\n");
|
rsprintf("</select>\n");
|
||||||
|
|
||||||
rsprintf(" <select name=\"size\" ");
|
rsprintf(" <select name=\"_font_size\" ");
|
||||||
rsprintf("onchange=\"elcode(document.form1.Text,'SIZE',this.options[this.selectedIndex].value);");
|
rsprintf("onchange=\"elcode(document.form1.Text,'SIZE',this.options[this.selectedIndex].value);");
|
||||||
rsprintf("this.selectedIndex=0;\">\n");
|
rsprintf("this.selectedIndex=0;\">\n");
|
||||||
rsprintf("<option value=\"0\">%s</option>\n", loc("SIZE"));
|
rsprintf("<option value=\"0\">%s</option>\n", loc("SIZE"));
|
||||||
@ -10772,7 +10772,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
rsprintf("<option value=\"6\">6</option>\n");
|
rsprintf("<option value=\"6\">6</option>\n");
|
||||||
rsprintf("</select>\n");
|
rsprintf("</select>\n");
|
||||||
|
|
||||||
rsprintf(" <select name=\"color\" ");
|
rsprintf(" <select name=\"_font_color\" ");
|
||||||
rsprintf("onchange=\"elcode(document.form1.Text,'COLOR',this.options[this.selectedIndex].value);");
|
rsprintf("onchange=\"elcode(document.form1.Text,'COLOR',this.options[this.selectedIndex].value);");
|
||||||
rsprintf("this.selectedIndex=0;\">\n");
|
rsprintf("this.selectedIndex=0;\">\n");
|
||||||
rsprintf("<option value=\"0\">%s</option>\n", loc("COLOR"));
|
rsprintf("<option value=\"0\">%s</option>\n", loc("COLOR"));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user