Jonathan Druart
f510627842
Bug 14544: Fix redirect on editing a list If you edit a list from the list view, after saving the form, you are not redirected to the list view (but on the edit form). Bug 14544: Cosmetic: › should be a class divider Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
58 lines
3.2 KiB
Text
58 lines
3.2 KiB
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Sending your list</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
[% BLOCK cssinclude %][% END %]
|
|
</head>
|
|
[% INCLUDE 'bodytag.inc' bodyid='sendshelf' bodyclass='popup' %]
|
|
<div class="main">
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div id="usersendshelfform">
|
|
[% IF ( email ) %]
|
|
[% IF ( SENT ) %]
|
|
<h1>Message sent</h1>
|
|
<div class="alert alert-success">
|
|
<p>The list was sent to: [% email %]</p>
|
|
</div>
|
|
<p><a class="focus close" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelfid %]">Back to lists</a></p>
|
|
[% END %]
|
|
[% IF ( error ) %]
|
|
<div class="alert">
|
|
<p>There was an error sending the list.</p>
|
|
</div>
|
|
[% END %]
|
|
[% ELSE %]
|
|
[% IF ( invalidlist ) %]
|
|
<div class="alert">
|
|
<p>You do not have permission to send this list.</p>
|
|
</div>
|
|
<p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelfid %]">Back to lists</a></p>
|
|
[% ELSE %]
|
|
<h1>Sending your list</h1>
|
|
<form action="/cgi-bin/koha/opac-sendshelf.pl" method="post" id="sendshelfform">
|
|
<fieldset>
|
|
<label for="email">Email address:</label>
|
|
<input type="text" id="email" name="email" size="43" class="focus" />
|
|
|
|
<label for="comment">Comment:</label>
|
|
<textarea id="comment" name="comment" rows="4" cols="40"></textarea>
|
|
|
|
<input type="hidden" name="shelfid" value="[% shelfid %]" />
|
|
</fieldset>
|
|
<fieldset class="action">
|
|
<input type="submit" value="Send" class="btn" />
|
|
<a class="cancel close" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelfid %]">Cancel</a>
|
|
</fieldset>
|
|
</form>
|
|
|
|
[% END # / IF invalidlist %]
|
|
[% END # / IF email %]
|
|
</div> <!-- / #usersendshelfform -->
|
|
</div> <!-- / .span12 -->
|
|
</div> <!-- / .row-fluid -->
|
|
</div> <!-- / .container-fluid -->
|
|
</div> <!-- / .main -->
|
|
|
|
[% INCLUDE 'opac-bottom.inc' is_popup=1 %]
|
|
[% BLOCK jsinclude %][% END %]
|