Update directory layout to fit with other projects
This commit is contained in:
12
source/webui/templates/fragments/admin-setting-row.tpl
Normal file
12
source/webui/templates/fragments/admin-setting-row.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
<tr id="setting_{$id}_row">
|
||||
<td>
|
||||
<p>
|
||||
{$name}<br />
|
||||
<input type="button" id="setting_{$id}_rename" value="Rename" onclick="rc.settings.rename_setting('{$id}', '{$name}');" />
|
||||
<input type="button" id="setting_{$id}_remove" value="Remove" onclick="rc.settings.remove_setting('{$id}', '{$name}');" />
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
{include file="fragments/admin-setting-value.tpl"}
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user