summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 18:53:50 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 18:53:50 +0100
commit4255b24ccfe9cb813b82df0e150b141d60712593 (patch)
treee80cd9b767a6cb3f818d2e1bee729d3795cedc98 /prefs.php
parent4668523d7ceb98d033c6602f6b0d1540f1e49103 (diff)
add preferences tab
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 09fbc9e54..1c4b5e2d6 100644
--- a/prefs.php
+++ b/prefs.php
@@ -45,6 +45,9 @@
<input id="labelConfigTab" class="prefsTab" type="submit" value="Label Editor"
onclick="selectTab('labelConfig')">
<? } ?>
+ <input id="genConfigTab" class="prefsTab" type="submit" value="User Preferences"
+ onclick="selectTab('genConfig')">
+
</td>
<td class="prefsToolbar" valign="middle" align="right">
<input type="submit" onclick="gotoMain()" class="button" value="Return to main">