-added simple configuration page
-implemented CC-1830 -issue CC-1850 closed
This commit is contained in:
parent
1e23907df1
commit
df675bd8c6
15 changed files with 179 additions and 9 deletions
3
application/views/scripts/preference/index.phtml
Normal file
3
application/views/scripts/preference/index.phtml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
echo $this->form;
|
||||
?>
|
4
application/views/scripts/preference/update.phtml
Normal file
4
application/views/scripts/preference/update.phtml
Normal file
|
@ -0,0 +1,4 @@
|
|||
Preferences Updated.
|
||||
<?php
|
||||
echo $this->form;
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue