mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Disabled frames
This commit is contained in:
parent
f20d77f356
commit
d3bcb08a08
@ -39,7 +39,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<?php $selected = array(); ?>
|
<?php $selected = array(); ?>
|
||||||
|
|
||||||
<?php $selected[$current_config["useframes"]] = " selected"; ?>
|
<?php/* $selected[$current_config["useframes"]] = " selected"; ?>
|
||||||
<tr bgcolor="e6e6e6">
|
<tr bgcolor="e6e6e6">
|
||||||
<td>Frame support:</td>
|
<td>Frame support:</td>
|
||||||
<td>
|
<td>
|
||||||
@ -50,7 +50,7 @@
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php $selected = array(); ?>
|
<?php $selected = array(); */?>
|
||||||
|
|
||||||
<?php $selected[$current_config["htmlcompliant"]] = " selected"; ?>
|
<?php $selected[$current_config["htmlcompliant"]] = " selected"; ?>
|
||||||
<tr bgcolor="e6e6e6">
|
<tr bgcolor="e6e6e6">
|
||||||
|
@ -33,6 +33,8 @@
|
|||||||
|
|
||||||
if ($submit) {
|
if ($submit) {
|
||||||
@$phpgw_setup->db->query("delete from config");
|
@$phpgw_setup->db->query("delete from config");
|
||||||
|
// This is only temp.
|
||||||
|
$phpgw_setup->db->query("insert into config (config_name, config_value) values ('useframes','never')");
|
||||||
while ($newsetting = each($newsettings)) {
|
while ($newsetting = each($newsettings)) {
|
||||||
if ($newsetting[0] == "nntp_server") {
|
if ($newsetting[0] == "nntp_server") {
|
||||||
$phpgw_setup->db->query("select config_value FROM config WHERE config_name='nntp_server'");
|
$phpgw_setup->db->query("select config_value FROM config WHERE config_name='nntp_server'");
|
||||||
|
Loading…
Reference in New Issue
Block a user