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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-2 lines)
Lines 385-391 Libraries › Administration › Koha Link Here
385
                            if ( row.fax != null ) library_info.push(_("Fax: ") + row.fax.escapeHtml());
385
                            if ( row.fax != null ) library_info.push(_("Fax: ") + row.fax.escapeHtml());
386
                            if ( row.email != null ) library_info.push('<a href="mailto:'+encodeURIComponent(row.email)+'">'+row.email.escapeHtml()+'</a>');
386
                            if ( row.email != null ) library_info.push('<a href="mailto:'+encodeURIComponent(row.email)+'">'+row.email.escapeHtml()+'</a>');
387
                            if ( row.url != null ) library_info.push('<a href="'+encodeURIComponent(row.url)+'">'+row.url.escapeHtml()+'</a>');
387
                            if ( row.url != null ) library_info.push('<a href="'+encodeURIComponent(row.url)+'">'+row.url.escapeHtml()+'</a>');
388
                            if ( row.opac_info != null ) library_info.push(_("OPAC Info") + ': <div>'+row.opac_info.escapeHtml()+'</div>');
389
                            if ( row.notes != null ) library_info.push(_("Notes")+': '+row.notes.escapeHtml());
388
                            if ( row.notes != null ) library_info.push(_("Notes")+': '+row.notes.escapeHtml());
390
                            return library_info.join('<br/>');
389
                            return library_info.join('<br/>');
391
                        },
390
                        },
392
- 

Return to bug 29075