Admin settings updated with add new setting feature

This commit is contained in:
2011-08-28 13:03:31 +01:00
parent 25449d4d3d
commit aec18cb810
7 changed files with 97 additions and 11 deletions

View File

@@ -10,12 +10,8 @@
{assign var='value' value=$config->get($name)}
{assign var='type' value=$config->type($name)}
{assign var='id' value=str_replace('.', '-',$name)}
<tr>
<td>{$name}</td>
<td>
{include file="fragments/admin-setting-value.tpl"}
</td>
</tr>
{include file="fragments/admin-setting-row.tpl"}
{/foreach}
</tbody>
<tfoot>