Changeset 156 for www/finance/index.php


Ignore:
Timestamp:
Feb 17, 2009, 10:00:28 PM (16 years ago)
Author:
george
Message:
  • Opraveno: Některé soubory financí aktualizovány na nové rozvržení tabulek User, Member, Subject.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/finance/index.php

    r153 r156  
    1414    $Output = '<table><tr><td valign="top">';
    1515
    16     $Output .= '<table><tr><td width="30%">';
    17         if(GetMemberByIP(GetRemoteAddress()) > 0) $Output .= '<a href="user_state_ip.php">Vaše finanční operace (Tato volba je také přístupná po přihlášení do systému v uživatelském menu).</a><br /><br /><br />';
     16    if(GetMemberByIP(GetRemoteAddress()) > 0) $Output .= '<a href="user_state_ip.php">Vaše finanční operace</a> (Tato volba je také přístupná po přihlášení do systému v uživatelském menu).<br /><br /><br />';
    1817       
    1918    $Output .= '<a href="monthly_overall.php">Měsíční přehledy</a><br />';
     
    2524    //$Output .= '<a href="faktury/">Faktury za internet</a><br />';
    2625    //$Output .= '<a href="inventory.php">Výpis skladových zásob</a><br />';
    27     $Output .= '</td><td width="50%">';
    28 
    29     $Output .= '</td></tr></table><br />';
    30 
    31     $Output .= '<strong>Souhrn:</strong><br />';
     26   
     27    $Output .= '<br /><strong>Souhrn:</strong><br />';
    3228
    3329    $DbResult = $this->Database->query("SELECT * FROM finance_monthly_overall ORDER BY date DESC LIMIT 0,1");
Note: See TracChangeset for help on using the changeset viewer.