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,21 +0,0 @@
<table>
<thead>
<th>Name</th>
<th>Type</th>
</thead>
<tbody>
<tr>
<td>
<input type="text" id="settings_add_name" value="" />
</td>
<td>
<select id="settings_add_tpe">
<option value="int">Integer</option>
<option value="bool">Boolean</option>
<option value="string">String</option>
<option value="string_list">String List</option>
</select>
</td>
</tr>
</tbody>
</table>

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>