summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-14 09:08:18 +0100
committerAndrew Dolgov <[email protected]>2007-05-14 09:08:18 +0100
commit5ede560f8ceff1d2eb5d2dcd2bd7432acfa18f73 (patch)
tree407d67a1a7a6bf6cfd882bd3d7b8e9889ce5ddb7 /modules
parente8d0177dab545981e944cd11a514c12cdcc61ff9 (diff)
add infobox overlay, layout fixes
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-filters.php2
-rw-r--r--modules/pref-labels.php2
-rw-r--r--modules/pref-users.php6
3 files changed, 5 insertions, 5 deletions
diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index db2744b28..7445c0e0d 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -260,7 +260,7 @@
print "<tr class=\"title\">
<td align='center' width=\"5%\">&nbsp;</td>
<td width=\"20%\"><a href=\"javascript:updateFilterList('reg_exp')\">".__('Filter expression')."</a></td>
- <td width=\"20%\"><a href=\"javascript:updateFilterList('feed_title')\">".__('Feed')."</a></td>
+ <td width=\"\"><a href=\"javascript:updateFilterList('feed_title')\">".__('Feed')."</a></td>
<td width=\"15%\"><a href=\"javascript:updateFilterList('filter_type')\">".__('Match')."</a></td>
<td width=\"15%\"><a href=\"javascript:updateFilterList('action_description')\">".__('Action')."</a></td>";
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index 3b1f5829c..5260e7659 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -234,7 +234,7 @@
print "<tr class=\"title\">
<td width=\"5%\">&nbsp;</td>
<td width=\"30%\"><a href=\"javascript:updateLabelList('description')\">".__('Caption')."</a></td>
- <td width=\"50%\"><a href=\"javascript:updateLabelList('sql_exp')\">".__('SQL Expression')."</a>
+ <td width=\"\"><a href=\"javascript:updateLabelList('sql_exp')\">".__('SQL Expression')."</a>
</td>
</tr>";
diff --git a/modules/pref-users.php b/modules/pref-users.php
index b61323ad4..156772b77 100644
--- a/modules/pref-users.php
+++ b/modules/pref-users.php
@@ -212,9 +212,9 @@
print "<tr class=\"title\">
<td align='center' width=\"5%\">&nbsp;</td>
- <td width='40%'><a href=\"javascript:updateUsersList('login')\">".__('Login')."</a></td>
- <td width='40%'><a href=\"javascript:updateUsersList('access_level')\">".__('Access Level')."</a></td>
- <td width='30%'><a href=\"javascript:updateUsersList('last_login')\">".__('Last login')."</a></td></tr>";
+ <td width=''><a href=\"javascript:updateUsersList('login')\">".__('Login')."</a></td>
+ <td width='20%'><a href=\"javascript:updateUsersList('access_level')\">".__('Access Level')."</a></td>
+ <td width='20%'><a href=\"javascript:updateUsersList('last_login')\">".__('Last login')."</a></td></tr>";
$lnum = 0;