summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be705b7)
raw | patch | inline | side by side (parent: be705b7)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Sep 2008 09:23:18 +0000 (09:23 +0000) | ||
committer | cajus <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 | patch | blob | history | |
gosa-core/contrib/gosa.conf.5 | patch | blob | history | |
gosa-core/include/class_MultiSelectWindow.inc | patch | blob | history |
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)
.nf
<main default="Example Net"
- list_summary="false"
+ listSummary="false"
... >
<location name="Example Net"
.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.
diff --git a/gosa-core/include/class_MultiSelectWindow.inc b/gosa-core/include/class_MultiSelectWindow.inc
index 565de251a6886bf06e1ee33c963882ab934ee692..a98004cedfd15a298497412d85422d838906a140 100644 (file)
$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());
}