Files
handbrake-cluster-webui/webui/source/templates/ajax/admin/add-setting.tpl
Ben Roberts cab3a51323 Add initial support for adding settings.
Adds "Add Setting" button to table, and shows a popup with form
elements for adding a new setting. Does not yet add setting to the db.
2011-08-27 20:25:48 +01:00

26 lines
505 B
Smarty

"page_replacements": {
"dialogheadertitle": {
"content": "Add Setting"
},
"dialogcontent": {
{include file="admin/add-setting.tpl" assign=add_setting_content}
"content": {$add_setting_content|json_encode}
}
},
"dialog": {
"show": true,
"buttons": {
"type": "okcancel",
"actions": {
"ok": [
"add-setting",
"close-dialog"
],
"cancel": "close-dialog"
}
}
}