change visual of this views

This commit is contained in:
m-lopez-f 2015-04-27 10:11:50 +02:00
parent 63354c0188
commit d14359d3b4
2 changed files with 7 additions and 7 deletions

View File

@ -112,7 +112,7 @@ $type_search = get_parameter('type_filter', '0');
<form method="post" action="index.php?sec=network&amp;sec2=operation/agentes/networkmap_list"> <form method="post" action="index.php?sec=network&amp;sec2=operation/agentes/networkmap_list">
<table style='width: 100%' class='databox filters'> <table style='width: 100%' class='databox filters'>
<tr> <tr>
<td class='datos' > <td class='datos' style="font-weight:bold;">
<?php echo __('Group'); ?> <?php echo __('Group'); ?>
</td> </td>
<td class='datos'> <td class='datos'>
@ -121,7 +121,7 @@ $type_search = get_parameter('type_filter', '0');
true, 'group_search', $group_search); true, 'group_search', $group_search);
?> ?>
</td> </td>
<td class='datos'> <td class='datos' style="font-weight:bold;">
<?php echo __('Type'); ?> <?php echo __('Type'); ?>
</td> </td>
<td class='datos'> <td class='datos'>
@ -149,10 +149,10 @@ $table->class = "databox data";
$table->style = array(); $table->style = array();
$table->style[0] = ''; $table->style[0] = '';
$table->style[1] = 'text-align: center;'; $table->style[1] = 'text-align: left;';
$table->style[2] = 'text-align: center;'; $table->style[2] = 'text-align: left;';
$table->style[3] = 'text-align: center;'; $table->style[3] = 'text-align: left;';
$table->style[4] = 'text-align: center;'; $table->style[4] = 'text-align: left;';
$table->size = array(); $table->size = array();
$table->size[0] = '80%'; $table->size[0] = '80%';

View File

@ -72,7 +72,7 @@ ui_print_page_header (__('Webchat'), "images/comments.png", false, "", false, ""
$table = null; $table = null;
$table->width = '95%'; $table->width = '100%';
$table->style[0][1] = 'text-align: right; vertical-align: top;'; $table->style[0][1] = 'text-align: right; vertical-align: top;';
$table->data[0][0] = '<div id="chat_box" style="width: 95%; $table->data[0][0] = '<div id="chat_box" style="width: 95%;