Bug 11431: (QA followup) Fix POD
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 27 Apr 2015 11:53:25 +0000 (07:53 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 4 Nov 2015 15:32:58 +0000 (12:32 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Koha/AudioAlert.pm
Koha/AudioAlerts.pm
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

index 4bedbb9..e6873f4 100644 (file)
@@ -27,7 +27,7 @@ use base qw(Koha::Object);
 
 =head1 NAME
 
-Koha::AudioAlert - Koha Borrower Object class
+Koha::AudioAlert - Koha Audio Alert object class
 
 =head1 API
 
index 1127297..6117f89 100644 (file)
@@ -29,7 +29,7 @@ use base qw(Koha::Objects);
 
 =head1 NAME
 
-Koha::AudioAlert - Koha Borrower Object class
+Koha::AudioAlerts - Koha Audio Alert object set class
 
 =head1 API
 
index 4fda4e1..ca23a94 100644 (file)
@@ -292,7 +292,7 @@ $(document).ready(function () {
 
     [% IF ( transfer ) %]
     <!-- transfer: item with no reservation, must be returned according to home library circulation rules -->
-       <div id="return1" class="dialog message audio-alert-action">
+        <div id="return1" class="dialog message audio-alert-action">
             <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% Branches.GetName( returnbranch ) %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% returnbranch %]&amp;op=slip'); return true;">Print slip</a> )</h3>
         </div>
     [% END %]