Author: dom Date: 2005-11-21 08:54:03 +0000 (Mon, 21 Nov 2005) New Revision: 715
Modified: trunk/templates/node.tt Log: Syntactical fix to node.tt (fixes #31)
Modified: trunk/templates/node.tt =================================================================== --- trunk/templates/node.tt 2005-11-19 12:37:31 UTC (rev 714) +++ trunk/templates/node.tt 2005-11-21 08:54:03 UTC (rev 715) @@ -23,7 +23,7 @@ </h2> [% END %] [% IF not (content || coord_field_1_value || coord_field_2_value || latitude || longitude) %] -We don't have a node called "[% node_param %]". Would you like to <a href="[% full_cgi_url %]?action=edit;id=[% node_param %]">make +We don't have a node called "[% node_param %]". Would you like to <a href="[% full_cgi_url %]?action=edit;id=[% node_param %]">create it</a>? [% ELSE %] [% INCLUDE display_metadata.tt %]
@@ -34,6 +34,7 @@ [% TRY %] [% INCLUDE custom_node.tt %] [% CATCH %] +[% END %]
[% IF coord_field_1_value AND coord_field_2_value %] <br clear="all" />
openguides-commits@lists.openguides.org