Add support for removing admin settings

This commit is contained in:
2011-08-28 16:19:26 +01:00
parent aec18cb810
commit 5d851dd977
5 changed files with 69 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ try {
$this->smarty->assign('success', $result);
$this->smarty->assign('name', $name);
$this->smarty->assign('id', str_replace('.', '-',$name));
$this->smarty->assign('type', $type);
$this->smarty->assign('value', '');