. */ class Helpab extends Help { public function __construct() { $this->title = "AEGEE Bodies"; $this->name = "ab"; } public function get_help() { echoln("In the AEGEE Bodies, you can find all bodies that are known by the applications program. Normally this list is updated every night from the "); echoln("AEGEE-Europe Address Book. Changes made before the evening should appear next day in this list."); echoln("

In the different columns you can find the following information:"); echoln("

"); echoln("

When you press the 'Edit' link, you see all data that is stored about this body. You cannot edit it, as it would be overwritten the next night anyway. To change values, "); echoln("you have to contact ABC. When they make the changes in Address Book, they show up here the next day as well (so don't ask the webmaster, he cannot help you)."); echoln("
You can edit the number of delegates, envoys, visitors and observers this body can assign people to. By default the value is '-1', meaning the default value for this kind "); echoln("of body is taken from Setup. You can fill in any number you want, as long as it is -1 or higher. Below the field you can see how many places are granted (this is not updated "); echoln("until you press the 'Update' button). Any value above -1 will override the default value (so it can increase or decrease compared to the default value)."); } } ?>