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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +3 lines)
Lines 247-252 Link Here
247
                            </fieldset>
247
                            </fieldset>
248
                        [% ELSE %]
248
                        [% ELSE %]
249
                            <table id="requesttitles">
249
                            <table id="requesttitles">
250
                                    <caption class="sr-only">Request titles</caption>
250
                                <tr>
251
                                <tr>
251
                                    <th>&nbsp;</th>
252
                                    <th>&nbsp;</th>
252
                                    <th>Title</th>
253
                                    <th>Title</th>
Lines 565-570 Link Here
565
                                </h2>
566
                                </h2>
566
567
567
                                <table id="requestspecific">
568
                                <table id="requestspecific">
569
                                    <caption class="sr-only">Request specific</caption>
568
                                    <thead>
570
                                    <thead>
569
                                        <tr>
571
                                        <tr>
570
                                            <th>Hold</th>
572
                                            <th>Hold</th>
Lines 759-764 Link Here
759
                        [% ELSE # /UNLESS multi_hold %]
761
                        [% ELSE # /UNLESS multi_hold %]
760
762
761
                            <table id="requesttitles">
763
                            <table id="requesttitles">
764
                                    <caption class="sr-only">Request titles</caption>
762
                                <tr>
765
                                <tr>
763
                                    <th>&nbsp;</th>
766
                                    <th>&nbsp;</th>
764
                                    <th>Title</th>
767
                                    <th>Title</th>
765
- 

Return to bug 28243