2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
godmode/agentes/modificar_agente.php: Changed style in description column of this view. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5193 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a940aa86aa
commit
dd05ea5ee9
|
@ -1,3 +1,8 @@
|
|||
2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
godmode/agentes/modificar_agente.php: Changed style in description
|
||||
column of this view.
|
||||
|
||||
2011-11-29 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* extras/pandora_migrate_v3.2_to_v4.0.sql: Added missing alter statements
|
||||
|
|
|
@ -431,7 +431,7 @@ if ($agents !== false) {
|
|||
// Group icon and name
|
||||
echo "<td class='$tdcolor' align='center' valign='middle'>" . ui_print_group_icon ($id_grupo, true)."</td>";
|
||||
// Description
|
||||
echo "<td class='".$tdcolor."f9'>".$agent["comentarios"]."</td>";
|
||||
echo "<td class='".$tdcolor."f9'>". ui_print_truncate_text($agent["comentarios"], 65, true, true, true, '[…]', 'font-size: 6.5pt;')."</td>";
|
||||
// Action
|
||||
//When there is only one element in page it's necesary go back page.
|
||||
if ((count($agents) == 1) && ($offset >= $config["block_size"]))
|
||||
|
|
Loading…
Reference in New Issue