IDEMPIERE-1757:miss css file for browse diff IE

This commit is contained in:
hieplq 2014-02-14 03:03:22 +07:00
parent 118c4f74ef
commit f7733eb430
3 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,7 @@ public interface ITheme {
//stylesheet url
public static final String THEME_STYLESHEET = "/css/theme.css.dsp";
//http://books.zkoss.org/wiki/ZK_Developer's_Reference/Internationalization/Locale-Dependent_Resources#Specifying_Locale-_and_browser-dependent_URL
public static final String THEME_STYLESHEET_BY_BROWSER = "/css/theme*.css.dsp*";
//theme preference

View File

@ -0,0 +1,2 @@
<%@ page contentType="text/css;charset=UTF-8" %>
<%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %>

View File

@ -0,0 +1,2 @@
<%@ page contentType="text/css;charset=UTF-8" %>
<%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %>