Changeset 62 for trunk/Options.php


Ignore:
Timestamp:
Feb 4, 2009, 10:43:40 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Zobrazované jméno souboru při exportu do zipu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Options.php

    r49 r62  
    2727    $Line = mysql_fetch_array($Database->SQLCommand("SELECT * FROM user WHERE ID = ".$_SESSION['UserID']));   
    2828    echo('<form action="Options.php" method="post">
     29        <fieldset><legend>Nastavení uživatele</legend>
    2930  <table>
    3031    <tr>
     
    5354      <th><input type="submit" value="Uložit" /></th>
    5455    </tr>
    55   </table>
     56  </table></fieldset>
    5657</form>');
    5758  }
Note: See TracChangeset for help on using the changeset viewer.