summaryrefslogtreecommitdiff
path: root/forum/utils/addressbook.php
diff options
context:
space:
mode:
Diffstat (limited to 'forum/utils/addressbook.php')
-rw-r--r--forum/utils/addressbook.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/utils/addressbook.php b/forum/utils/addressbook.php
index 9fe3e9c..c3c5d65 100644
--- a/forum/utils/addressbook.php
+++ b/forum/utils/addressbook.php
@@ -30,7 +30,7 @@ function form($cid,
Email2: <input name="email2" value="<?php echo $email2;?>"><br/>
URL: <input name="url" value="<?php echo $url;?>"><br/>
URL2: <input name="url2" value="<?php echo $url2;?>"><br/>
- Essential: <input type="checkbox" name="essential"<?php if($essential == "on") echo " checked";?>><br/>
+ Essential: <input type="checkbox" name="essential"<?php if($essential == "on") echo " checked";?>> (show on frontpage)<br/>
Notes:<br/>
<textarea name="notes" cols="60" rows="10"><?php echo $notes;?></textarea><br/>
<button type="submit"><?php echo $buttontext; ?></button>