Update Smarty test, Base class email comment update

- smarty test with optgroup
- ignore file update for log folder
- email regex comment update
This commit is contained in:
Clemens Schwaighofer
2019-04-03 17:45:56 +09:00
parent 754c2edbd2
commit b2019226da
5 changed files with 31 additions and 5 deletions

5
www/layout/admin/default/templates/smarty_test.tpl Normal file → Executable file
View File

@@ -1,3 +1,8 @@
<div>
{$SMARTY_TEST}
</div>
<div>
<select id="drop_down_test" name="drop_down_test">
{html_options options=$drop_down_test selected=$drop_down_test_selected}
</select>
</div>