[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: selectHosts.php (HEAD) [davelowe]
- To: ossec-cvs@xxxxxxxxx
- Subject: [ossec-cvs] ossec-hids: selectHosts.php (HEAD) [davelowe]
- From: OSSEC CVS <cvs-commit@xxxxxxxxx>
- Date: Thu, 19 Jul 2007 07:15:20 -0300 (ADT)
- Content-transfer-encoding: 8bit
Module name: ossec-hids
Changes by: davelowe 07/07/19 07:15:18
Modified files:
selectHosts.php
Log message:
Fixed IE problem with available hosts window not being at the top
Index: selectHosts.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Site/selectHosts.php,v
diff -u -r1.4 -r1.5
--- selectHosts.php 19 Jul 2007 09:22:39 -0000 1.4
+++ selectHosts.php 19 Jul 2007 10:15:18 -0000 1.5
@@ -27,8 +27,8 @@
<body>
<div id="layer"></div>
<div id="layerHosts">
-<span class="agentsHeader">Available Hosts</span>
<form id="formHost" name="formHost" method="get" action="index.php">
+<span class="agentsHeader">Available Hosts</span>
<select name="selectHost" size="9" id="selectHost" onclick="submit();">
<option value="All">All</option>
<?php
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.