Add labels for index-type settings
This commit is contained in:
parent
bebb7a8702
commit
802f9f727b
@ -65,7 +65,7 @@ Read=Lire
|
|||||||
Automatic marking read=Lu automatique
|
Automatic marking read=Lu automatique
|
||||||
Chat notifications=Notifications dans le tchat
|
Chat notifications=Notifications dans le tchat
|
||||||
Date format=Format de la date
|
Date format=Format de la date
|
||||||
Default sorting direction=
|
Default sorting direction=Direction de tri par défaut
|
||||||
Default sorting field=Champ de tri par défaut
|
Default sorting field=Champ de tri par défaut
|
||||||
HUD notifications=Notifications ATH
|
HUD notifications=Notifications ATH
|
||||||
Mark a message as read when opened=Marquer un message comme lu lorsqu'il est ouvert
|
Mark a message as read when opened=Marquer un message comme lu lorsqu'il est ouvert
|
||||||
|
@ -96,6 +96,9 @@ function mail.show_settings(name)
|
|||||||
local dataset_str = table.concat(formatted_dataset, ",")
|
local dataset_str = table.concat(formatted_dataset, ",")
|
||||||
local dataset_selected_id = field_default
|
local dataset_selected_id = field_default
|
||||||
formspec = formspec .. [[
|
formspec = formspec .. [[
|
||||||
|
label[]] .. x .. "," .. y .. ";" .. data.label .. "]"
|
||||||
|
y = y + 0.4
|
||||||
|
formspec = formspec .. [[
|
||||||
dropdown[]] .. x .. "," .. y .. ";3,0.5;" .. setting .. ";" ..
|
dropdown[]] .. x .. "," .. y .. ";3,0.5;" .. setting .. ";" ..
|
||||||
dataset_str .. [[;]] .. dataset_selected_id .. [[;true]
|
dataset_str .. [[;]] .. dataset_selected_id .. [[;true]
|
||||||
]]
|
]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user