Complete settings update including success dialog

This commit is contained in:
2011-08-26 18:41:40 +01:00
parent 91749f7f85
commit f884e93021
8 changed files with 79 additions and 10 deletions

View File

@@ -0,0 +1,22 @@
"page_replacements": {
"dialogheadertitle": {
"content": "Update Settings"
},
"dialogcontent": {
{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"
}
}
}