@@ -, +, @@ forcing URL --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -254,6 +254,10 @@
+ [% IF loggedinuser == 0 %] +
Lists cannot be created or edited with the database administrator account.
+ [% END %] +
[% IF op == 'add_form' %] @@ -309,10 +313,14 @@
- + [% IF loggedinuser == 0 %] + + [% ELSE %] + + [% END %] [% IF referer == 'view' %] Cancel - [% ELSE %] + [% ELSE %] [% IF category == PUBLIC %] Cancel [% ELSE %] --