summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 20:16:45 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 20:16:45 +0100
commit0d32b41e36fffa800991267b637d9344cb88fd2e (patch)
tree645e10ade87573dca2149b18a1c4a3973984c55a /modules/pref-labels.php
parentb05d782d90348a1c1a4d16b0e39695cbdf663629 (diff)
interface tweaks, add info/question/exclamation pics
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index 94e306a21..3b7d7f79f 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -190,6 +190,9 @@
$sort = "description";
}
+ print "<a class='helpLinkPic' href=\"javascript:displayHelpInfobox(1)\">
+ <img src='images/sign_quest.png'></a>";
+
print "<div class=\"prefGenericAddBox\">";
print"<input type=\"submit\" class=\"button\"
@@ -222,7 +225,6 @@
<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>
- <a class=\"helpLink\" href=\"javascript:displayHelpInfobox(1)\">(?)</a>
</td>
</tr>";