Browse Source
This patch modifies various templates to add or improve coverage of the Bootstrap grid. To test, apply the patch and view the following pages, confirming that they look correct at various browser widths: - Administration -> Item circulation alerts - Authorities -> Authorities search -> Merge records - Catalog -> Bibliographic details -> Rota (StockRotation must be enabled) - Tools -> News: Main and add/edit view Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>19.05.x
5 changed files with 52 additions and 45 deletions
@ -1,5 +1,5 @@ |
|||
[%# transletable strings for merge-record.js %] |
|||
<script type="text/javascript"> |
|||
<script> |
|||
var MSG_MERGEREC_ALREADY_EXISTS = _("The field is non-repeatable and already exists in the destination record. Therefore, you cannot add it."); |
|||
var MSG_MERGEREC_SUBFIELD_ALREADY_EXISTS = _("The subfield is non-repeatable and already exists in the destination record. Therefore, you cannot add it."); |
|||
</script> |
|||
|
Loading…
Reference in new issue