noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/01: Bug 990 : update of mono.sql add CSS S


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Bug 990 : update of mono.sql add CSS Style
Date: Mon, 24 Mar 2014 17:32:09 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit fcbfaec5f33e603fb187d0911e087793f0b21167
Author: Dany De Bontridder <address@hidden>
Date:   Mon Mar 24 18:23:12 2014 +0100

    Bug 990 : update of mono.sql add CSS Style
---
 contrib/mono-dossier/mono.sql |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/contrib/mono-dossier/mono.sql b/contrib/mono-dossier/mono.sql
index 6ec4f93..fe4fef0 100644
--- a/contrib/mono-dossier/mono.sql
+++ b/contrib/mono-dossier/mono.sql
@@ -528,3 +528,11 @@ ALTER TABLE ONLY priv_user
 -- PostgreSQL database dump complete
 --
 
+begin;
+update theme set the_name='Mandarine' ,the_filestyle='style-mandarine.css' 
where the_name='Colored';
+update theme set the_name='Mobile' ,the_filestyle='style-mobile.css' where 
the_name='EPad';
+update theme set the_name = 'Classique' where the_name='classic';
+update user_global_pref set parameter_value='Classique' where 
parameter_type='THEME';
+update theme set the_filestyle='style-classic.css' where 
the_filestyle='style.css';
+update repo_version set val=15;
+commit;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]