Revision 9771d020
Von Bernd Bleßmann vor 7 Monaten hinzugefügt
SL/AM.pm | ||
---|---|---|
SL::Helper::UserPreferences::DisplayPreferences->new()->get_layout_style();
|
||
}
|
||
|
||
sub part_picker_search_all_as_list_default {
|
||
SL::Helper::UserPreferences::PartPickerSearch->new()->get_all_as_list_default();
|
||
}
|
||
|
||
sub save_preferences {
|
||
$main::lxdebug->enter_sub();
|
||
|
||
... | ... | |
if (exists $form->{layout_style}) {
|
||
SL::Helper::UserPreferences::DisplayPreferences->new()->store_layout_style($form->{layout_style})
|
||
}
|
||
if (exists $form->{part_picker_search_all_as_list_default}) {
|
||
SL::Helper::UserPreferences::PartPickerSearch->new()->store_all_as_list_default($form->{part_picker_search_all_as_list_default})
|
||
}
|
||
|
||
$main::lxdebug->leave_sub();
|
||
|
bin/mozilla/am.pl | ||
---|---|---|
$form->{time_recording_use_duration} = AM->time_recording_use_duration();
|
||
$form->{longdescription_dialog_size_percentage} = AM->longdescription_dialog_size_percentage();
|
||
$form->{layout_style} = AM->layout_style();
|
||
$form->{part_picker_search_all_as_list_default} = AM->part_picker_search_all_as_list_default();
|
||
|
||
$myconfig{show_form_details} = 1 unless (defined($myconfig{show_form_details}));
|
||
$form->{CAN_CHANGE_PASSWORD} = $main::auth->can_change_password();
|
locale/de/all | ||
---|---|---|
'Part classifications' => 'Artikel-Klassifizierungen',
|
||
'Part marked as "Shop part"' => 'Markiert als Shopartikel',
|
||
'Part picker' => 'Artikelauswahl',
|
||
'Part picker search dialog (magnifying glass): "all as list" defaults to on' => 'Artikel-Such-Dialog (Lupe): "alle als Liste" voreinstellen',
|
||
'Part successful counted' => 'Der Artikel wurde gezählt',
|
||
'Part with partnumber: #1 not found' => 'Artikel mit Artikelnummer #1 wurde nicht gefunden',
|
||
'PartClassAbbreviation' => 'Abkürzung der Artikel-Klassifizierung',
|
locale/en/all | ||
---|---|---|
'Part classifications' => '',
|
||
'Part marked as "Shop part"' => '',
|
||
'Part picker' => '',
|
||
'Part picker search dialog (magnifying glass): "all as list" defaults to on' => '',
|
||
'Part successful counted' => '',
|
||
'Part with partnumber: #1 not found' => '',
|
||
'PartClassAbbreviation' => '',
|
templates/design40_webpages/am/config.html | ||
---|---|---|
</table>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Part picker search dialog (magnifying glass): "all as list" defaults to on' | $T8 %]</th>
|
||
<td>
|
||
[% L.yes_no_tag('part_picker_search_all_as_list_default', part_picker_search_all_as_list_default) %]
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div><!-- /.wrapper -->
|
templates/webpages/am/config.html | ||
---|---|---|
</table>
|
||
</td>
|
||
|
||
<tr>
|
||
<th align="right">[% 'Part picker search dialog (magnifying glass): "all as list" defaults to on' | $T8 %]</th>
|
||
<td>
|
||
[% L.yes_no_tag('part_picker_search_all_as_list_default', part_picker_search_all_as_list_default) %]
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
</div>
|
||
|
Auch abrufbar als: Unified diff
Part-Picker Such-Dialog: Defaultwert für "Alle als Liste" speichern können