View | Details | Raw Unified | Return to bug 27877
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt (-2 / +1 lines)
Lines 83-89 Updated:<ul> Link Here
83
<form method="post" action="set-library.pl">
83
<form method="post" action="set-library.pl">
84
[% IF !( Koha.Preference('IndependentBranches') && !CAN_user_superlibrarian && !CAN_user_editcatalogue_edit_catalogue ) %]
84
[% IF !( Koha.Preference('IndependentBranches') && !CAN_user_superlibrarian && !CAN_user_editcatalogue_edit_catalogue ) %]
85
<fieldset class="rows">
85
<fieldset class="rows">
86
    <legend>Set library</legend>
86
    <legend class="sr-only">Set library</legend>
87
    <ol>
87
    <ol>
88
        <li><label for="branch">Choose library:</label>
88
        <li><label for="branch">Choose library:</label>
89
        <select name="branch" id="branch">
89
        <select name="branch" id="branch">
90
- 

Return to bug 27877