Author: ghuber
Date: Wed Mar 26 09:13:51 2014
New Revision: 1581760
URL: http://svn.apache.org/r1581760
Log:
Add date picker theme css.
Modified:
roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head-ajax.jsp
roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp
Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head-ajax.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head-ajax.jsp?rev=1581760&r1=1581759&r2=1581760&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head-ajax.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head-ajax.jsp Wed Mar
26 09:13:51 2014
@@ -6,13 +6,14 @@ You can override it with your own file v
<link rel="stylesheet" type="text/css" media="all" href="<s:url
value='/roller-ui/yui/reset-fonts-grids/reset-fonts-grids.css'/>" />
<link rel="stylesheet" type="text/css" media="all" href="<s:url
value='/roller-ui/yui/base/base-min.css'/>" />
+<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/yui/tabview/assets/skins/sam/tabview.css"></s:url>'/>
<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/layout.css"/>' />
-<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/roller.css"/>' />
+<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/roller.css"/>' />
<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/menu.css"/>' />
-<link rel="stylesheet" type="text/css" media="all"
- href="<%= request.getContextPath() %>/roller-ui/theme/<s:property
value="getProp('editor.theme')"/>/colors.css" />
+<link rel="stylesheet" type="text/css" media="all" href="<%=
request.getContextPath() %>/roller-ui/theme/<s:property
value="getProp('editor.theme')"/>/colors.css" />
+<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/theme/sunny/jquery-ui-1.10.4.custom.min.css"/>' />
<script type="text/javascript" src="<s:url
value="/theme/scripts/roller.js"/>"></script>
Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp?rev=1581760&r1=1581759&r2=1581760&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp Wed Mar 26
09:13:51 2014
@@ -13,5 +13,6 @@ You can override it with your own file v
<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/menu.css"/>' />
<link rel="stylesheet" type="text/css" media="all" href="<%=
request.getContextPath() %>/roller-ui/theme/<s:property
value="getProp('editor.theme')"/>/colors.css" />
+<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/theme/sunny/jquery-ui-1.10.4.custom.min.css"/>' />
-<script type="text/javascript" src="<s:url value="/theme/scripts/roller.js"
/>"></script>
+<script type="text/javascript" src="<s:url
value="/theme/scripts/roller.js"/>"></script>