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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-4 / +5 lines)
Lines 1020-1025 Link Here
1020
                        [% END %]
1020
                        [% END %]
1021
1021
1022
                        <h2>Existing holds</h2>
1022
                        <h2>Existing holds</h2>
1023
                        <div class="page-section">
1023
                        <div id="toolbar" class="btn-toolbar">
1024
                        <div id="toolbar" class="btn-toolbar">
1024
                            <input type="submit" name="submit" value="Update hold(s)" /> <button class="cancel_selected_holds" data-bulk="true"></button>
1025
                            <input type="submit" name="submit" value="Update hold(s)" /> <button class="cancel_selected_holds" data-bulk="true"></button>
1025
                        <fieldset id="cancellation-reason-fieldset" class="action">
1026
                        <fieldset id="cancellation-reason-fieldset" class="action">
Lines 1068-1074 Link Here
1068
                                                        [% holds_by_branch.push( h ) %]
1069
                                                        [% holds_by_branch.push( h ) %]
1069
                                                    [% END %]
1070
                                                    [% END %]
1070
                                                [% END %]
1071
                                                [% END %]
1071
                                                <div class="holds_by_library page-section">
1072
                                                <div class="holds_by_library">
1072
                                                    <h4>[% Branches.GetName( b ) | html %]</h4>
1073
                                                    <h4>[% Branches.GetName( b ) | html %]</h4>
1073
1074
1074
                                                    [% INCLUDE holds_table.inc holds=holds_by_branch %]
1075
                                                    [% INCLUDE holds_table.inc holds=holds_by_branch %]
Lines 1100-1106 Link Here
1100
                                                    [% END %]
1101
                                                    [% END %]
1101
                                                [% END %]
1102
                                                [% END %]
1102
1103
1103
                                                <div class="holds_by_itemtype page-section">
1104
                                                <div class="holds_by_itemtype">
1104
                                                    [% IF i %]
1105
                                                    [% IF i %]
1105
                                                        <h4>[% ItemTypes.GetDescription( i ) | html %]</h4>
1106
                                                        <h4>[% ItemTypes.GetDescription( i ) | html %]</h4>
1106
                                                    [% ELSE %]
1107
                                                    [% ELSE %]
Lines 1125-1131 Link Here
1125
                                        [% ELSE %]
1126
                                        [% ELSE %]
1126
1127
1127
                                            [% FOREACH b IN branchcodes.sort %]
1128
                                            [% FOREACH b IN branchcodes.sort %]
1128
                                                <div class="holds_by_library page-section">
1129
                                                <div class="holds_by_library">
1129
                                                    <h4 class="library_holds">[% Branches.GetName( b ) | html %]</h4>
1130
                                                    <h4 class="library_holds">[% Branches.GetName( b ) | html %]</h4>
1130
                                                    [% SET holds_by_branch = [] %]
1131
                                                    [% SET holds_by_branch = [] %]
1131
                                                    [% FOREACH h IN biblioloo.reserveloop %]
1132
                                                    [% FOREACH h IN biblioloo.reserveloop %]
Lines 1179-1184 Link Here
1179
                                </div> <!-- /hold_title -->
1180
                                </div> <!-- /hold_title -->
1180
                            [% END # /IF biblioloo.reserveloop %]
1181
                            [% END # /IF biblioloo.reserveloop %]
1181
                        [% END # FOREACH biblioloo %]
1182
                        [% END # FOREACH biblioloo %]
1183
                        </div>
1182
                    </form> <!-- /#existing_holds -->
1184
                    </form> <!-- /#existing_holds -->
1183
                [% END # IF reserveloop %]
1185
                [% END # IF reserveloop %]
1184
            [% END # UNLESS patron %]
1186
            [% END # UNLESS patron %]
1185
- 

Return to bug 31806