X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/e9fe07ddc9387291868bf5b41a9783a44432eacd..aacdf1286b398300e77c30c9b0c72b6b05033895:/sistema/www/servicios/brigada/brigada.php diff --git a/sistema/www/servicios/brigada/brigada.php b/sistema/www/servicios/brigada/brigada.php index 60a44d5..3a90c31 100644 --- a/sistema/www/servicios/brigada/brigada.php +++ b/sistema/www/servicios/brigada/brigada.php @@ -123,7 +123,7 @@ if (isset($_GET['Piso'])){ $IMG_Normas =&new MECON_HTML_Image('/MECON/images/general_nuevo.gif', '=>'); $IMG_Plano =&new MECON_HTML_Image('/MECON/images/general_posterior.gif', '->'); - $LINK_Normas =&new MECON_HTML_Link('#', 'Normas y Procedimientos - EvacuaciĆ³n'); + $LINK_Normas =&new MECON_HTML_Link('../estatico/normas/brigadistasnor.htm', 'Normas y Procedimientos - EvacuaciĆ³n'); $popup = "window.open('./plano.php?Edif=".$_GET['Edif']."&Piso=".$_GET['Piso']."','plano','scrollbars=yes,width=670,height=505,screenX=10,screenY=10');return(false);"; $LINK_Plano =&new MECON_HTML_Link('', 'Plano del piso', array(), array('onClick'=>$popup));