View | Details | Raw Unified | Return to bug 26703
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Add to list</title>
2
<title>Add to list &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
5
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Download shelf</title>
2
<title>Download shelf &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="lists_downloadshelf" class="lists" style="padding:1em;">
5
<body id="lists_downloadshelf" class="lists" style="padding:1em;">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt (-1 / +2 lines)
Lines 1-4 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]<title>Koha &rsaquo; Lists &rsaquo;  Sending your list</title>
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Sending your list &rsaquo; Lists &rsaquo; Koha</title>
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
3
</head>
4
</head>
4
<body id="lists_sendshelfform" class="lists" style="padding: 1em;">
5
<body id="lists_sendshelfform" class="lists" style="padding: 1em;">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +11 lines)
Lines 6-12 Link Here
6
[% SET PUBLIC = 2 %]
6
[% SET PUBLIC = 2 %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname | html %][% END %]</title>
9
<title>
10
    [% IF op == 'view' %]
11
        Contents of [% shelf.shelfname | html %] &rsaquo; [% END %]
12
13
    [% IF op == 'add_form' %]
14
        Create new list &rsaquo; [% END %]
15
16
    [% IF op == 'edit_form' %]
17
        Edit list [% shelf.shelfname | html %] &rsaquo; [% END %]
18
    Lists &rsaquo; Koha
19
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
11
<style>textarea { width: 100%; }</style>
21
<style>textarea { width: 100%; }</style>
12
22
13
- 

Return to bug 26703