mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed bug with top text
SVN revision: 806
This commit is contained in:
parent
aef0f8a3e7
commit
bbfb4052c4
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.275 2004/03/01 15:56:47 midas
|
||||||
|
Fixed bug with top text
|
||||||
|
|
||||||
Revision 1.274 2004/03/01 07:32:29 midas
|
Revision 1.274 2004/03/01 07:32:29 midas
|
||||||
Added label for 'search across all logbooks'
|
Added label for 'search across all logbooks'
|
||||||
|
|
||||||
@ -5466,7 +5469,7 @@ void show_top_text(LOGBOOK * lbs)
|
|||||||
|
|
||||||
rsputs(buf);
|
rsputs(buf);
|
||||||
} else
|
} else
|
||||||
rsputs(file_name);
|
rsputs(str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5502,7 +5505,7 @@ void show_bottom_text(LOGBOOK * lbs)
|
|||||||
|
|
||||||
rsputs(buf);
|
rsputs(buf);
|
||||||
} else
|
} else
|
||||||
rsputs(file_name);
|
rsputs(str);
|
||||||
} else
|
} else
|
||||||
/* add little logo */
|
/* add little logo */
|
||||||
rsprintf
|
rsprintf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user