Koha/koha-tmpl/intranet-tmpl/prog/en/includes/messages.inc
Martin Renvoize e48df518e8
Bug 35813: Migrate 'transient_result' to 'messages.inc'
This patch DRY's out the code by migrating the transient_result div into
the now widely included messages.inc include.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-05-13 14:00:06 +02:00

4 lines
105 B
HTML

<div id="messages">
[% INCLUDE 'blocking_errors.inc' %]
<div id="transient_result"></div>
</div>