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