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

More HTML cleanup

This commit is contained in:
CaMer0n
2012-05-13 05:50:32 +00:00
parent e7968c1cf8
commit 546d930311
21 changed files with 162 additions and 162 deletions

View File

@@ -210,12 +210,12 @@ if(isset($_POST['language_sel']) && isset($_POST['language']))
$text .= "
<fieldset id='core-lancheck-plugin'>
<legend>".ADLAN_CL_7."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'>
<colgroup span='4'>
<col style='width: 25%'></col>
<col style='width: 25%'></col>
<col style='width: 40%'></col>
<col style='width: 10%'></col>
<table class='adminlist'>
<colgroup>
<col style='width: 25%' />
<col style='width: 25%' />
<col style='width: 40%' />
<col style='width: 10%' />
</colgroup>
<thead>
<tr>
@@ -244,12 +244,12 @@ if(isset($_POST['language_sel']) && isset($_POST['language']))
$text .= "
<fieldset id='core-lancheck-theme'>
<legend>".LAN_CHECK_22."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'>
<colgroup span='4'>
<col style='width: 25%'></col>
<col style='width: 25%'></col>
<col style='width: 40%'></col>
<col style='width: 10%'></col>
<table class='adminlist'>
<colgroup>
<col style='width: 25%' />
<col style='width: 25%' />
<col style='width: 40%' />
<col style='width: 10%' />
</colgroup>
<thead>
<tr>
@@ -309,11 +309,11 @@ class lancheck
$text .= "
<fieldset id='core-lancheck-{$fieldset_id}'>
<legend>{$legend_txt}</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'>
<colgroup span='3'>
<col style='width: 50%'></col>
<col style='width: 40%'></col>
<col style='width: 10%'></col>
<table class='adminlist'>
<colgroup>
<col style='width: 50%' />
<col style='width: 40%' />
<col style='width: 10%' />
</colgroup>
<thead>
<tr>
@@ -627,11 +627,11 @@ class lancheck
<form method='post' action='".e_SELF."?".e_QUERY."' id='transform'>
<fieldset id='core-lancheck-edit'>
<legend>".LAN_CHECK_3." ".str_replace(array(e_PLUGIN, e_LANGUAGEDIR), array(e_PLUGIN_ABS, e_LANGUAGEDIR_ABS), $dir2)."{$f2} -&gt; {$lan}</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'>
<colgroup span='3'>
<col style='width: 20%'></col>
<col style='width: 40%'></col>
<col style='width: 40%'></col>
<table class='adminlist'>
<colgroup>
<col style='width: 20%' />
<col style='width: 40%' />
<col style='width: 40%' />
</colgroup>
<thead>
<tr>