diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
| commit | 656e2ce62ac0667e700dab8cb12fbe476ce2c7b7 (patch) | |
| tree | b7098c5deaf1afeb0713e80b5256bb6c8d37a95c /htroot/IndexImportOAIPMHList_p.html | |
| parent | e11504309fb7f21a492598d17d6ccbc5c56faf33 (diff) | |
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/IndexImportOAIPMHList_p.html')
| -rw-r--r-- | htroot/IndexImportOAIPMHList_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/IndexImportOAIPMHList_p.html b/htroot/IndexImportOAIPMHList_p.html index 46e9c9982..2da1a4cd6 100644 --- a/htroot/IndexImportOAIPMHList_p.html +++ b/htroot/IndexImportOAIPMHList_p.html @@ -28,7 +28,7 @@ <input type="submit" name="loadrows" value="Load Selected Sources" />
</p>
<!-- Making the following table sortable could really consume some CPU if the list is huge - remove the class="sortable" if that is not desired ! -->
- <table class="sortable" cellpadding="2" cellspacing="1" >
+ <table class="sortable" >
<tr class="TableHeader">
<td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td>
<td>Source</td>
@@ -48,7 +48,7 @@ #(import)#::
<h3>Import List</h3>
- <table cellpadding="2" cellspacing="1" >
+ <table >
<tr class="TableHeader">
<td>Thread</td>
<td>Source</td>
|
