23 lines
410 B
Smarty
23 lines
410 B
Smarty
"page_replacements": {
|
|
|
|
"dialog-header-title": {
|
|
"content": "Settings updated"
|
|
},
|
|
|
|
"dialog-body": {
|
|
{include file="fragments/update-settings-dialog.tpl" assign=dialog_content}
|
|
"content": {$dialog_content|json_encode}
|
|
}
|
|
|
|
},
|
|
|
|
"dialog": {
|
|
"show": true,
|
|
"buttons": {
|
|
"type": "ok",
|
|
"actions": {
|
|
"ok": "close-dialog"
|
|
}
|
|
}
|
|
}
|