Revision 0ff43ab4
Von Bernd Bleßmann vor etwa 6 Jahren hinzugefügt
templates/webpages/am/config.html | ||
---|---|---|
163 | 163 |
[% L.input_tag('form_cvars_nr_cols', MYCONFIG.form_cvars_nr_cols || 3, size = 5) %] |
164 | 164 |
</td> |
165 | 165 |
</tr> |
166 |
|
|
166 | 167 |
<tr> |
167 | 168 |
<th align="right">[% 'Quick Searches that will be shown in the header for this user' | $T8 %]</th> |
168 | 169 |
<td colspan=2> |
... | ... | |
179 | 180 |
</div> |
180 | 181 |
</td> |
181 | 182 |
</tr> |
183 |
|
|
184 |
<tr> |
|
185 |
<th align="right">[% 'Displayable Name Preferences' | $T8 %]</th> |
|
186 |
<td> |
|
187 |
<table> |
|
188 |
[% FOREACH module=displayable_name_specs_by_module.keys.sort %] |
|
189 |
[%- SET spec=displayable_name_specs_by_module.$module -%] |
|
190 |
<tr> |
|
191 |
<td align="right">[% spec.specs.title %]</td> |
|
192 |
<td> |
|
193 |
<table> |
|
194 |
<tr> |
|
195 |
<th align="left" class="listheading">[% 'Option' | $T8 %]</th> |
|
196 |
<th align="left" class="listheading">[% 'Name' | $T8 %]</th> |
|
197 |
</tr> |
|
198 |
[% FOREACH option=spec.specs.options %] |
|
199 |
<tr> |
|
200 |
<td>[% option.title %]</td> |
|
201 |
<td>[% option.name %]</td> |
|
202 |
</tr> |
|
203 |
[% END %] |
|
204 |
<tr> |
|
205 |
<th align="left">[% 'Display' | $T8 %]:</th> |
|
206 |
<td> |
|
207 |
[% L.hidden_tag("displayable_name_specs[+].module", module) %] |
|
208 |
[% L.input_tag("displayable_name_specs[].value", spec.prefs.get, size=50) %] |
|
209 |
</td> |
|
210 |
</tr> |
|
211 |
</table> |
|
212 |
</td> |
|
213 |
</tr> |
|
214 |
[% END %] |
|
215 |
</table> |
|
216 |
</td> |
|
217 |
|
|
182 | 218 |
</table> |
183 | 219 |
</div> |
184 | 220 |
|
Auch abrufbar als: Unified diff
DisplayableNamePrefs: Benutzereinstellungen