Skip to content

Commit

Permalink
Update configure.tt
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBWS authored Jun 10, 2021
1 parent 4a4cada commit 444dc8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Koha/Plugin/Com/ByWaterSolutions/CoverFlow/configure.tt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ $(document).ready(function() {
<p>Would replace an element with the id 'coverflow' with a coverflow widget using the Koha report with an id of 5, and also replace any element with a class of 'random' with a coverflow widget based on the Koha report with the id 8. The second coverflow would auto scroll through the covers with a 4 second delay and loop when reaching the end</p>

<p>Finally, add your target element such as <i>[% FILTER html %]<div id="coverflow"></div>[% END %]</i> to an OPAC system codeference such as OpacMainUserBlock. Position the element where you would like your coverflow widget to appear!</p>

<p>Note: You can add an additional column 'localcover' - this should be blank if the biblio doesn't have a localcover and can contain any other data if it does. If this column is populated a local cover will be used.</p>
</div>
</fieldset>

Expand Down

0 comments on commit 444dc8d

Please sign in to comment.