Remove "Mailing Address" heading per request from Terran
authorMichael Peters <mpeters@emeralddata.net>
Wed, 10 Dec 2014 18:29:37 +0000 (13:29 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 Sep 2015 20:05:35 +0000 (16:05 -0400)
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Open-ILS/src/templates/opac/parts/library/core_info.tt2

index 651c089..0f3a4be 100644 (file)
         <div>[% l('Email address: ') %]<a href="mailto:[% ctx.library.email | html %]" property="email">[% ctx.library.email | html %]</a></div>
     [%- END; %]
     [%- IF ctx.library.phone; %]
-        <div>[% l('Telephone: ') %]<a href="tel:[% ctx.library.phone | html %]" property="telephone">[% ctx.library.phone | html %]</a></div>
+        <div>[% l('Telephone: ') %]<a href="tel:[% ctx.library.phone | html %]" property="telephone">[% ctx.library.phone | html %]</a></div><br />
     [% END; %]
     [% END; %]
 
     [%- IF ctx.library.mailing_address; %]
     <div id="addresses">
         <div id="mailing" property="location address" typeof="PostalAddress">
-            <h3 property="contactType">[% l('Mailing address') %]</h3>
             <span>[% ctx.library.name | html %]</span> <br/>
             <span property="streetAddress">[% ctx.mailing_address.street1 | html %]
             [%- IF ctx.mailing_address.street2; "<br />"; ctx.mailing_address.street2 | html; END; %]