From svnadmin@urchin.earth.li Tue Apr 30 20:13:39 2013 From: svnadmin@urchin.earth.li To: openguides-commits@lists.openguides.org Subject: [openguides-commits] r1466 - sites/oxford.openguides.org/templates Date: Tue, 30 Apr 2013 20:13:39 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2042706070752724867==" --===============2042706070752724867== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: dom Date: 2013-04-30 20:13:39 +0100 (Tue, 30 Apr 2013) New Revision: 1466 Modified: sites/oxford.openguides.org/templates/custom_auto_map_link.tt Log: updated custom template to work with new hook Modified: sites/oxford.openguides.org/templates/custom_auto_map_link.tt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sites/oxford.openguides.org/templates/custom_auto_map_link.tt 2013-04-20 = 21:14:12 UTC (rev 1465) +++ sites/oxford.openguides.org/templates/custom_auto_map_link.tt 2013-04-30 = 19:13:39 UTC (rev 1466) @@ -1,7 +1,17 @@ -[% IF os_x AND os_y %] [% IF auto_map_link_in_address %] -(map of this place) + [% IF map_link %] + (map of this place) + [% ELSE %] + [% IF os_x AND os_y %] + (map of this place) + [% END %] + [% END %] [% ELSE %] -Map of this place + [% IF map_link %] + Map of this place + [% ELSE %] + [% IF os_x AND os_y %] + Map of this place + [% END %] + [% END %] [% END %] -[% END %] --===============2042706070752724867==--