2012-04-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_ui.php: Fixed ui_print_timestamp function. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5938 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
119b531808
commit
c6233b0266
|
@ -1,3 +1,7 @@
|
||||||
|
2012-04-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/functions_ui.php: Fixed ui_print_timestamp function.
|
||||||
|
|
||||||
2012-04-11 Dario Rodriguez <dario.rodriguez@artica.es>
|
2012-04-11 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* operation/agentes/estado_agente.php: Added columns to edit agent
|
* operation/agentes/estado_agente.php: Added columns to edit agent
|
||||||
|
|
|
@ -284,7 +284,7 @@ function ui_print_timestamp ($unixtime, $return = false, $option = array ()) {
|
||||||
default:
|
default:
|
||||||
//Usually tags have title attributes, so by default we add,
|
//Usually tags have title attributes, so by default we add,
|
||||||
//then fall through to add attributes and data
|
//then fall through to add attributes and data
|
||||||
$output .= ' title="'.$title.'"';
|
$output .= ' title="'.$title.'">'.$data.'</'.$tag.'>';
|
||||||
break;
|
break;
|
||||||
case "h1":
|
case "h1":
|
||||||
case "h2":
|
case "h2":
|
||||||
|
|
Loading…
Reference in New Issue