Procedural File: add_value_form.php
Source Location: /templates/tree/add_value_form.php
Page Details:
add_value_form.php Displays a form to allow the user to enter a new value to add to the existing list of values for a multi-valued attribute.
Variables that come in as GET vars: - dn (rawurlencoded)
- attr (rawurlencoded) the attribute to which we are adding a value
Tags:
Includes:
include_once('../../lib/security.inc') [line 46]
security functions
include_once('../../lib/tree.inc') [line 48]
tree functions
include_once('../../lib/config.inc') [line 50]
access to configuration
include_once('../../lib/ldap.inc') [line 52]
LDAP functions
include_once('../../lib/status.inc') [line 54]
status messages
|