plugins/SpecialUserPrefs.php
changeset 140 40f7fa5fd061
parent 133 af0f6ec48de3
child 175 1465f48faba0
equal deleted inserted replaced
139:070ff1509cc2 140:40f7fa5fd061
   575             <td class="row2" style="width: 50%;">Your hobbies:</td>
   575             <td class="row2" style="width: 50%;">Your hobbies:</td>
   576             <td class="row1" style="width: 50%;"><input type="text" name="hobbies" value="<?php echo $session->user_extra['user_hobbies']; ?>" size="30" /></td>
   576             <td class="row1" style="width: 50%;"><input type="text" name="hobbies" value="<?php echo $session->user_extra['user_hobbies']; ?>" size="30" /></td>
   577           </tr>
   577           </tr>
   578           <tr>
   578           <tr>
   579             <td class="row2" style="width: 50%;"><label for="chk_email_public">E-mail address is public</label><br /><small>If this is checked, your e-mail address will be displayed on your user page. To protect your address from spambots, your e-mail address will be encrypted.</small></td>
   579             <td class="row2" style="width: 50%;"><label for="chk_email_public">E-mail address is public</label><br /><small>If this is checked, your e-mail address will be displayed on your user page. To protect your address from spambots, your e-mail address will be encrypted.</small></td>
   580             <td class="row1" style="width: 50%;"><input type="checkbox" id="chk_email_public" name="email_public" value="<?php if ($session->user_extra['email_public'] == 1) echo 'checked="checked"'; ?>" size="30" /></td>
   580             <td class="row1" style="width: 50%;"><input type="checkbox" id="chk_email_public" name="email_public" <?php if ($session->user_extra['email_public'] == 1) echo 'checked="checked"'; ?> size="30" /></td>
   581           </tr>
   581           </tr>
   582           <tr>
   582           <tr>
   583             <th class="subhead" colspan="2">
   583             <th class="subhead" colspan="2">
   584               <input type="submit" name="submit" value="Save profile" />
   584               <input type="submit" name="submit" value="Save profile" />
   585             </th>
   585             </th>