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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (+3 lines)
Lines 61-66 Link Here
61
        <div class="dialog alert"><p>Warning, the following cardnumbers were not found:</p></div>
61
        <div class="dialog alert"><p>Warning, the following cardnumbers were not found:</p></div>
62
        <table style="margin:auto;">
62
        <table style="margin:auto;">
63
            <thead>
63
            <thead>
64
                <caption class="sr-only">Card numbers not found</caption>
64
                <tr><th>Cardnumbers not found</th></tr>
65
                <tr><th>Cardnumbers not found</th></tr>
65
            </thead>
66
            </thead>
66
            <tbody>
67
            <tbody>
Lines 74-79 Link Here
74
        [% IF ( existed.size > 0 ) %]
75
        [% IF ( existed.size > 0 ) %]
75
        <div class="dialog alert"><p>Warning, the following cardnumbers were already in this list:</p></div>
76
        <div class="dialog alert"><p>Warning, the following cardnumbers were already in this list:</p></div>
76
        <table style="margin:auto;">
77
        <table style="margin:auto;">
78
            <caption class="sr-only">Cardnumbers already in list</caption>
77
            <thead>
79
            <thead>
78
                <tr><th>Cardnumbers already in list</th></tr>
80
                <tr><th>Cardnumbers already in list</th></tr>
79
            </thead>
81
            </thead>
Lines 138-143 Link Here
138
            </div>
140
            </div>
139
141
140
            <table id="patron-list-table">
142
            <table id="patron-list-table">
143
                <caption class="sr-only">Patron list</caption>
141
                <thead>
144
                <thead>
142
                    <tr>
145
                    <tr>
143
                        <th class="NoSort">&nbsp;</th>
146
                        <th class="NoSort">&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 / +1 lines)
Lines 43-48 Link Here
43
        [% IF ( lists ) %]
43
        [% IF ( lists ) %]
44
44
45
        <table id="patron-lists-table">
45
        <table id="patron-lists-table">
46
            <caption class="sr-only">Patron lists</caption>
46
            <thead>
47
            <thead>
47
                <tr>
48
                <tr>
48
                    <th>Name</th>
49
                    <th>Name</th>
49
- 

Return to bug 28243