Ignore:
Timestamp:
Sep 8, 2016, 11:03:23 PM (8 years ago)
Author:
chronos
Message:
  • Added: Calculare available seats for passenger registration.
  • Added: Show table of passengers for a ride.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/View.php

    r1 r3  
    3535  {
    3636    $Output = '<div>';
     37    $Output .= '<div class="MenuItem">';
     38    $Bar = '';
     39    foreach($this->System->Bars['TopLeft'] as $BarItem)
     40      $Bar .= call_user_func($BarItem);
     41      if(trim($Bar) != '') $Output .= $Bar;
     42      else $Output .= '&nbsp;';
     43    $Output .= '</div><div class="MenuItem2">';
    3744    $Bar = '';
    3845    foreach($this->System->Bars['Top'] as $BarItem)
     
    4047      if(trim($Bar) != '') $Output .= $Bar;
    4148      else $Output .= '&nbsp;';
    42     $Output .= '</div>';
     49    $Output .= '</div></div>';
    4350    return($Output);
    4451  }
Note: See TracChangeset for help on using the changeset viewer.