@@ -, +, @@ 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 @@ -546,6 +546,10 @@ function AdjustRemark() {
+ [% IF loggedinuser == 0 %] +
Lists cannot be created or edited with the database administrator account.
+ [% END %] +
[% IF op == 'add_form' %] @@ -601,10 +605,14 @@ function AdjustRemark() {
- + [% IF loggedinuser == 0 %] + + [% ELSE %] + + [% END %] [% IF referer == 'view' %] Cancel - [% ELSE %] + [% ELSE %] [% IF category == PUBLIC %] Cancel [% ELSE %] --