Skip to content

Commit

Permalink
Fix the main.tt template
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusEnger committed Feb 24, 2023
1 parent a0c9a6f commit 57f650f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Koha/Plugin/No/Libriotech/Jatakk/main.tt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,9 @@
[% INCLUDE 'header.inc' %]
[% INCLUDE 'cat-search.inc' %]

<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a> &rsaquo; Kitchen Sink &rsaquo; Example Tool</div>
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a> &rsaquo; Jatakk?</div>

<div id="doc3">
<p>This is an example tool plugin for Koha. It has a button. What does it do? Nobody really knows. Only one way to find out.

<!-- Notice our form here has no 'action', this is good, it means that our forms will always get passed back to 'plugins/run.pl'. You could hard code it instead if you prefer -->
<form method="post">
<input type="hidden" name="class" value="[% CLASS %]"/>
<input type="hidden" name="method" value="[% METHOD %]"/>

<br/>

<input name="submitted" type="submit" value="Click me" />
</form>
<p>Foreløpig kan du bare bruke denne plugin'en ved å gå til detaljvisningen for en post og klikke på knappen merket "Jatakk?".</p>

[% INCLUDE 'intranet-bottom.inc' %]

0 comments on commit 57f650f

Please sign in to comment.