Ignore:
Timestamp:
Sep 9, 2013, 1:11:16 AM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Zobrazení skladových položek umístěných u zákazníka.
  • Upraveno: Při starém importu z poštovní spořitelny nastav id účtu pevně na poštovní spořitelnu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Portal/Portal.php

    r567 r568  
    351351  {
    352352    $Output = '';
    353     if($this->System->User->User['Id'] != null)
     353    if($this->System->User->User['Id'] != null)
     354    {
     355      $Output .= '<div class="Centred"><table id="MainTable"><tr><td>';
    354356      $Output .= $this->Panel('Nabídka uživatele', $this->UserPanel());
    355       else $Output .= $this->SystemMessage('Oprávnění', 'Nejste přihlášen');
     357      $Output .= '</td><td>';
     358      //$Output .= $this->Panel('Přehled', $this->UserPanel());
     359      $Output .= '</td></tr></table></div>';
     360    } else $Output .= $this->SystemMessage('Oprávnění', 'Nejste přihlášen');
    356361    return($Output);
    357362  }
Note: See TracChangeset for help on using the changeset viewer.