Changeset 3903
- Timestamp:
- 03/24/11 11:17:32 (12 years ago)
- Location:
- branches/2.2/reports
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/reports/inc/class.uireports_logon.inc.php
r3666 r3903 909 909 'th_bg' => $GLOBALS['phpgw_info']['theme']['th_bg'], 910 910 'nome_usuario' => $nome_usuario, 911 'back_url' => "<form name='formlog' method='POST' action='. ./index.php?menuaction=reports.uireports_logon.report_logon_group_setor_print'>911 'back_url' => "<form name='formlog' method='POST' action='./index.php?menuaction=reports.uireports_logon.report_logon_group_setor_print'> 912 912 <input type='hidden' name='setor' value='$grouplist'> 913 913 <input type='hidden' name='organizacao' value='$organizacao'> -
branches/2.2/reports/templates/default/report_cota_group.tpl
r3666 r3903 20 20 </tr> 21 21 <tr> 22 <td align="left"><form method="POST" action=". ./index.php?menuaction=reports.uireports_cota.report_cota_group">22 <td align="left"><form method="POST" action="./index.php?menuaction=reports.uireports_cota.report_cota_group"> 23 23 {lang_search}: 24 24 <select name="organizacaodn"> … … 36 36 <table border="0" width="90%"> 37 37 <tr> 38 <form name="org" method="POST" action=". ./index.php?menuaction=reports.uireports_cota.report_cota_group_setor_print">38 <form name="org" method="POST" action="./index.php?menuaction=reports.uireports_cota.report_cota_group_setor_print"> 39 39 <td width="89%"> 40 40 <div align="center"> … … 82 82 <!-- BEGIN row --> 83 83 <tr bgcolor="{tr_color}"> 84 <form name="{formname}" method="POST" action=". ./index.php?menuaction=reports.uireports_cota.report_cota_group_setor_print">84 <form name="{formname}" method="POST" action="./index.php?menuaction=reports.uireports_cota.report_cota_group_setor_print"> 85 85 <td width="30%"> <div onClick="{formsubmit}"> 86 86 <a href="#">{sector_name}</a> -
branches/2.2/reports/templates/default/report_cota_group_print.tpl
r3666 r3903 66 66 <td colspan="2" align="left"> 67 67 <div align="right" style="float:right"> 68 <form name="back" method="post" action=". ./index.php?menuaction=reports.uireports_cota.report_cota_group">68 <form name="back" method="post" action="./index.php?menuaction=reports.uireports_cota.report_cota_group"> 69 69 <input type="hidden" name="organizacaodn" value="{organizacaodn}"> 70 70 <input type="button" value="{lang_back}" onClick="document.back.submit()"> -
branches/2.2/reports/templates/default/report_logon_group.tpl
r3666 r3903 49 49 <tr> 50 50 <td align="left"> 51 <form method="POST" action=". ./index.php?menuaction=reports.uireports_logon.report_logon_group">51 <form method="POST" action="./index.php?menuaction=reports.uireports_logon.report_logon_group"> 52 52 {lang_search}: 53 53 <select name="organizacaodn"> … … 64 64 <div align="center"> 65 65 <table border="0" width="90%"> 66 <form name="org" method="POST" action=". ./index.php?menuaction=reports.uireports_logon.report_logon_group_setor_print" onSubmit="javascript:return valida(this);">66 <form name="org" method="POST" action="./index.php?menuaction=reports.uireports_logon.report_logon_group_setor_print" onSubmit="javascript:return valida(this);"> 67 67 <tr bgcolor="{th_bg}"> 68 68 <td colspan="3"> 69 69 <div id="div_nacesso1" style="position: absolute; visibility: hidden; width: 264px; height: 226px; top: 144px; left: 380px; background-color: rgb(238, 238, 238); border: 2px solid #999999; z-index: 62; cursor: auto;"> 70 70 <span style="position: relative; width:257px; font-weight: bold; color: #0000FF; z-index: 1; background-color:#CCCCCC" class="undefined"> 71 Números de dias sem acesso <img src=". ./../phpgwapi/images/winclose.gif" style="" onClick="document.getElementById('div_nacesso1').style.display = 'none';">71 Números de dias sem acesso <img src="./phpgwapi/images/winclose.gif" style="" onClick="document.getElementById('div_nacesso1').style.display = 'none';"> 72 72 </span> 73 73 <span style="position: absolute; top: 25px; left: 5px; text-align: left; border: 0px solid rgb(153, 153, 153); width: 252px; height: 125px;" id="texto1"> … … 129 129 <!-- BEGIN row --> 130 130 <tr bgcolor="{tr_color}"> 131 <form name="{formname}" method="POST" action=". ./index.php?menuaction=reports.uireports_logon.report_logon_group_setor_print" onSubmit="javascript:return valida(this);">131 <form name="{formname}" method="POST" action="./index.php?menuaction=reports.uireports_logon.report_logon_group_setor_print" onSubmit="javascript:return valida(this);"> 132 132 <td width="30%"> 133 133 <div id="{div_nacesso}" style="position: absolute; visibility: hidden; width: 264px; height: 226px; top: 144px; left: 380px; background-color: rgb(238, 238, 238); border: 2px solid #999999; z-index: 62; cursor: auto;"> 134 134 <span style="position: relative; width:257px; font-weight: bold; color: #0000FF; z-index: 1; background-color:#CCCCCC" class="undefined"> 135 Números de dias sem acesso <img src=". ./../phpgwapi/images/winclose.gif" style="" onClick="document.getElementById('{div_nacesso}').style.display = 'none';">135 Números de dias sem acesso <img src="./phpgwapi/images/winclose.gif" style="" onClick="document.getElementById('{div_nacesso}').style.display = 'none';"> 136 136 </span> 137 137 <span style="position: absolute; top: 25px; left: 5px; text-align: left; border: 0px solid rgb(153, 153, 153); width: 252px; height: 125px;" id="texto1"> -
branches/2.2/reports/templates/default/report_logon_group_print.tpl
r3666 r3903 65 65 <td colspan="2" align="left"> 66 66 <div align="right" style="float:right"> 67 <form name="back" method="post" action=". ./index.php?menuaction=reports.uireports_logon.report_logon_group">67 <form name="back" method="post" action="./index.php?menuaction=reports.uireports_logon.report_logon_group"> 68 68 <input type="hidden" name="organizacaodn" value="{organizacaodn}"> 69 69 <input type="button" value="{lang_back}" onClick="document.back.submit()"> … … 136 136 <!-- BEGIN row --> 137 137 <tr bgcolor="{tr_color}"> 138 <form method="post" name="{formname}" action=". ./index.php?menuaction=reports.uireports_logon.show_access" >138 <form method="post" name="{formname}" action="./index.php?menuaction=reports.uireports_logon.show_access" > 139 139 <td>{row_loginid}</td> 140 140 <td> -
branches/2.2/reports/templates/default/report_maillists_group.tpl
r3666 r3903 19 19 </tr> 20 20 <tr> 21 <td align="left"><form method="POST" action=". ./index.php?menuaction=reports.uireports_maillists.report_maillists_group">21 <td align="left"><form method="POST" action="./index.php?menuaction=reports.uireports_maillists.report_maillists_group"> 22 22 {lang_search}: 23 23 <select name="organizacaodn"> … … 35 35 <table border="0" width="90%"> 36 36 <tr> 37 <form name="org" method="POST" action=". ./index.php?menuaction=reports.uireports_maillists.report_maillists_group_print">37 <form name="org" method="POST" action="./index.php?menuaction=reports.uireports_maillists.report_maillists_group_print"> 38 38 <td width="89%"> 39 39 <div align="center"> … … 81 81 <!-- BEGIN row --> 82 82 <tr bgcolor="{tr_color}"> 83 <form name="{formname}" method="POST" action=". ./index.php?menuaction=reports.uireports_maillists.report_maillists_group_print">83 <form name="{formname}" method="POST" action="./index.php?menuaction=reports.uireports_maillists.report_maillists_group_print"> 84 84 <td width="30%"> 85 85 <div onClick="{formsubmit}"> -
branches/2.2/reports/templates/default/report_maillists_group_print.tpl
r3666 r3903 65 65 <td colspan="2" align="left"> 66 66 <div align="right" style="float:right"> 67 <form name="back" method="post" action=". ./index.php?menuaction=reports.uireports_maillists.report_maillists_group">67 <form name="back" method="post" action="./index.php?menuaction=reports.uireports_maillists.report_maillists_group"> 68 68 <input type="hidden" name="organizacaodn" value="{organizacaodn}"> 69 69 <input type="button" value="{lang_back}" onClick="document.back.submit()"> -
branches/2.2/reports/templates/default/report_users_group.tpl
r3666 r3903 19 19 </tr> 20 20 <tr> 21 <td align="left"><form method="POST" action=". ./index.php?menuaction=reports.uireports_users.report_users_group">21 <td align="left"><form method="POST" action="./index.php?menuaction=reports.uireports_users.report_users_group"> 22 22 {lang_search}: 23 23 <select name="organizacaodn"> … … 35 35 <table border="0" width="90%"> 36 36 <tr> 37 <form name="org" method="POST" action=". ./index.php?menuaction=reports.uireports_users.report_users_group_setor_print">37 <form name="org" method="POST" action="./index.php?menuaction=reports.uireports_users.report_users_group_setor_print"> 38 38 <td width="89%"> 39 39 <div align="center"> … … 81 81 <!-- BEGIN row --> 82 82 <tr bgcolor="{tr_color}"> 83 <form name="{formname}" method="POST" action=". ./index.php?menuaction=reports.uireports_users.report_users_group_setor_print">83 <form name="{formname}" method="POST" action="./index.php?menuaction=reports.uireports_users.report_users_group_setor_print"> 84 84 <td width="30%"> 85 85 <div onClick="{formsubmit}"> -
branches/2.2/reports/templates/default/report_users_group_print.tpl
r3666 r3903 65 65 <td colspan="2" align="left"> 66 66 <div align="right" style="float:right"> 67 <form name="back" method="post" action=". ./index.php?menuaction=reports.uireports_users.report_users_group">67 <form name="back" method="post" action="./index.php?menuaction=reports.uireports_users.report_users_group"> 68 68 <input type="hidden" name="organizacaodn" value="{organizacaodn}"> 69 69 <input type="button" value="{lang_back}" onClick="document.back.submit()"> -
branches/2.2/reports/templates/default/report_usersgroups_group.tpl
r3666 r3903 19 19 </tr> 20 20 <tr> 21 <td align="left"><form method="POST" action=". ./index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group">21 <td align="left"><form method="POST" action="./index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group"> 22 22 {lang_search}: 23 23 <select name="organizacaodn"> … … 35 35 <table border="0" width="90%"> 36 36 <tr> 37 <form name="org" method="POST" action=". ./index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group_print">37 <form name="org" method="POST" action="./index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group_print"> 38 38 <td width="89%"> 39 39 <div align="center"> … … 81 81 <!-- BEGIN row --> 82 82 <tr bgcolor="{tr_color}"> 83 <form name="{formname}" method="POST" action=". ./index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group_print">83 <form name="{formname}" method="POST" action="./index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group_print"> 84 84 <td width="30%"> 85 85 <div onClick="{formsubmit}"> -
branches/2.2/reports/templates/default/report_usersgroups_group_print.tpl
r3666 r3903 65 65 <td colspan="2" align="left"> 66 66 <div align="right" style="float:right"> 67 <form name="back" method="post" action=". ./index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group">67 <form name="back" method="post" action="./index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group"> 68 68 <input type="hidden" name="organizacaodn" value="{organizacaodn}"> 69 69 <input type="button" value="{lang_back}" onClick="document.back.submit()">
Note: See TracChangeset
for help on using the changeset viewer.