|
Lines 28-34
Link Here
|
| 28 |
[% IF ( settings_updated ) %] |
28 |
[% IF ( settings_updated ) %] |
| 29 |
<div class="alert alert-success"><h4>Settings updated</h4></div> |
29 |
<div class="alert alert-success"><h4>Settings updated</h4></div> |
| 30 |
[% END %] |
30 |
[% END %] |
| 31 |
<form action="/cgi-bin/koha/opac-messaging.pl" method="get" name="opacmessaging"> |
31 |
<form action="/cgi-bin/koha/opac-messaging.pl" method="post" name="opacmessaging"> |
| 32 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
32 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
| 33 |
<input type="hidden" name="modify" value="yes" /> |
33 |
<input type="hidden" name="modify" value="yes" /> |
| 34 |
|
34 |
|
| 35 |
- |
|
|