Ignore:
Timestamp:
Jun 18, 2013, 8:56:09 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Část týkající se překládání přepracována na aplikační modul.
Location:
trunk/Modules/Translation
Files:
1 added
1 moved

Legend:

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

    r549 r550  
    11<?php
    22
    3 include_once('includes/global.php');
    4 
    5 
     3class PageTranslationSave extends Page
     4{
     5  function Show()
     6  {
     7        global $System, $User, $Config, $TranslationTree;
    68$Output = '';
    79$CompleteText = array('nedokončený', 'dokončený');
     
    215217  } else $Output = ShowMessage('Nezadány požadované údaje.', MESSAGE_CRITICAL);
    216218}
    217          
    218 ShowPage($Output);
    219 
    220 ?>
     219    return($Output);         
     220  }
     221}
Note: See TracChangeset for help on using the changeset viewer.