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
647b3d10e2
commit
3ad8e2724e
|
@ -72,7 +72,7 @@ if (give_acl($id_user, 0, "AW")==1) {
|
|||
$sql1='SELECT * FROM tagente ORDER BY nombre';
|
||||
$result=mysql_query($sql1);
|
||||
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["group"];
|
||||
echo "<th>".$lang_label["description"];
|
||||
|
@ -112,4 +112,4 @@ else {
|
|||
audit_db($id_user,$REMOTE_ADDR, "ACL Violation","Trying to access Agent Management");
|
||||
require ("general/noaccess.php");
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue