Rename add-setting to new-setting. Will reuse name for the backend

This commit is contained in:
2011-08-28 10:32:54 +01:00
parent cab3a51323
commit 25449d4d3d
4 changed files with 7 additions and 7 deletions

View File

@@ -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"
}
}
}