mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 23:05:30 +02:00
2006-10-06 Sancho Lerena <slerena@artica.es>
* modificar_agente.php: Updated table width for better user view. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@219 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
647505d237
commit
fd7bac29ea
@ -72,7 +72,7 @@ if (give_acl($id_user, 0, "AW")==1) {
|
|||||||
$sql1='SELECT * FROM tagente ORDER BY nombre';
|
$sql1='SELECT * FROM tagente ORDER BY nombre';
|
||||||
$result=mysql_query($sql1);
|
$result=mysql_query($sql1);
|
||||||
if (mysql_num_rows($result)){
|
if (mysql_num_rows($result)){
|
||||||
echo "<table cellpadding='3' cellspacing='3' width='500'>";
|
echo "<table cellpadding='3' cellspacing='3' width='600'>";
|
||||||
echo "<th>".$lang_label["agent_name"];
|
echo "<th>".$lang_label["agent_name"];
|
||||||
echo "<th>".$lang_label["group"];
|
echo "<th>".$lang_label["group"];
|
||||||
echo "<th>".$lang_label["description"];
|
echo "<th>".$lang_label["description"];
|
||||||
@ -112,4 +112,4 @@ else {
|
|||||||
audit_db($id_user,$REMOTE_ADDR, "ACL Violation","Trying to access Agent Management");
|
audit_db($id_user,$REMOTE_ADDR, "ACL Violation","Trying to access Agent Management");
|
||||||
require ("general/noaccess.php");
|
require ("general/noaccess.php");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user