Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt
Wainui Witika-Park 2f292b25ce Bug 26703: serials folder
Swapped the order of the page titles to have the unique information
first, i.e. the name of the specific page displays first, and the name of the website (e.g. Koha) displays at the end.

To test:
1) Apply patch
2) Ensure each of the files in the serials folder are swapped around
to display the most unique information first, and the website name is at the end
3) Ensure the pages displayed on the Staff Client that correspond to
these files also display the changes

Sponsored-by: Catalyst IT
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-04-21 11:16:35 +02:00

17 lines
580 B
Text

[% INCLUDE 'doc-head-open.inc' %]
<title>Search for vendor &rsaquo; Serials &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>
<body id="ser_acqui-search" class="ser">
<div class="container-fluid">
<h1>Serial subscription: search for vendor </h1>
<form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
<label for="text">Vendor name: </label>
<input id="text" type="text" size="25" name="supplier" />
<input type="submit" class="button" value="OK" />
</form>
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]