Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
deichman
Commits
8d1ac42f
Commit
8d1ac42f
authored
Jan 25, 2019
by
Benjamin Rokseth
Browse files
koha: some missing template texts and translations
parent
bd1d40d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
koha/Deichman/Auth.pm
View file @
8d1ac42f
...
...
@@ -252,6 +252,7 @@ sub setCustomTemplateParams {
IntranetUserCSS
=>
"
.deichman-hidden { display: none !important; }
#aai_history_consent { display: none !important; }
",
canreservefromotherbranches
=>
1
,
# from Auth
# LoginBranchcode => C4::Context->userenv->{"branch"},
# LoginFirstname => C4::Context->userenv->{"firstname"},
...
...
@@ -275,7 +276,6 @@ sub setCustomTemplateParams {
# LibraryName => C4::Context->preference("LibraryName"),
# LoginBranchname => ( C4::Context->userenv ? C4::Context->userenv->{"branchname"} : undef ),
# advancedMARCEditor => C4::Context->preference("advancedMARCEditor"),
# canreservefromotherbranches => C4::Context->preference('canreservefromotherbranches'),
# intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
# IntranetFavicon => C4::Context->preference("IntranetFavicon"),
# intranetreadinghistory => C4::Context->preference("intranetreadinghistory"),
...
...
koha/koha-tmpl/intranet-tmpl/prog/nb-NO/includes/header.inc
View file @
8d1ac42f
...
...
@@ -5,7 +5,7 @@
[
%
IF
(
CAN_user_circulate_circulate_remaining_permissions
)
%
]
<
li
><
a
href
=
"/cgi-bin/koha/circ/circulation-home.pl"
>
Utlån
</
a
></
li
>
[
%
END
%
]
[
%
IF
(
CAN_user_borrowers
)
%
]
<
li
><
a
href
=
"/cgi-bin/koha/members/members-home.pl"
>
Lånere
</
a
></
li
>
[
%
END
%
]
<
li
class
=
"dropdown"
>
<
a
href
=
"/cgi-bin/koha/catalogue/search.pl"
class
=
"dropdown-toggle"
data
-
toggle
=
"dropdown"
>
S
earch
<
b
class
=
"caret"
></
b
></
a
>
<
a
href
=
"/cgi-bin/koha/catalogue/search.pl"
class
=
"dropdown-toggle"
data
-
toggle
=
"dropdown"
>
S
øk
<
b
class
=
"caret"
></
b
></
a
>
<
ul
class
=
"dropdown-menu dropdown-menu-right"
>
[
%
IF
(
CAN_user_catalogue
)
%
]
<
li
><
a
href
=
"/cgi-bin/koha/catalogue/search.pl"
>
Avansert
søk
</
a
></
li
>
<
li
><
a
href
=
"/cgi-bin/koha/catalogue/itemsearch.pl"
>
Eksemplarsøk
</
a
></
li
>
[
%
END
%
]
...
...
koha/koha-tmpl/intranet-tmpl/prog/nb-NO/modules/catalogue/detail.tt
View file @
8d1ac42f
...
...
@@ -406,7 +406,7 @@
[% END %]
[% IF ( item.itemnotforloan || item.notforloan_per_itemtype ) %]
Not for loa
n
Ikke til utlå
n
[% IF ( item.notforloanvalue ) %]
([% item.notforloanvalue %])
[% END %]
...
...
@@ -414,12 +414,12 @@
[% IF ( item.reservedate ) %]
[% IF ( item.waitingdate ) %]
Waiting at
[% Branches.GetName( item.ExpectedAtLibrary ) %] si
nce
[% item.waitingdate | $KohaDates %].
Venter på
[% Branches.GetName( item.ExpectedAtLibrary ) %] si
den
[% item.waitingdate | $KohaDates %].
[% ELSE %]
Item-level hold (placed
[% item.reservedate | $KohaDates %])
for delivery at
[% Branches.GetName( item.ExpectedAtLibrary ) %].
Eksemplar (bestilt
[% item.reservedate | $KohaDates %])
til avhenting på
[% Branches.GetName( item.ExpectedAtLibrary ) %].
[% END %]
[% IF ( canreservefromotherbranches ) %]
Hold for
: <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.ReservedForBorrowernumber %]">
Bestilt av
: <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.ReservedForBorrowernumber %]">
[% IF ( item.hidepatronname ) %]
[% item.Reservedcardnumber %]
[% ELSE %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment