away tabs
parent
fab8a996e3
commit
273f41d90b
|
@ -1656,8 +1656,11 @@ function EnvOpt($needUpdate = 0)
|
||||||
</script><br>';
|
</script><br>';
|
||||||
}
|
}
|
||||||
$html .= '
|
$html .= '
|
||||||
|
<style type="text/css">
|
||||||
|
.tabs td { padding: 7px; }
|
||||||
|
</style>
|
||||||
<table border=0>
|
<table border=0>
|
||||||
<tr>';
|
<tr class="tabs">';
|
||||||
if ($_GET['frame']=='home') $html .= '
|
if ($_GET['frame']=='home') $html .= '
|
||||||
<td>' . getconstStr('Home') . '</td>';
|
<td>' . getconstStr('Home') . '</td>';
|
||||||
else $html .= '
|
else $html .= '
|
||||||
|
|
Loading…
Reference in New Issue