Code

Moved from list_summary to listSummary
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Sep 2008 09:23:18 +0000 (09:23 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Sep 2008 09:23:18 +0000 (09:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12391 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/gosa.conf
gosa-core/contrib/gosa.conf.5
gosa-core/include/class_MultiSelectWindow.inc

index 7e4d9ad06ee244ceb7976862163b1c8a4c22e2c0..dfcee8c3544772a83238efec057d0ea4f1233332 100644 (file)
   -->
   <main default="{$cv.location}"
 {if $cv.optional.list_summary}
-        list_summary="true"
+        listSummary="true"
 {else}
-        list_summary="false"
+        listSummary="false"
 {/if}
 {if $cv.pwd_rules.pwminlen_active}
         pwminlen="{$cv.pwd_rules.pwminlen}"
index cad7728175fc15e3a2251ee1f8afe52205eaac75..76219ccce93b6b325cd08605297a7b16eea869e5 100644 (file)
@@ -172,7 +172,7 @@ each location definition inside of this global definition.
 
 .nf
   <main default="Example Net"
-        list_summary="false"
+        listSummary="false"
         ... >
 
         <location name="Example Net"
@@ -440,11 +440,11 @@ credentials@host:port
 
 .B Browser and display options
 
-.B list_summary
+.B listSummary
 .I true/false
 .PP
 The
-.I list_summary
+.I listSummary
 statement determines whether a status bar will be shown on the bottom of
 GOsa generated lists, displaying a short summary of type and number of
 elements in the list.
index 565de251a6886bf06e1ee33c963882ab934ee692..a98004cedfd15a298497412d85422d838906a140 100644 (file)
@@ -374,7 +374,7 @@ class MultiSelectWindow{
                $divlist->SetEntriesPerPage(0); // 0 for scrollable list
 
     /* Display list footer with summary of all listed entries */
-    if ($this->config->get_cfg_value("list_summary") == "true"){
+    if ($this->config->get_cfg_value("listSummary") == "true"){
       $divlist->SetFooter($this->get_List_Bottom_Info());
     }