1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

GUI and backwards compatibility fixes

This commit is contained in:
Tijn Kuyper
2012-12-22 11:42:02 +01:00
parent 97d4ea731c
commit 9f3f37f3a1
10 changed files with 80 additions and 48 deletions

View File

@@ -30,7 +30,7 @@ if(!isset($DOWNLOAD_CAT_TABLE_START))
{
$DOWNLOAD_CAT_TABLE_START = "
<div style='text-align:center'>
<table class='fborder' style='".USER_WIDTH."'>\n
<table class='table fborder' style='".USER_WIDTH."'>\n
<colgroup>
<col style='width:3%'/>
<col style='width:60%'/>
@@ -139,7 +139,7 @@ if(!isset($DOWNLOAD_LIST_TABLE_START))
$DOWNLOAD_LIST_TABLE_START = "
<div style='text-align:center'>
<form method='post' action='".e_SELF."?".e_QUERY."'>
<table class='fborder' style='".USER_WIDTH."'>\n
<table class='table fborder' style='".USER_WIDTH."'>\n
<colgroup>
<col style='width:35%;'/>
<col style='width:15%;'/>
@@ -266,7 +266,7 @@ if(!isset($DOWNLOAD_VIEW_TABLE))
{
$DOWNLOAD_VIEW_TABLE = "
<div style='text-align:center'>
<table class='fborder' style='".USER_WIDTH."'>
<table class='table fborder' style='".USER_WIDTH."'>
<colgroup>
<col style='width:30%;'>
<col style='width:70%;'>
@@ -321,7 +321,7 @@ if(!isset($DOWNLOAD_MIRROR_START))
{
$DOWNLOAD_MIRROR_START = "
<div style='text-align:center'>
<table class='fborder' style='".USER_WIDTH."'>
<table class='table fborder' style='".USER_WIDTH."'>
<colgroup>
<col style='width:1%'/>
<col style='width:29%'/>