Ignore:
Timestamp:
09/12/08 11:39:24 (16 years ago)
Author:
niltonneto
Message:

Alterações feitas por João Alfredo.
Email: jakjr@…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.totalsessions.inc.php

    r309 r414  
    11<?php 
    2         /**************************************************************************\ 
    3         * Expresso Administração                                                                                                                                * 
     2        /*************************************************************************************\ 
     3        * Expresso Administração                                                                                                * 
    44        * by Joao Alfredo Knopik Junior (joao.alfredo@gmail.com, jakjr@celepar.pr.gov.br)        * 
    5         * -----------------------------------------------------------------------------------------------------* 
    6         *  This program is free software; you can redistribute it and/or modify it                                      * 
    7         *  under the terms of the GNU General Public License as published by the                                * 
    8         *  Free Software Foundation; either version 2 of the License, or (at your                                       * 
    9         *  option) any later version.                                                                                                                                                                           * 
    10         \**************************************************************************/ 
     5        * -----------------------------------------------------------------------------------* 
     6        *  This program is free software; you can redistribute it and/or modify it                      * 
     7        *  under the terms of the GNU General Public License as published by the                        * 
     8        *  Free Software Foundation; either version 2 of the License, or (at your                        * 
     9        *  option) any later version.                                                                                                            * 
     10        \*************************************************************************************/ 
    1111 
    1212        class totalsessions 
     
    4242                        $this->template->set_file('template','totalsessions.tpl'); 
    4343                        $this->template->set_block('template','list','list'); 
     44                         
     45                        $this->template->set_var($this->functions->make_dinamic_lang($this->template, 'list')); 
    4446 
    4547                        $total = $this->get_total_sessions(); 
    4648                         
    47                         $this->template->set_var('lang_total', lang('totalsessions')); 
    48                         $this->template->set_var('lang_back', lang('back')); 
    4949                        $this->template->set_var('back_url', $GLOBALS['phpgw']->link('/expressoAdmin1_2/index.php')); 
    5050                        $this->template->set_var('total', $total); 
Note: See TracChangeset for help on using the changeset viewer.