mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Show 'top text' in edit form
SVN revision: 1496
This commit is contained in:
parent
d45f8ba1e1
commit
75a3ba9508
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.758 2005/10/05 11:29:16 ritt
|
||||||
|
Show 'top text' in edit form
|
||||||
|
|
||||||
Revision 1.757 2005/10/05 11:05:55 ritt
|
Revision 1.757 2005/10/05 11:05:55 ritt
|
||||||
Fixed problem with 'POST' in search text
|
Fixed problem with 'POST' in search text
|
||||||
|
|
||||||
@ -9698,6 +9701,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
else
|
else
|
||||||
rsprintf("<body%s>\n", script);
|
rsprintf("<body%s>\n", script);
|
||||||
|
|
||||||
|
show_top_text(lbs);
|
||||||
rsprintf("<form name=form1 method=\"POST\" action=\"./\" ");
|
rsprintf("<form name=form1 method=\"POST\" action=\"./\" ");
|
||||||
rsprintf("enctype=\"multipart/form-data\">\n");
|
rsprintf("enctype=\"multipart/form-data\">\n");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user