Fixed bug in sources admin

This commit is contained in:
Andre Lorbach 2008-07-23 17:24:44 +02:00
parent 6864de02aa
commit 6d4465f4a2
2 changed files with 10 additions and 4 deletions

View File

@ -22,6 +22,12 @@
display: none;
}
.ShownContent
{
visibility: visible;
display: inline;
}
.SelectSavedFilter
{
margin-top: 2px;

View File

@ -130,10 +130,11 @@
</select>
</td>
</tr>
<!-- ENDIF ISGROUPSAVAILABLE="true" -->
</table>
<br>
<div id="HiddenDiskTypeOptions" class="HiddenContent">
<div id="HiddenDiskTypeOptions" class="ShownContent">
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="600" class="with_border_alternate">
<tr><td align="center" class="cellmenu1" colspan="2"><b>{LN_SOURCES_DISKTYPEOPTIONS}</b></td></tr>
<tr>
@ -153,12 +154,12 @@
</table>
</div>
<div id="HiddenDatabaseTypeOptions" class="HiddenContent">
<div id="HiddenDatabaseTypeOptions" class="ShownContent">
<table border="0" cellpadding="1" cellspacing="1" width="600" align="center" class="with_border">
<tr><td align="center" class="cellmenu1" colspan="2"><b>{LN_CFG_DATABASETYPEOPTIONS}</b></td></tr>
</table>
<div id="HiddenDBTypesOptions" class="HiddenContent">
<div id="HiddenDBTypesOptions" class="ShownContent">
<table border="0" cellpadding="1" cellspacing="1" width="600" align="center" class="with_border">
<tr>
<td align="left" class="cellmenu2" width="250" nowrap><b>{LN_CFG_DBSTORAGEENGINE}</b></td>
@ -208,7 +209,6 @@
</div>
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="600" class="with_border_alternate">
<!-- ENDIF ISGROUPSAVAILABLE="true" -->
<tr>
<td align="center" colspan="2">
<input type="submit" value="{SOURCE_SENDBUTTON}">