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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.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; Cataloging Authority Plugin</title>
2
<title>Koha &rsaquo; Cataloging authority plugin</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<style type="text/css">
4
<style type="text/css">
5
#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; } 
5
#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; } 
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-1 / +1 lines)
Lines 574-580 function searchauthority() { Link Here
574
574
575
[% IF ( duplicateauthid ) %]
575
[% IF ( duplicateauthid ) %]
576
        <div class="problem">
576
        <div class="problem">
577
                <p>Duplicate suspected with <a href="javascript:openWindow('detail.pl?authid=[% duplicateauthid %]&amp;popup=1', 'Duplicate Authority')" class="button">[% duplicateauthvalue %]</a></p>
577
                <p>Duplicate suspected with <a href="javascript:openWindow('detail.pl?authid=[% duplicateauthid %]&amp;popup=1', 'Duplicate authority')" class="button">[% duplicateauthvalue %]</a></p>
578
                <p>You must either :</p>
578
                <p>You must either :</p>
579
                <ul>
579
                <ul>
580
                        <p><input type="checkbox" value="1" name="confirm_not_duplicate" />confirm it's not a duplicate (and click on <input type="button" value="Add authority" onclick="Check(this.form)" accesskey="w" class="button" /> again)</p>
580
                        <p><input type="checkbox" value="1" name="confirm_not_duplicate" />confirm it's not a duplicate (and click on <input type="button" value="Add authority" onclick="Check(this.form)" accesskey="w" class="button" /> again)</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<Title>Koha -- Authority details</title>
2
<title>Koha &rsaquo; Authority details</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-2 / +2 lines)
Lines 3-9 Link Here
3
    [% IF ( unknownauthid ) %]
3
    [% IF ( unknownauthid ) %]
4
      Unknown authority record
4
      Unknown authority record
5
    [% ELSE %]
5
    [% ELSE %]
6
      Details for Authority #[% authid %] ([% authtypetext %])
6
      Details for authority #[% authid %] ([% authtypetext %])
7
    [% END %]
7
    [% END %]
8
</title>
8
</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
Lines 72-78 function searchauthority() { Link Here
72
    [% IF ( unknownauthid ) %]
72
    [% IF ( unknownauthid ) %]
73
      Unknown authority record
73
      Unknown authority record
74
    [% ELSE %]
74
    [% ELSE %]
75
      Details for Authority #[% authid %] ([% authtypetext %])
75
      Details for authority #[% authid %] ([% authtypetext %])
76
    [% END %]
76
    [% END %]
77
</div>
77
</div>
78
78
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-3 / +2 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Cataloging Authority Plugin</title>
2
<title>Koha &rsaquo; Cataloging authority plugin</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<style type="text/css">
4
<style type="text/css">
5
#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; } 
5
#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; } 
Lines 52-58 function jumpfull(page) Link Here
52
                <tr>
52
                <tr>
53
                    <th>Summary</th>
53
                    <th>Summary</th>
54
                    <th>Used</th>
54
                    <th>Used</th>
55
                    <th>Get It!</th>
55
                    <th>Get it!</th>
56
                    <th>Other action</th>
56
                    <th>Other action</th>
57
                </tr>
57
                </tr>
58
                <tr>
58
                <tr>
59
- 

Return to bug 2780