View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016713 | phpList 3 application | Interface - Frontend | public | 05-11-12 15:12 | 21-06-18 13:03 |
Reporter | drzraf | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86_64 | OS | linux | OS Version | gentoo |
Product Version | SVN | ||||
Fixed in Version | 2.11.10 | ||||
Summary | 0016713: screen width is stuck to 710px | ||||
Description | While most screen display at the *very* least at 1024x980px is would be nice to display at least 980px wide. | ||||
Additional Information | I reindented the template I removed a very probably useless <tr>. Use git diff -w or svn diff -bBw to see the real change (a couple of lines) | ||||
Tags | UI Improvements | ||||
|
0001-increase-screen-width-use.patch (5,462 bytes)
From 1a831dddd5661fb97f15a9c3678bb5d485544b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Droz?= <raphael.droz+floss@gmail.com> Date: Mon, 5 Nov 2012 16:04:43 +0100 Subject: [PATCH] increase screen width use --- public_html/lists/admin/defaultconfig.inc | 10 +---- public_html/lists/admin/ui/orange/header.inc | 58 +++++++++++-------------- 2 files changed, 28 insertions(+), 40 deletions(-) diff --git a/public_html/lists/admin/defaultconfig.inc b/public_html/lists/admin/defaultconfig.inc index 6b94859..d2d7087 100644 --- a/public_html/lists/admin/defaultconfig.inc +++ b/public_html/lists/admin/defaultconfig.inc @@ -13,18 +13,12 @@ $defaultheader = ' <body bgcolor="#ffffff"> <a name="top"></a> <div align="center"> -<table class="defaultheader" cellspacing="0" cellpadding="0" width="710" border="0"> - -<tr> -<td bgcolor="#000000" rowspan="3"><img height="1" alt="" src="images/transparent.png" width="1" border="0" /></td> -<td bgcolor="#000000"><img height="1" alt="" src="images/transparent.png" width="708" border="0" /></td> -<td bgcolor="#000000" rowspan="3"><img height="1" alt="" src="images/transparent.png" width="1" border="0" /></td> -</tr> +<table class="defaultheader" cellspacing="0" cellpadding="0" width="960" border="0"> <tr valign="top"> <td> <!--TOP TABLE starts--> -<table class="defaultconfigTopTable" cellspacing="0" cellpadding="0" width="708" border="0" bgcolor="#ffffff"> +<table class="defaultconfigTopTable" cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#ffffff"> <tr valign="top"> <td height="41" background="images/top01.png" colspan="2"> diff --git a/public_html/lists/admin/ui/orange/header.inc b/public_html/lists/admin/ui/orange/header.inc index 08c1bf2..c692ed4 100644 --- a/public_html/lists/admin/ui/orange/header.inc +++ b/public_html/lists/admin/ui/orange/header.inc @@ -1,37 +1,31 @@ - </head> +</head> <body bgcolor="#ffffff" background="ui/orange/images/bg.png"> -<div id="dialog"></div><div id="hiddendiv"></div> + <div id="dialog"></div><div id="hiddendiv"></div> -<a name="top"></a> -<div align=center> -<table class="header" cellspacing="0" cellpadding="0" width="710" border="0"> -<tr> -<td bgcolor="#000000" rowspan="3"><img height="1" alt="" src="ui/orange/images/transparent.png" width="1" border="0" /></td> -<td bgcolor="#000000"><img height="1" alt="" src="ui/orange/images/transparent.png" width="708" border="0" /></td> -<td bgcolor="#000000" rowspan="3"><img height="1" alt="" src="ui/orange/images/transparent.png" width="1" border="0" /></td> -</tr> - -<tr valign="top" align="left"> -<td> -<!--TOP table starts--> -<table cellspacing="0" cellpadding="0" width="708" bgcolor="#ffffff" border="0"> - <tr valign="top"> - <td colspan="2" rowspan="2" height="63" background="ui/orange/images/topstrip.png" /><a href="http://www.phplist.com" target="_blank"><img src="ui/orange/images/masthead.png" border="0" width="577" height="75" alt="" /></a></td> - <td align="left" background="ui/orange/images/topstrip.png" bgcolor="#F0D1A3"> - <div class="poweredby"> powered by:<br /> - [<a class="powered" href="http://www.php.net/" target="_new">PHP</a>] + - [<a class="powered" href="http://www.mysql.com/" target="_new">mySQL</a>]</div></td></tr> - <tr vAlign="bottom"> - <td vAlign="bottom" width="132" background="ui/orange/images/topright.png" bgcolor="#F0D1A3"> - <span class="webblermenu">phplist</span></td></tr> - <tr> - <td bgcolor="#000000"><img height="1" alt="" src="ui/orange/images/transparent.png" width="20" border="0" /></td> - <td bgcolor="#000000"><img height="1" alt="" src="ui/orange/images/transparent.png" width="576" border="0" /></td> - <td bgcolor="#000000"><img height="1" alt="" src="ui/orange/images/transparent.png" width="132" border="0" /></td></tr> - <tr valign="top"> - <td> </td> -<td><div align="left"> -<br /> + <a name="top"></a> + <div align=center> + <table class="header" cellspacing="0" cellpadding="0" width="960" border="0"> + <tr valign="top" align="left"> + <td> + <!--TOP table starts--> + <table cellspacing="0" cellpadding="0" width="100%" bgcolor="#ffffff" border="0"> + <tr valign="top"> + <td colspan="2" rowspan="2" height="63" background="ui/orange/images/topstrip.png" /><a href="http://www.phplist.com" target="_blank"><img src="ui/orange/images/masthead.png" border="0" width="577" height="75" alt="" /></a></td> + <td align="left" background="ui/orange/images/topstrip.png" bgcolor="#F0D1A3"> + <div class="poweredby"> powered by:<br /> + [<a class="powered" href="http://www.php.net/" target="_new">PHP</a>] + + [<a class="powered" href="http://www.mysql.com/" target="_new">mySQL</a>]</div></td></tr> + <tr vAlign="bottom"> + <td vAlign="bottom" width="132" background="ui/orange/images/topright.png" bgcolor="#F0D1A3"> + <span class="webblermenu">phplist</span></td></tr> + <tr> + <td bgcolor="#000000"><img height="1" alt="" src="ui/orange/images/transparent.png" width="20" border="0" /></td> + <td bgcolor="#000000"><img height="1" alt="" src="ui/orange/images/transparent.png" width="576" border="0" /></td> + <td bgcolor="#000000"><img height="1" alt="" src="ui/orange/images/transparent.png" width="132" border="0" /></td></tr> + <tr valign="top"> + <td> </td> + <td><div align="left"> + <br /> <?php include dirname(__FILE__).'/mainmenu.php'; print topMenu(); -- 1.7.8.6 |
|
the "dressprow" theme is adaptive :-) |
|
it's debatable whether fixing it to another width is a good solution. I guess this should be superceded by more flexible design overall. |