IDEMPIERE-1757:miss css file for browse diff IE
This commit is contained in:
parent
118c4f74ef
commit
f7733eb430
|
@ -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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
<%@ page contentType="text/css;charset=UTF-8" %>
|
||||
<%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %>
|
|
@ -0,0 +1,2 @@
|
|||
<%@ page contentType="text/css;charset=UTF-8" %>
|
||||
<%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %>
|
Loading…
Reference in New Issue