Rename add-setting to new-setting. Will reuse name for the backend
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user