mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
fix for Bug [ 949157 ] Explorer Width 10px Over 100%
This commit is contained in:
parent
17811d977d
commit
b7854bd614
@ -1,11 +1,5 @@
|
||||
<!-- BEGIN head --><?xml version="1.0" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "XHTML1-f.dtd" >
|
||||
<!--
|
||||
this can used only, when it's sure that Opera does not have problems with selectboxes
|
||||
|
||||
<html xmlns="http://www.w3.org/TR/1999/REC-html-in-xml" xml:lang="{lang_code}" lang="{lang_code}" >
|
||||
-->
|
||||
<html>
|
||||
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<title>{website_title}</title>
|
||||
|
@ -86,7 +86,7 @@
|
||||
<td id="tdAppbox" valign="top" {remove_padding}>
|
||||
<div id="divAppboxHeader">{current_app_title}</div>
|
||||
<div id="divAppbox">
|
||||
<table width="98%" cellpadding="0" cellspacing="0">
|
||||
<table width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
<!-- END navbar_footer -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user