2014-06-17 Vanessa Gil <vanessa.gil@artica.es>

* godmode/agentes/planned_downtime.editor.php: Changed
	size of time field.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10213 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2014-06-17 09:05:25 +00:00
parent 3ae516e840
commit 4a3ff7118d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-06-17 Vanessa Gil <vanessa.gil@artica.es>
* godmode/agentes/planned_downtime.editor.php: Changed
size of time field.
2014-06-17 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css: Added style to fix policy

View File

@ -342,7 +342,7 @@ $table->data[5][1] = "
"</td>
<td>".
html_print_input_text ('once_date_from', $once_date_from, '', 10, 10, true) .
html_print_input_text ('once_time_from', $once_time_from, '', 7, 8, true) .
html_print_input_text ('once_time_from', $once_time_from, '', 9, 9, true) .
"</td>
</tr>
<tr>
@ -353,7 +353,7 @@ $table->data[5][1] = "
"</td>
<td>".
html_print_input_text ('once_date_to', $once_date_to, '', 10, 10, true) .
html_print_input_text ('once_time_to', $once_time_to, '', 7, 8, true) .
html_print_input_text ('once_time_to', $once_time_to, '', 9, 9, true) .
"</td>
</tr>
</table>