Ignore:
Timestamp:
Apr 30, 2009, 11:30:37 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Při chybně vyplněném formuláři zobraz chybové hlášení i obsah formuláře, aby nebylo nutné vše vyplňovat znovu.
  • Přidáno: Možnost povolit v konfiguraci webu formátování výstupního HTML kódu.
  • Opraveno: Validace HTML kódu generování formulářů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aktuality/index.php

    r196 r202  
    179179            if($Row['Name'] == '') $Author = $Row['Author'];
    180180              else $Author = $Row['Name'];
    181             $Output .= '<div style="border: thin dotted #97ADFF; background: #F6F7FF; margin-top: 5px; padding: 0px 5px 5px 5px;"><div style="padding-bottom: 1px; border-bottom-width: 1; border-bottom-style: solid; border-bottom-color: silver;"><strong><a href="?action=view&id='.$Row['Id'].'">'.$Row['Title'].'</a> ('.HumanDate($Row['Date']).', '.$Author.')</strong>';
     181            $Output .= '<div style="border: thin dotted #97ADFF; background: #F6F7FF; margin-top: 5px; padding: 0px 5px 5px 5px;"><div style="padding-bottom: 1px; border-bottom-width: 1; border-bottom-style: solid; border-bottom-color: silver;"><strong><a href="?action=view&amp;id='.$Row['Id'].'">'.$Row['Title'].'</a> ('.HumanDate($Row['Date']).', '.$Author.')</strong>';
    182182            if($this->System->Modules['User']->User['Id'] == $Row['User'])
    183183            {
Note: See TracChangeset for help on using the changeset viewer.