File/nasmail/include/options/personal.php

Description

options_personal.php

Displays all options relating to personal information

  • version: $Id: personal.php 439 2007-06-24 17:14:28Z tokul $
  • copyright: (c) 1999-2006 The SquirrelMail Project Team
  • copyright: (c) 2006-2007 The NaSMail Project
  • license: GNU Public License
Constants
SMOPT_GRP_CONTACT = 0 (line 16)

Define the group constants for the personal options page.

SMOPT_GRP_REPLY = 1 (line 17)
SMOPT_GRP_SIG = 2 (line 18)
SMOPT_GRP_TZ = 3 (line 19)
Functions
load_optpage_data_personal (line 34)

This function builds an array with all the information about the options available to the user, and returns it. The options are grouped by the groups in which they are displayed.

For each option, the following information is stored:

  • name: the internal (variable) name
  • caption: the description of the option in the UI
  • type: one of SMOPT_TYPE_*
  • refresh: one of SMOPT_REFRESH_*
  • size: one of SMOPT_SIZE_*
  • save: the name of a function to call when saving this option

  • return: all option information
array load_optpage_data_personal ()
save_option_signature (line 240)

Saves the signature option.

void save_option_signature (object SquirrelOption $option)

Documentation generated on Sun, 22 Nov 2009 17:36:44 +0200 by phpDocumentor 1.4.3