Revision 1edebcf0
Von Werner Hahn vor etwa 6 Jahren hinzugefügt
templates/webpages/am/config.html | ||
---|---|---|
2 | 2 |
[%- USE LxERP %] |
3 | 3 |
[%- USE HTML %] |
4 | 4 |
[%- USE L %] |
5 |
[% USE Dumper %] |
|
5 |
|
|
6 | 6 |
<h1>[% title %]</h1> |
7 | 7 |
|
8 | 8 |
<form method="post" action="am.pl" name="Form" id="form"> |
... | ... | |
168 | 168 |
<td colspan=2> |
169 | 169 |
<div class="clearfix"> |
170 | 170 |
[% L.select_tag("quick_search_modules[]", |
171 |
ENABLED_QUICK_SEARCHMODULES,
|
|
171 |
enabled_quick_searchmodules,
|
|
172 | 172 |
value_key = "name", |
173 | 173 |
title_key = "description_config", |
174 | 174 |
id = "quick_searches", |
175 | 175 |
multiple = 1, |
176 | 176 |
with_empty = 1 |
177 |
size = ENABLED_QUICK_SEARCHMODULES.size, |
|
178 |
default = DEFAULT_QUICK_SEARCHMODULES) %] |
|
179 |
[% # L.multiselect2side("quick_searches", labelsx=LxERP.t8("All modules"), labeldx=LxERP.t8("Enabled modules")) %] |
|
177 |
size = enabled_quick_searchmodules.size, |
|
178 |
default = default_quick_searchmodules) %] |
|
180 | 179 |
</div> |
181 | 180 |
</td> |
182 | 181 |
</tr> |
Auch abrufbar als: Unified diff
TopQuickSearch: UserPreferences kleinere Syntaxverbesserungen