summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 11:17:17 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 11:17:17 +0100
commit4d23f96e95c83473c0960e1e85c9e4d3159d503b (patch)
treee625640c4d5dc5fd75443596b2313e7223b17c7a /modules
parent625acd1cdf86b4c432210989caea2c5ab35b0783 (diff)
pref-labels: disable table caption
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-labels.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index f03985780..797d2de3f 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -160,11 +160,11 @@
<a href=\"javascript:selectPrefRows('label', false)\">".__('None')."</a>
</td</tr>";
- print "<tr class=\"title\">
+/* print "<tr class=\"title\">
<td width=\"5%\">&nbsp;</td>
- <td width=\"95%\"><a href=\"javascript:updateLabelList('description')\">".__('Caption')."</a></td>
+ <td width=\"95%\"><a href=\"javascript:updateLabelList('caption')\">".__('Caption')."</a></td>
</td>
- </tr>";
+ </tr>"; */
$lnum = 0;
@@ -179,7 +179,7 @@
$line["caption"] = htmlspecialchars($line["caption"]);
- print "<td align='center'><input
+ print "<td width='5%' align='center'><input
onclick='toggleSelectPrefRow(this, \"label\");'
type=\"checkbox\" id=\"LICHK-".$line["id"]."\"></td>";