Author: nathangray
New Revision: 55640
URL: http://svn.stylite.de/viewvc/egroupware?rev=55640&view=rev
Log:
- Add framework loader back until calendar templates are loaded
- Use pointer cursor for week view so it looks clickable
Modified:
trunk/calendar/js/app.js
trunk/calendar/templates/default/app.css
trunk/calendar/templates/pixelegg/app.css
— trunk/calendar/js/app.js (original)
+++ trunk/calendar/js/app.js Tue Apr 5 23:38:49 2016
@@ -94,6 +94,13 @@
// call parent
this._super.apply(this, arguments);
-
-
// Show loading div
-
egw.loading_prompt(
-
this.appname,true,egw.lang('please wait...'),
-
framework.applications.calendar.tab.contentDiv,
-
egwIsMobile()?'horizental':'spinner'
-
);
// Scroll
jQuery(jQuery.proxy(this._scroll,this));
@@ -3273,6 +3280,7 @@
{
$j(window).trigger(‘resize’);
this.setState({state:this.state});
— trunk/calendar/templates/default/app.css (original)
+++ trunk/calendar/templates/default/app.css Tue Apr 5 23:38:49 2016
@@ -581,7 +581,8 @@
#calendar-view_view tbody.ui-sortable .calendar_calGridHeader {
cursor: ns-resize;
}
-#calendar-view_view tbody.ui-sortable-disabled .calendar_calGridHeader {
+#calendar-view_view tbody.ui-sortable-disabled .calendar_calGridHeader,
+#calendar-view_view tbody.ui-sortable-disabled .calendar_calGridHeader label {
cursor: pointer;
}
— trunk/calendar/templates/pixelegg/app.css (original)
+++ trunk/calendar/templates/pixelegg/app.css Tue Apr 5 23:38:49 2016
@@ -11,7 +11,7 @@
-
@package calendar
-
@version $Id$
/
-/ $Id: app.css 55613 2016-04-04 16:38:23Z nathangray $ /
+/ $Id: app.css 55614 2016-04-04 17:55:49Z nathangray $ /
/Media print classes/
@media print {
#calendar-view.et2_container,
@@ -584,7 +584,8 @@
#calendar-view_view tbody.ui-sortable .calendar_calGridHeader {
cursor: ns-resize;
}
-#calendar-view_view tbody.ui-sortable-disabled .calendar_calGridHeader {
+#calendar-view_view tbody.ui-sortable-disabled .calendar_calGridHeader,
+#calendar-view_view tbody.ui-sortable-disabled .calendar_calGridHeader label {
cursor: pointer;
}
/ contains (multiple) events’s
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs