Author: snoopdave
Date: Sun Jul 6 13:27:29 2014
New Revision: 1608199
URL: http://svn.apache.org/r1608199
Log:
Fix broken link to calendar.png
Modified:
roller/trunk/app/src/main/webapp/WEB-INF/jsps/admin/GlobalCommentManagementSidebar.jsp
roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CommentsSidebar.jsp
roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntriesSidebar.jsp
roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp
roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp
Modified:
roller/trunk/app/src/main/webapp/WEB-INF/jsps/admin/GlobalCommentManagementSidebar.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/admin/GlobalCommentManagementSidebar.jsp?rev=1608199&r1=1608198&r2=1608199&view=diff
==============================================================================
---
roller/trunk/app/src/main/webapp/WEB-INF/jsps/admin/GlobalCommentManagementSidebar.jsp
(original)
+++
roller/trunk/app/src/main/webapp/WEB-INF/jsps/admin/GlobalCommentManagementSidebar.jsp
Sun Jul 6 13:27:29 2014
@@ -19,7 +19,7 @@
<script type="text/javascript" src="<s:url
value="/roller-ui/scripts/jquery-1.11.0.min.js" />"></script>
<%-- Below two needed only if using popup date picker --%>
-<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/theme/sunny/jquery.ui.all.css"/>' />
+<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/jquery.ui.all.css"/>' />
<script type="text/javascript" src='<s:url
value="/roller-ui/scripts/jquery-ui.custom.min.js"/>'></script>
<div class="sidebarFade">
@@ -49,7 +49,7 @@
$(function() {
$( "#comments_bean_startDateString" ).datepicker({
showOn: "button",
- buttonImage: "/roller/images/calendar.png",
+ buttonImage: "/images/calendar.png",
buttonImageOnly: true,
changeMonth: true,
changeYear: true
@@ -65,7 +65,7 @@
$(function() {
$( "#comments_bean_endDateString" ).datepicker({
showOn: "button",
- buttonImage: "/roller/images/calendar.png",
+ buttonImage: "/images/calendar.png",
buttonImageOnly: true,
changeMonth: true,
changeYear: true
Modified:
roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CommentsSidebar.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CommentsSidebar.jsp?rev=1608199&r1=1608198&r2=1608199&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CommentsSidebar.jsp
(original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/CommentsSidebar.jsp
Sun Jul 6 13:27:29 2014
@@ -19,7 +19,7 @@
<script type="text/javascript" src="<s:url
value="/roller-ui/scripts/jquery-1.11.0.min.js" />"></script>
<%-- Below two needed only if using popup date picker --%>
-<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/theme/sunny/jquery.ui.all.css"/>' />
+<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/jquery.ui.all.css"/>' />
<script type="text/javascript" src='<s:url
value="/roller-ui/scripts/jquery-ui.custom.min.js"/>'></script>
<div class="sidebarFade">
@@ -50,7 +50,7 @@
$(function() {
$( "#commentsQuery_bean_startDateString" ).datepicker({
showOn: "button",
- buttonImage: "/roller/images/calendar.png",
+ buttonImage: "/images/calendar.png",
buttonImageOnly: true,
changeMonth: true,
changeYear: true
@@ -66,7 +66,7 @@
$(function() {
$( "#commentsQuery_bean_endDateString" ).datepicker({
showOn: "button",
- buttonImage: "/roller/images/calendar.png",
+ buttonImage: "/images/calendar.png",
buttonImageOnly: true,
changeMonth: true,
changeYear: true
Modified:
roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntriesSidebar.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntriesSidebar.jsp?rev=1608199&r1=1608198&r2=1608199&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntriesSidebar.jsp
(original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntriesSidebar.jsp Sun
Jul 6 13:27:29 2014
@@ -19,7 +19,7 @@
<script type="text/javascript" src="<s:url
value="/roller-ui/scripts/jquery-1.11.0.min.js" />"></script>
<%-- Below two needed only if using popup date picker --%>
-<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/theme/sunny/jquery.ui.all.css"/>' />
+<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/jquery.ui.all.css"/>' />
<script type="text/javascript" src='<s:url
value="/roller-ui/scripts/jquery-ui.custom.min.js"/>'></script>
<div class="sidebarFade">
@@ -79,7 +79,7 @@
$(function() {
$( "#entries_bean_startDateString" ).datepicker({
showOn: "button",
- buttonImage: "/roller/images/calendar.png",
+ buttonImage: "/images/calendar.png",
buttonImageOnly: true,
changeMonth: true,
changeYear: true
@@ -95,7 +95,7 @@
$(function() {
$( "#entries_bean_endDateString" ).datepicker({
showOn: "button",
- buttonImage: "/roller/images/calendar.png",
+ buttonImage: "/images/calendar.png",
buttonImageOnly: true,
changeMonth: true,
changeYear: true
Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp?rev=1608199&r1=1608198&r2=1608199&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryAdd.jsp Sun Jul
6 13:27:29 2014
@@ -28,7 +28,7 @@
<script type="text/javascript" src="<s:url
value="/roller-ui/scripts/jquery-1.11.0.min.js" />"></script>
<%-- Below two needed only if using popup date picker --%>
-<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/theme/sunny/jquery.ui.all.css"/>' />
+<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/jquery.ui.all.css"/>' />
<script type="text/javascript" src='<s:url
value="/roller-ui/scripts/jquery-ui.custom.min.js"/>'></script>
<!-- Combo-handled YUI JS files: TODO add to roller-ui/yui or remove??
@@ -166,7 +166,7 @@
$(function() {
$( "#entry_bean_dateString" ).datepicker({
showOn: "button",
- buttonImage: "/roller/images/calendar.png",
+ buttonImage: "/images/calendar.png",
buttonImageOnly: true,
changeMonth: true,
changeYear: true
Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp?rev=1608199&r1=1608198&r2=1608199&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp
(original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp Sun Jul
6 13:27:29 2014
@@ -28,7 +28,7 @@
<script type="text/javascript" src="<s:url
value="/roller-ui/scripts/jquery-1.11.0.min.js" />"></script>
<%-- Below two needed only if using popup date picker --%>
-<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/theme/sunny/jquery.ui.all.css"/>' />
+<link rel="stylesheet" type="text/css" media="all" href='<s:url
value="/roller-ui/styles/jquery.ui.all.css"/>' />
<script type="text/javascript" src='<s:url
value="/roller-ui/scripts/jquery-ui.custom.min.js"/>'></script>
<!-- Combo-handled YUI JS files: TODO add to roller-ui/yui or remove??
@@ -224,7 +224,7 @@ function fullPreviewMode() {
$(function() {
$( "#entry_bean_dateString" ).datepicker({
showOn: "button",
- buttonImage: "/roller/images/calendar.png",
+ buttonImage: "/images/calendar.png",
buttonImageOnly: true,
changeMonth: true,
changeYear: true