diff --git a/trunk/html/relatorio/pedido_relatorio.html.html b/trunk/html/relatorio/pedido_relatorio.html similarity index 100% rename from trunk/html/relatorio/pedido_relatorio.html.html rename to trunk/html/relatorio/pedido_relatorio.html diff --git a/trunk/html/user.html b/trunk/html/user.html index 868bd345..90a7749a 100644 --- a/trunk/html/user.html +++ b/trunk/html/user.html @@ -151,6 +151,11 @@ td.box6 m_wnd = window.open( "schedule?exames", "marcacao_window", "menubar=0, resizeable=0, width=400, height=250, top=100, left=450" ); m_wnd.focus(); } + function pedidoRelatorioWindow() + { + m_wnd = window.open( "relatorio?" + Math.random(), "pedido_window", "menubar=0, resizeable=0, width=400, height=250, top=100, left=450" ); + m_wnd.focus(); + }
| $userName | #if( $userRole != "manager" )- | pedido de relatório anual... | +pedido de relatório anual... | #endlogout » |