installer - fix policy 1 + two appearance changes

darcs-hash:20060728232930-9b6ab-78d8ccc570e1e62b8d5b958f70036ce0fd4f0d7b.gz
This commit is contained in:
chris 2006-07-29 01:29:30 +02:00
parent 8f7d700c4e
commit 9c70688ac5
1 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ header('Content-Type: text/html; charset=utf-8');
br.cl { clear:both; }
code { font-size: 110%; color: #008000; }
fieldset { border: none }
label { display: block;}
label { display: block; margin-top: 0.5em; }
select.text, input.text { width: 30em; margin: 0 0.5em; }
</style>
<script type="text/javascript" language="javascript">
@ -293,7 +293,7 @@ EOT;
if($d['policy'] == 2){
$output .= "* @ALL 0\n";
$output .= "* @users 8\n";
}elseif($d['policy'] == 2){
}elseif($d['policy'] == 1){
$output .= "* @ALL 1\n";
$output .= "* @users 8\n";
}else{
@ -451,7 +451,7 @@ function langsel(){
$sel = ($l == $LC) ? 'selected="selected"' : '';
echo '<option value="'.$l.'" '.$sel.'>'.$l.'</option>';
}
echo '</select>';
echo '</select> ';
echo '<input type="submit" value="'.$lang['btn_update'].'" />';
echo '</form>';
}