Changeset 2818 for plugins/myGmaps/map.php
- Timestamp:
- 12/30/10 14:05:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/myGmaps/map.php
r2815 r2818 34 34 $post_excerpt = ''; 35 35 $post_excerpt_xhtml = ''; 36 $post_content = ' ';37 $post_content_xhtml = ' ';36 $post_content = 'Pas de description'; 37 $post_content_xhtml = '<p>Pas de description</p>'; 38 38 $post_notes = ''; 39 39 $post_status = $core->auth->getInfo('user_post_status'); … … 456 456 '<p class="area" id="map_canvas"></p>'. 457 457 458 '<p class="area" ><label class="requiredinfowindow" title="'.__('Required field').'" '.458 '<p class="area" id="description-area" ><label class="infowindow" title="'.__('Required field').'" '. 459 459 'for="post_content">'.__('Description:').'</label> '. 460 460 form::textarea('post_content',50,$core->auth->getOption('edit_size'),html::escapeHTML($post_content),'',2).
Note: See TracChangeset
for help on using the changeset viewer.