|
Lines 61-67
Link Here
|
| 61 |
</select> |
61 |
</select> |
| 62 |
</li> |
62 |
</li> |
| 63 |
<li> |
63 |
<li> |
| 64 |
<label for="illfilter_barcode">Patron barcode:</label> |
64 |
<label for="illfilter_barcode">Cardnumber:</label> |
| 65 |
<input type="text" name="illfilter_barcode" id="illfilter_barcode" /> |
65 |
<input type="text" name="illfilter_barcode" id="illfilter_barcode" /> |
| 66 |
</li> |
66 |
</li> |
| 67 |
</ol> |
67 |
</ol> |
|
Lines 142-148
Link Here
|
| 142 |
|
142 |
|
| 143 |
</li> |
143 |
</li> |
| 144 |
<li> |
144 |
<li> |
| 145 |
<label for="subject" class="required">Subject Line</label> |
145 |
<label for="subject" class="required">Subject line:</label> |
| 146 |
<input type="text" name="subject" id="subject" type="text" value="[% whole.value.draft.subject | html %]" required="required" /> |
146 |
<input type="text" name="subject" id="subject" type="text" value="[% whole.value.draft.subject | html %]" required="required" /> |
| 147 |
</li> |
147 |
</li> |
| 148 |
<li> |
148 |
<li> |
|
Lines 468-474
Link Here
|
| 468 |
<th class="updated_formatted">Updated on</th> |
468 |
<th class="updated_formatted">Updated on</th> |
| 469 |
<th>Request number</th> |
469 |
<th>Request number</th> |
| 470 |
<th>Comments</th> |
470 |
<th>Comments</th> |
| 471 |
<th class="patron_cardnumber">Patron barcode</th> |
471 |
<th class="patron_cardnumber">Cardnumber</th> |
| 472 |
<th class="actions"></th> |
472 |
<th class="actions"></th> |
| 473 |
</tr> |
473 |
</tr> |
| 474 |
</thead> |
474 |
</thead> |
|
Lines 797-803
Link Here
|
| 797 |
name: _("Updated on"), |
797 |
name: _("Updated on"), |
| 798 |
}, |
798 |
}, |
| 799 |
patron_cardnumber: { |
799 |
patron_cardnumber: { |
| 800 |
name: _("Patron barcode") |
800 |
name: _("Cardnumber") |
| 801 |
} |
801 |
} |
| 802 |
}; |
802 |
}; |
| 803 |
|
803 |
|
| 804 |
- |
|
|