Ignore:
Timestamp:
May 25, 2014, 12:14:02 AM (10 years ago)
Author:
chronos
Message:
  • Modified: Files in Module directory should not be directly showing any web content. They need to register custom Page descendent class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Form.php

    r752 r806  
    203203                                        $Output .= '</td></tr>';
    204204       
    205           //todo javascritp
     205          //todo javascript
    206206       
    207207            $Output .= '<script src="http://code.jquery.com/jquery-latest.js"></script>'.
     
    209209          $Output .=    '$(document).ready(function() {';
    210210                                        foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem)
    211             $Output .=   '$("#'.$TextItem['Column'].'").load("'.$this->System->Link('/Modules/Translation/LoadNames.php?ID='.$LineAJ['ID'].'&Column='.$TextItem['Column'].'&GroupId='.$GroupId).'");';
     211            $Output .=   '$("#'.$TextItem['Column'].'").load("'.$this->System->Link('/LoadNames.php?ID='.$LineAJ['ID'].'&Column='.$TextItem['Column'].'&GroupId='.$GroupId).'");';
    212212         
    213213          $Output .= '});'.
     
    238238             
    239239              $Output .= '<table class="BaseTable">'.
    240                                             '<tr><th>Translátor:</th><th>Nepřeložené</th><th>Přeložené</th>';
     240                                            '<tr><th>Překladač:</th><th>Nepřeložené</th><th>Přeložené</th>';
    241241                                          foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem)
    242242                                                  if($TextItem['Visible'] == 1)
Note: See TracChangeset for help on using the changeset viewer.