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

@@ -22,7 +22,7 @@
<tr>
<td colspan="2">
<input type="button" id="settings_save" name="save" value="Save" />
<input type="button" id="settings_add" name="add" value="Add Setting" />
<input type="button" id="settings_new" name="new_setting" value="New Setting" />
</td>
</tr>
</tfoot>

View File

@@ -5,8 +5,8 @@
},
"dialogcontent": {
{include file="admin/add-setting.tpl" assign=add_setting_content}
"content": {$add_setting_content|json_encode}
{include file="fragments/new-setting-dialog.tpl" assign=new_setting_dialog_content}
"content": {$new_setting_dialog_content|json_encode}
}
},