Author: earle Date: 2005-06-02 23:41:11 +0100 (Thu, 02 Jun 2005) New Revision: 643
Modified: trunk/Changes trunk/templates/display_metadata.tt Log: don't show city in metadata
Modified: trunk/Changes =================================================================== --- trunk/Changes 2005-06-02 22:22:38 UTC (rev 642) +++ trunk/Changes 2005-06-02 22:41:11 UTC (rev 643) @@ -17,7 +17,7 @@ New message to appear on pages when you have been redirected informing you of the fact. Stop showing potentially very long map URLs in metadata section of - node display; also show city after address. + node display. Replace ugly obliques in display of categories and locales with more natural commas; change "locale" to "locales" in label. Replace <label> tags in display_metadata.tt with <span
Modified: trunk/templates/display_metadata.tt =================================================================== --- trunk/templates/display_metadata.tt 2005-06-02 22:22:38 UTC (rev 642) +++ trunk/templates/display_metadata.tt 2005-06-02 22:41:11 UTC (rev 643) @@ -19,7 +19,7 @@ [% IF address %] <li class="address"> <span class="metadata_label">Address:</span> - [% CGI.escapeHTML(address) %], [% default_city %] + [% CGI.escapeHTML(address) %]<!--, [% default_city %] --> [% IF map_link %] <a href="[% map_link %]">(map of this place)</a> [% END %]
openguides-commits@lists.openguides.org