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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 102-108 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
102
[% END %]
102
[% END %]
103
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
103
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
104
</head>
104
</head>
105
<body>
105
<body id="acq_suggestion" class="acq">
106
[% INCLUDE 'header.inc' %]
106
[% INCLUDE 'header.inc' %]
107
[% INCLUDE 'cat-search.inc' %]
107
[% INCLUDE 'cat-search.inc' %]
108
<div id="breadcrumbs">
108
<div id="breadcrumbs">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
   #custom-doc { width:34.62em;*width:33.78em;min-width:450px; margin:auto; margin-top: .4em;text-align:left; }
5
   #custom-doc { width:34.62em;*width:33.78em;min-width:450px; margin:auto; margin-top: .4em;text-align:left; }
6
   </style>
6
   </style>
7
</head>
7
</head>
8
<body>
8
<body id="lists_addbybiblionumber" class="lists">
9
9
10
<div id="custom-doc" class="yui-t7">
10
<div id="custom-doc" class="yui-t7">
11
   <div id="bd">
11
   <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Download shelf</title>
2
<title>Koha &rsaquo; Download shelf</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body style="padding:1em;">
5
<body id="lists_downloadshelf" class="lists" style="padding:1em;">
6
[% IF ( format ) %]
6
[% IF ( format ) %]
7
    <p>Your download should begin automatically.</p>
7
    <p>Your download should begin automatically.</p>
8
[% ELSE %]
8
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]<title>Koha &rsaquo; Lists &rsaquo;  Sending your list</title>
1
[% INCLUDE 'doc-head-open.inc' %]<title>Koha &rsaquo; Lists &rsaquo;  Sending your list</title>
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
</head>
3
</head>
4
<body style="padding: 1em;" id="sendbasket">
4
<body id="lists_sendshelfform" class="lists" style="padding: 1em;">
5
<div class="container">[% IF ( email ) %]
5
<div class="container">[% IF ( email ) %]
6
6
7
    [% IF ( SENT ) %]
7
    [% IF ( SENT ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +1 lines)
Lines 111-117 function placeHold () { Link Here
111
//]]>
111
//]]>
112
</script>
112
</script>
113
</head>
113
</head>
114
<body>
114
<body id="lists_shelves" class="lists">
115
[% INCLUDE 'header.inc' %]
115
[% INCLUDE 'header.inc' %]
116
[% INCLUDE 'cat-search.inc' %]
116
[% INCLUDE 'cat-search.inc' %]
117
117
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tt (-2 / +1 lines)
Lines 11-17 Link Here
11
//]]>
11
//]]>
12
</script>
12
</script>
13
</head>
13
</head>
14
<body>
14
<body id="cat_searchresult" class="cat">
15
15
16
    <h2>Z3950 Search Results</h2>
16
    <h2>Z3950 Search Results</h2>
17
    
17
    
18
- 

Return to bug 7760