mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
More HTML cleanup
This commit is contained in:
@@ -124,10 +124,10 @@ function show_admins()
|
|||||||
<legend class='e-hideme'>".ADMSLAN_13."</legend>
|
<legend class='e-hideme'>".ADMSLAN_13."</legend>
|
||||||
<table class='adminlist'>
|
<table class='adminlist'>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style='width: 5%'></col>
|
<col style='width: 5%' />
|
||||||
<col style='width: 20%'></col>
|
<col style='width: 20%' />
|
||||||
<col style='width: 65%'></col>
|
<col style='width: 65%' />
|
||||||
<col style='width: 10%'></col>
|
<col style='width: 10%' />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@@ -956,14 +956,14 @@ class cron
|
|||||||
.e_SELF."' id='cronform'>
|
.e_SELF."' id='cronform'>
|
||||||
<table class='adminlist'>
|
<table class='adminlist'>
|
||||||
<colgroup span='8'>
|
<colgroup span='8'>
|
||||||
<col></col>
|
<col />
|
||||||
<col></col>
|
<col />
|
||||||
<col></col>
|
<col />
|
||||||
<col></col>
|
<col />
|
||||||
<col></col>
|
<col />
|
||||||
<col></col>
|
<col />
|
||||||
<col></col>
|
<col />
|
||||||
<col></col>
|
<col />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@@ -541,8 +541,8 @@ class system_tools
|
|||||||
<legend class='e-hideme'>Export Options</legend>
|
<legend class='e-hideme'>Export Options</legend>
|
||||||
<table class='adminlist'>
|
<table class='adminlist'>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style='width: 80%'></col>
|
<col style='width: 80%' />
|
||||||
<col style='width: 20%'></col>
|
<col style='width: 20%' />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -1178,10 +1178,10 @@ function verify_sql_record() // deprecated by db_verify.php ( i think).
|
|||||||
<legend>".DBLAN_40." ".$ctype."</legend>
|
<legend>".DBLAN_40." ".$ctype."</legend>
|
||||||
<table class='adminlist'>
|
<table class='adminlist'>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style='width: 20%'></col>
|
<col style='width: 20%' />
|
||||||
<col style='width: 10%'></col>
|
<col style='width: 10%' />
|
||||||
<col style='width: 50%'></col>
|
<col style='width: 50%' />
|
||||||
<col style='width: 20%'></col>
|
<col style='width: 20%' />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user