Ignore:
Timestamp:
Apr 6, 2020, 11:17:40 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved code format.
File:
1 edited

Legend:

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

    r871 r873  
    309309            $DbRow = $DbResult->fetch_assoc();
    310310            $Actions[] = '<a href="javascript:window.close();" onclick="add_select_item('.$Id.',&quot;'.$DbRow['Name'].'&quot;,&quot;'.
    311               $_GET['r'].'&quot;); set_return('.$Id.',&quot;'.
     311              $_GET['r'].'&quot;); set_return ('.$Id.',&quot;'.
    312312              $_GET['r'].'&quot;);"><img alt="Vybrat" title="Vybrat" src="'.
    313313              $this->System->Link('/images/select.png').'"/> Vybrat</a>';
     
    679679    $this->BasicHTML = true;
    680680    $this->HideMenu = true;
    681     $RowActions = '<a href="javascript:window.close();" onclick="set_return(#RowId,&quot;'.
     681    $RowActions = '<a href="javascript:window.close();" onclick="set_return (#RowId,&quot;'.
    682682      $_GET['r'].'&quot;);"><img alt="Vybrat" title="Vybrat" src="'.
    683683      $this->System->Link('/images/select.png').'"/></a>';
     
    706706    if (defined('NEW_PERMISSION') and !$this->System->User->CheckPermission($this->TableToModule($Table), 'Read'))
    707707      return 'Nemáte oprávnění';
    708     if(!array_key_exists($Table, $this->System->FormManager->Classes))
     708    if (!array_key_exists($Table, $this->System->FormManager->Classes))
    709709      return $this->SystemMessage('Chyba', 'Tabulka '.$Table.' nenalezena');
    710710    $FormClass = $this->System->FormManager->Classes[$Table];
Note: See TracChangeset for help on using the changeset viewer.