added settings page in admin #93

This commit is contained in:
Nabeel Shahzad
2017-12-30 10:38:18 -06:00
parent fcec39fe0f
commit 4a1d7c59fb
15 changed files with 241 additions and 84 deletions

View File

@@ -140,8 +140,8 @@ $(document).ready(function () {
$(".select2").select2();
$('input').iCheck({
checkboxClass: 'icheckbox_flat-orange',
radioClass: 'iradio_flat-orange'
checkboxClass: 'icheckbox_square-blue',
radioClass: 'icheckbox_square-blue'
});
var storage = getStorage("phpvms.admin");