|
Lines 62-75
Link Here
|
| 62 |
[% IF id_column == 'borrowernumbers' %] |
62 |
[% IF id_column == 'borrowernumbers' %] |
| 63 |
<div class="alert alert-warning"><p>Warning, the following borrowernumbers were not found:</p></div> |
63 |
<div class="alert alert-warning"><p>Warning, the following borrowernumbers were not found:</p></div> |
| 64 |
[% ELSE %] |
64 |
[% ELSE %] |
| 65 |
<div class="alert alert-warning"><p>Warning, the following cardnumbers were not found:</p></div> |
65 |
<div class="alert alert-warning"><p>Warning, the following card numbers were not found:</p></div> |
| 66 |
[% END %] |
66 |
[% END %] |
| 67 |
<table style="margin:auto;"> |
67 |
<table style="margin:auto;"> |
| 68 |
<thead> |
68 |
<thead> |
| 69 |
[% IF id_column == 'borrowernumbers' %] |
69 |
[% IF id_column == 'borrowernumbers' %] |
| 70 |
<tr><th>Borrowernumbers not found</th></tr> |
70 |
<tr><th>Borrowernumbers not found</th></tr> |
| 71 |
[% ELSE %] |
71 |
[% ELSE %] |
| 72 |
<tr><th>Cardnumbers not found</th></tr> |
72 |
<tr><th>Card numbers not found</th></tr> |
| 73 |
[% END %] |
73 |
[% END %] |
| 74 |
</thead> |
74 |
</thead> |
| 75 |
<tbody> |
75 |
<tbody> |
|
Lines 84-97
Link Here
|
| 84 |
[% IF id_column == 'borrowernumbers' %] |
84 |
[% IF id_column == 'borrowernumbers' %] |
| 85 |
<div class="alert alert-warning"><p>Warning, the following borrowernumbers were already in this list:</p></div> |
85 |
<div class="alert alert-warning"><p>Warning, the following borrowernumbers were already in this list:</p></div> |
| 86 |
[% ELSE %] |
86 |
[% ELSE %] |
| 87 |
<div class="alert alert-warning"><p>Warning, the following cardnumbers were already in this list:</p></div> |
87 |
<div class="alert alert-warning"><p>Warning, the following card numbers were already in this list:</p></div> |
| 88 |
[% END %] |
88 |
[% END %] |
| 89 |
<table style="margin:auto;"> |
89 |
<table style="margin:auto;"> |
| 90 |
<thead> |
90 |
<thead> |
| 91 |
[% IF id_column == 'borrowernumbers' %] |
91 |
[% IF id_column == 'borrowernumbers' %] |
| 92 |
<tr><th>Borrowernumbers already in list</th></tr> |
92 |
<tr><th>Borrowernumbers already in list</th></tr> |
| 93 |
[% ELSE %] |
93 |
[% ELSE %] |
| 94 |
<tr><th>Cardnumbers already in list</th></tr> |
94 |
<tr><th>Card numbers already in list</th></tr> |
| 95 |
[% END %] |
95 |
[% END %] |
| 96 |
</thead> |
96 |
</thead> |
| 97 |
<tbody> |
97 |
<tbody> |
|
Lines 122-128
Link Here
|
| 122 |
<li class="radio"> |
122 |
<li class="radio"> |
| 123 |
<label class="id_choice" for="add_by_cardnumbers"> |
123 |
<label class="id_choice" for="add_by_cardnumbers"> |
| 124 |
<input id="add_by_cardnumbers" type="radio" name="id_column" value="cardnumbers" checked="checked"> |
124 |
<input id="add_by_cardnumbers" type="radio" name="id_column" value="cardnumbers" checked="checked"> |
| 125 |
<span class="add_by_cardnumbers">Cardnumbers</span> |
125 |
<span class="add_by_cardnumbers">Card numbers</span> |
| 126 |
</label> |
126 |
</label> |
| 127 |
<label class="id_choice" for="add_by_borrowernumbers"> |
127 |
<label class="id_choice" for="add_by_borrowernumbers"> |
| 128 |
<input id="add_by_borrowernumbers" type="radio" name="id_column" value="borrowernumbers"> |
128 |
<input id="add_by_borrowernumbers" type="radio" name="id_column" value="borrowernumbers"> |
| 129 |
- |
|
|