~ubuntu-branches/ubuntu/maverick/gosa/maverick

« back to all changes in this revision

Viewing changes to plugins/admin/departments/class_departmentManagement.inc

  • Committer: Bazaar Package Importer
  • Author(s): Cajus Pollmeier
  • Date: 2007-04-11 10:02:20 UTC
  • Revision ID: james.westby@ubuntu.com-20070411100220-p30rdbqio3m61dvj
Tags: 2.5.10-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  var $plHeadline= "Departments";
26
26
  var $plDescription= "This does something";
27
27
 
28
 
  /* CLI vars */
29
 
  var $cli_summary= "Handling of LDAP subtrees";
30
 
  var $cli_description= "Some longer text\nfor help";
31
 
  var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
32
 
 
33
28
  /* Headpage attributes */
34
29
  var $last_dep_sorting= "invalid";
35
30
  var $departments= array();