Tache 0001743 : couleur sont dans un menu séparé,
amélioration de l'ergonomie + test phpunit
This commit is contained in:
parent
4276b63fdb
commit
9fc6cb1454
8 changed files with 212 additions and 34 deletions
|
|
@ -5,7 +5,7 @@ insert into parm_appearance values ('H2' , '#9fbcd6')
|
|||
,('MENU1','#000074')
|
||||
,('BODY','#ffffff')
|
||||
,('MENU2','#3d3d87')
|
||||
,('MENU1-SELECTED','#3d3d87')
|
||||
,('MENU1-SELECTED','#506cb8')
|
||||
,('FONT-MENU1','#ffffff')
|
||||
,('FONT-MENU2','#ffffff')
|
||||
,('FONT-TABLE','#222bd0')
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
begin;
|
||||
insert into parm_appearance values ('INNER-BOX-TITLE' , '#023575');
|
||||
insert into menu_ref(me_code,me_menu,me_file,me_description,me_type,me_description_etendue) values ('NCOL','Apparence','noalyss-color.inc.php','Couleur de NOALYSS','ME','Personnalisation des couleurs de NOYALYSS');
|
||||
INSERT INTO PROFILE_MENU(ME_CODE, ME_CODE_DEP, P_ID, P_ORDER, P_TYPE_DISPLAY, PM_DEFAULT, PM_ID_DEP) values ('NCOL','PARAM',1,5,'E',0,45);
|
||||
|
||||
insert into version (val,v_description) values (176,'Folder Appearance : dialog box');
|
||||
commit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue