Ignore:
Timestamp:
Apr 23, 2013, 10:42:18 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Opětovné přihlášení při ukládání překladu pokud mezitím došlo k automatickému odhlášení.
  • Přidáno: Zobrazení uživatele jako klikatelný odkaz ve výpisu systémových záznamů.
  • Přidáno: Kontrola indexů jazyků ve zobrazení stavu dokončení (statistic). Pokud index není povolený, tak se použije zobrazení všech.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Page.php

    r535 r536  
    3636  } else
    3737  {
    38     $Output .= '<span class="MenuItem2"><form action="'.$System->Link('/?action=login').'" method="post"> Jméno: <input type="text" name="LoginUser" size="8 " /> Heslo: <td><input type="password" name="LoginPass" size="8" /> <input type="submit" value="Přihlásit" /></form> &nbsp; <a href="'.$System->Link('/registrace.php').'">Registrace</a></span>';
     38    $Output .= '<span class="MenuItem2"><form action="'.$System->Link('/?action=login').'" method="post"> '.
     39      'Jméno: <input type="text" name="LoginUser" size="8 " /> '.
     40      'Heslo: <td><input type="password" name="LoginPass" size="8" /> '.
     41      '<input type="submit" value="Přihlásit" /></form> &nbsp; '.
     42      '<a href="'.$System->Link('/registrace.php').'">Registrace</a></span>';
    3943  }
    4044  $Output .= '</div>';
Note: See TracChangeset for help on using the changeset viewer.