Changeset 1065 for trunk/templates/node.tt
- Timestamp:
- 06/11/07 03:26:08 (18 months ago)
- Files:
-
- 1 modified
-
trunk/templates/node.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/node.tt
r1051 r1065 50 50 [% IF not (content || coord_field_1_value || coord_field_2_value || wgs84_lat || wgs84_long) %] 51 51 </div> 52 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>? 52 <div id="nonexistent_node_message">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>?</div> 53 53 [% ELSE %] 54 54 <div id="title_edit_link">
