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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
11
12
</head>
12
</head>
13
<body>
13
<body id="auth_auth_finder" class="auth">
14
<div id="custom-doc" class="yui-t7">
14
<div id="custom-doc" class="yui-t7">
15
   
15
   
16
   <div id="bd">
16
   <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt (-1 / +1 lines)
Lines 22-28 function confirm_deletion() { // not really implemented, but required by phant Link Here
22
//]]>
22
//]]>
23
</script>
23
</script>
24
</head>
24
</head>
25
<body>
25
<body id="auth_authorities_home" class="auth">
26
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'header.inc' %]
27
[% INCLUDE 'authorities-search.inc' %]
27
[% INCLUDE 'authorities-search.inc' %]
28
28
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-1 / +1 lines)
Lines 505-511 function searchauthority() { Link Here
505
</script>
505
</script>
506
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
506
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
507
</head>
507
</head>
508
<body>
508
<body id="auth_authorities" class="auth">
509
<div id="yui-cms-loading">
509
<div id="yui-cms-loading">
510
      <div id="yui-cms-float">
510
      <div id="yui-cms-float">
511
          Loading, please wait...
511
          Loading, please wait...
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt (-1 / +1 lines)
Lines 107-113 Link Here
107
//]]>
107
//]]>
108
</script>
108
</script>
109
</head>
109
</head>
110
<body>
110
<body id="auth_blinddetail-biblio-search" class="auth">
111
111
112
<div id="doc" class="yui-t7">
112
<div id="doc" class="yui-t7">
113
   <div id="bd">
113
   <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-1 / +1 lines)
Lines 65-71 function searchauthority() { Link Here
65
</script>
65
</script>
66
 [% END %]
66
 [% END %]
67
</head>
67
</head>
68
<body>
68
<body id="auth_detail" class="auth">
69
[% INCLUDE 'header.inc' %]
69
[% INCLUDE 'header.inc' %]
70
[% INCLUDE 'authorities-search.inc' %]
70
[% INCLUDE 'authorities-search.inc' %]
71
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> &rsaquo;
71
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> &rsaquo;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-1 / +1 lines)
Lines 12-18 function jumpfull(page) Link Here
12
}
12
}
13
</script>
13
</script>
14
</head>
14
</head>
15
<body>
15
<body id="auth_searchresultlist_auth" class="auth">
16
<div id="custom-doc" class="yui-t7">
16
<div id="custom-doc" class="yui-t7">
17
17
18
   <div id="bd">
18
   <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-2 / +1 lines)
Lines 26-32 function searchauthority() { Link Here
26
//]]>
26
//]]>
27
</script>
27
</script>
28
</head>
28
</head>
29
<body>
29
<body id="auth_searchresultlist" class="auth">
30
[% INCLUDE 'header.inc' %]
30
[% INCLUDE 'header.inc' %]
31
[% INCLUDE 'authorities-search.inc' %]
31
[% INCLUDE 'authorities-search.inc' %]
32
32
33
- 

Return to bug 7760