]> git.llucax.com Git - mecon/samurai.git/blob - src/www/include/lib/SA/Sistemas/Conf.php
583fb54f63502122591986c83f83af4fb8117ccb
[mecon/samurai.git] / src / www / include / lib / SA / Sistemas / Conf.php
1 <?php
2 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
3 // +--------------------------------------------------------------------+
4 // |                           SAMURAI                                  |
5 // +--------------------------------------------------------------------+
6 // |   Sistema de Administracion y Matenimiento de Usuarios Relativo A  |
7 // |                             Intranet                               |
8 // |                      Ministerio de Economía                        |
9 // +--------------------------------------------------------------------+
10 // | Creado: fri mar 21 ART 2003                                        |
11 // | Autor:  Martin Marrese <mmarre@mecon.gov.ar>                       |
12 // +--------------------------------------------------------------------+
13 // 
14 // $Id$
15 // 
16 // $URL$
17 // $Rev$
18 // $Date$
19 // $Author$
20 //
21 // Configuracion particular del objeto Sistema.
22 // Simula en ciertos aspectos a datos.epl y reemplaza los estilos
23 //
24
25 return array (
26     // links {{{
27     'link_abm'      =>  array (
28                             'link_path'     =>  './sistemas_abm.php?accion=1',
29                             'link_texto'    =>  'Ingresar Nuevo Sistema',
30                             'imagen_path'   =>  './images/ira.gif',
31                             'imagen_nombre' =>  'Nuevo',                        
32                         ),
33     'link_modif'    => array (
34                             'link_path'     =>  './sistemas_abm.php?accion=2',
35                             'link_texto'    =>  '',
36                             'imagen_path'   =>  './images/modificar.gif',
37                             'imagen_nombre' =>  'Modificar',
38                         ),
39     'link_elim'     => array (
40                             'link_path'     =>  './sistemas_abm.php?accion=3',
41                             'link_texto'    =>  '',
42                             'imagen_path'   =>  './images/trash.gif',
43                             'imagen_nombre' =>  'Eliminar',
44                         ),
45     // }}} links
46     'tabla_propiedades'
47     );    
48 ?>
49