mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 13:52:35 +02:00
Html Cleanup
This commit is contained in:
@@ -87,10 +87,10 @@ function show_updates($dbupdate, $what)
|
||||
<form method='post' action='".e_SELF."'>
|
||||
<fieldset id='core-e107-update-{$what}'>
|
||||
<legend>{$caption}</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='2'>
|
||||
<col style='width: 60%'></col>
|
||||
<col style='width: 40%'></col>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 60%' />
|
||||
<col style='width: 40%' />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user