mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
(Per SweetAs) Integrate 0.7 bugfix: give admin table displays reasonable speed by
use of COLGROUP/COL
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/theme.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/theme.php,v $
|
||||||
| $Revision: 1.1.1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2006-12-02 04:35:52 $
|
| $Date: 2007-01-20 16:29:24 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: mrpete $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -71,11 +71,11 @@ $HEADER = "<table class='page_container'>
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='main_section'>
|
<table class='main_section'>
|
||||||
<tr style='display: none'>
|
<colgroup>
|
||||||
<td style='width: 170px'></td>
|
<col style='width: 170px' />
|
||||||
<td style='width: auto'></td>
|
<col style='width: auto' />
|
||||||
<td style='width: 170px'></td>
|
<col style='width: 170px' />
|
||||||
</tr>
|
</colgroup>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='left_menu'>
|
<td class='left_menu'>
|
||||||
|
Reference in New Issue
Block a user