mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added strings for FCKeditor plugin
SVN revision: 1946
This commit is contained in:
parent
83ea1fee95
commit
7cbe590f6a
@ -9518,6 +9518,10 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
||||
if (enc_selected == 2 && fckedit_exist) {
|
||||
rsprintf("<script type=\"text/javascript\" src=\"../fckeditor/fckeditor.js\"></script>\n");
|
||||
rsprintf("<script type=\"text/javascript\">\n");
|
||||
/* define strings for current language */
|
||||
rsprintf("var ELOGSubmitEntry = '%s';\n", loc("Submit entry"));
|
||||
rsprintf("var ELOGInsertImage = '%s';\n", loc("Insert image"));
|
||||
rsprintf("var ELOGInsertDateTime = '%s';\n\n", loc("Insert Date/Time"));
|
||||
rsprintf("function initFCKedit()\n");
|
||||
rsprintf("{\n");
|
||||
rsprintf(" var oFCKeditor = new FCKeditor('Text', '100%%', '500');\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user