Ignore:
Timestamp:
05/12/11 11:52:50 (13 years ago)
Author:
afernandes
Message:

Ticket #1416 - Disponibilizado módulo de recursos para a comunidade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/Dms/inc/class.uimydms.inc.php

    r3526 r4362  
    1313         
    1414        /* $Id: class.uimydms.inc.php 22794 2006-11-06 05:53:11Z lkneschke $ */ 
    15  
     15define('PHPGW_SERVER_ROOT','/var/www/expresso'); 
    1616        require_once(PHPGW_SERVER_ROOT.'/mydms/inc/inc.Settings.php'); 
    1717        require_once(PHPGW_SERVER_ROOT.'/mydms/inc/inc.DBAccess.php'); 
     
    759759                        $this->t->set_var('lang_comment',lang('comment')); 
    760760                        $this->t->set_var('lang_keywords',lang('keywords')); 
    761                         $this->t->set_var('lang_download',lang('download')); 
     761                        $this->t->set_var('lang_download',lang('Descargar Archivo')); 
    762762                        $this->t->set_var('lang_last_update',lang('last update')); 
    763763                        $this->t->set_var('lang_current_version',lang('current version')); 
     
    776776                        $this->t->set_var('lang_delete',lang('delete')); 
    777777                        $this->t->set_var('lang_view_online',lang('view online')); 
    778                         $this->t->set_var('lang_confirm_delete',lang('Do you really want to delete this document?')); 
     778                        $this->t->set_var('lang_confirm_delete',lang('Relmente quiere borrar el documento?')); 
    779779                        $this->t->set_var('lang_update_document',lang('update document')); 
    780780                        $this->t->set_var('lang_update',lang('update')); 
     
    865865                { 
    866866                        $documentID = ($_documentID === false ? (int)$_GET['documentid'] : $_documentID); 
    867  
     867                         
     868                        //echo "documento".$documentID; 
    868869                        if(!$document   = getDocument($documentID)) 
    869870                        { 
    870871                                print "Access denied!"; exit; 
    871872                        } 
     873                 
     874 
    872875                        $user           = getUser($GLOBALS['phpgw_info']['user']['account_id']); 
    873876                        $accessMode     = $document->getAccessMode($user); 
Note: See TracChangeset for help on using the changeset viewer.