menu included & bull --> serial
This commit is contained in:
parent
f7977b1781
commit
53cc2cf455
3 changed files with 19 additions and 8 deletions
|
@ -1,8 +1,19 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Subscription edit -- Search supplier<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<!--TMPL_INCLUDE NAME="menu-serials.inc" -->
|
||||
<script language="Javascript">
|
||||
|
||||
function GetIt(aqbooksellerid,name)
|
||||
{
|
||||
opener.document.f.aqbooksellerid.value = aqbooksellerid;
|
||||
opener.document.f.aqbooksellername.value = name;
|
||||
self.close();
|
||||
}
|
||||
</script>
|
||||
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
|
||||
|
||||
<h1>Search supplier for serial subscription</h1>
|
||||
<form action="/cgi-bin/koha/serials/acqui-search-result.pl" method=post>
|
||||
Supplier name : <input type="text" size="25" name="supplier">
|
||||
<input type="submit" class="button bull" value="OK">
|
||||
<input type="submit" class="button serial" value="OK">
|
||||
</form>
|
||||
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
|
|
@ -1,7 +1,7 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Subscription edit<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="menus.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
|
||||
<!--TMPL_INCLUDE NAME="menu-serials.inc" -->
|
||||
|
||||
<h1>Issues for a subscription</h1>
|
||||
<!-- TMPL_LOOP name="subscription_LOOP" -->
|
||||
|
@ -75,19 +75,19 @@
|
|||
<!--TMPL_UNLESS Name=fullinfo -->
|
||||
<p><!-- TMPL_VAR name="notes" --></p>
|
||||
<!-- TMPL_IF name="opacnote" -->
|
||||
<h3 class="bull">Issues summary</h2>
|
||||
<h3 class="serial">Issues summary</h2>
|
||||
<p>
|
||||
<!-- TMPL_VAR name="opacnote" -->
|
||||
</p>
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF name="recievedlist" -->
|
||||
<h3 class="bull">Recieved issues</h2>
|
||||
<h3 class="serial">Recieved issues</h2>
|
||||
<p>
|
||||
<!-- TMPL_VAR name="recievedlist" -->
|
||||
</p>
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF name="missinglist" -->
|
||||
<h3 class="bull">Missing issues</h2>
|
||||
<h3 class="serial">Missing issues</h2>
|
||||
<p>
|
||||
<!-- TMPL_VAR name="missinglist" -->
|
||||
</p>
|
||||
|
@ -97,7 +97,7 @@
|
|||
<!-- /TMPL_LOOP -->
|
||||
</div>
|
||||
<div id="action">
|
||||
<form action="/cgi-bin/koha/bull-home.pl">
|
||||
<form action="/cgi-bin/koha/serials-home.pl">
|
||||
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
|
||||
<input type="submit" value="Subscriptions" />
|
||||
</form>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Subscription detail<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="menus.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="menu-serials.inc" -->
|
||||
|
||||
<h1>Subscription for <!-- TMPL_VAR name="bibliotitle" --></h1>
|
||||
<div id="serials_subscription_detail">
|
||||
|
@ -198,7 +198,7 @@
|
|||
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
|
||||
<input type="submit" value="Issue history" />
|
||||
</form>
|
||||
<form action="/cgi-bin/koha/bull-home.pl">
|
||||
<form action="/cgi-bin/koha/serials-home.pl">
|
||||
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
|
||||
<input type="submit" value="Subscriptions" />
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue