Dotclear


Ignore:
Timestamp:
12/30/10 14:05:42 (13 years ago)
Author:
philippe
Message:

myGmaps : description is not mandatory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/myGmaps/map.php

    r2815 r2818  
    3434$post_excerpt = ''; 
    3535$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>'; 
    3838$post_notes = ''; 
    3939$post_status = $core->auth->getInfo('user_post_status'); 
     
    456456     '<p class="area" id="map_canvas"></p>'. 
    457457      
    458      '<p class="area"><label class="required infowindow" title="'.__('Required field').'" '. 
     458     '<p class="area" id="description-area" ><label class="infowindow" title="'.__('Required field').'" '. 
    459459     'for="post_content">'.__('Description:').'</label> '. 
    460460     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.

Sites map