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:
slerena 2006-10-07 11:52:52 +00:00
parent 647b3d10e2
commit 3ad8e2724e
1 changed files with 2 additions and 2 deletions

View File

@ -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"];