Changeset 1050
- Timestamp:
- 06/09/07 20:10:30 (18 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
t/59_preferences.t (added)
-
templates/preferences.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r1046 r1050 12 12 Remove misleading CSS examples 13 13 Support alternative database ports 14 Only display the google maps preference if node maps are enabled 15 (#192). 14 16 15 17 0.60 13 May 2007 -
trunk/MANIFEST
r1049 r1050 123 123 t/57_random_page.t 124 124 t/58_recent_changes_navbar.t 125 t/59_preferences.t 125 126 t/61_bug_textareas.t 126 127 t/62_bug_trailing_whitespace.t -
trunk/templates/preferences.tt
r849 r1050 67 67 </p> 68 68 69 [% IF gmaps_api_key %]69 [% IF gmaps_api_key AND config.show_gmap_in_node_display %] 70 70 <p> 71 71 [% IF display_google_maps %] … … 153 153 be tracked.</p> 154 154 155 [% IF gmaps_api_key %]155 [% IF gmaps_api_key AND config.show_gmap_in_node_display %] 156 156 <p>Google Maps will 157 157 [% UNLESS display_google_maps %] not [% END %]
