Add feature : theme
Add theme aqua Fix bug in centralized printing: need to drop and recreate table and REcentralize Improve printing Add documentation and code cleaning
This commit is contained in:
parent
6bc12929ec
commit
b2a264ae09
61 changed files with 887 additions and 274 deletions
|
|
@ -24,3 +24,5 @@ create table theme (
|
|||
);
|
||||
insert into theme (the_name,the_filestyle,the_filebutton)
|
||||
values ('classic','style.css',null);
|
||||
insert into theme (the_name,the_filestyle,the_filebutton)
|
||||
values ('aqua','style-aqua.css',null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue