2013-01-17 Ramon Novoa <rnovoa@artica.es>
* operation/netflow/nf_live_view.php: Style fix. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7498 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6e1d816b47
commit
c44500e229
|
@ -1,3 +1,7 @@
|
|||
2013-01-17 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* operation/netflow/nf_live_view.php: Style fix.
|
||||
|
||||
2013-01-17 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/functions_ui.php: Fixed cache control for
|
||||
|
|
|
@ -156,7 +156,7 @@ echo '<form method="post" action="' . $config['homeurl'] . 'index.php?sec=netf&s
|
|||
$table->data = array ();
|
||||
|
||||
$table->data[0][0] = '<b>'.__('Date').'</b>';
|
||||
$table->data[0][1] = html_print_input_text ('date', $date, false, 10, 10, true);
|
||||
$table->data[0][1] = html_print_input_text ('date', $date, false, 12, 10, true);
|
||||
$table->data[0][1] .= html_print_image ("images/calendar_view_day.png", true, array ("alt" => "calendar", "onclick" => "scwShow(scwID('text-date'),this);"));
|
||||
$table->data[0][1] .= html_print_input_text ('time', $time, false, 10, 5, true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue