summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pref-labels.php')
-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>";