Changeset 1786

Show
Ignore:
Timestamp:
09/06/10 12:39:32 (17 months ago)
Author:
spf
Message:

moved the symbols [See #34]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/myboat.php

    r1784 r1786  
    167167         $wp_maparea=$wp['maparea']; 
    168168   
    169          $status_content="<div class="infobulle"><b>WP" . $wp_num . "</b><br />"; 
    170          $status_content.=$wp_libelle." (".$wp_label.")" ; 
    171          $status_content.="<br />"; 
    172    
    173169         $wpsymbols = ""; 
    174170         switch ($wp['wpformat'] & (WP_CROSS_CLOCKWISE|WP_CROSS_ANTI_CLOCKWISE)) { 
     
    194190         } 
    195191 
     192         $status_content="<div class="infobulle"><b>WP" . $wp_num . " ".$wpsymbols."</b><br />"; 
     193         $status_content.=$wp_libelle." (".$wp_label.")" ; 
     194         $status_content.="<br />"; 
     195   
    196196         if ( ($wp['wpformat'] & 0xF) == WP_TWO_BUOYS ) { 
    197197            $wp_north = max ($wp['latitude1'], $wp['latitude2']);