src/ztfy/myams/resources/js/myams-widgets.js
changeset 62 2f2dadb6b993
parent 0 8a19e25e39e4
child 142 0201f1422bd7
--- a/src/ztfy/myams/resources/js/myams-widgets.js	Mon Sep 15 13:05:49 2014 +0200
+++ b/src/ztfy/myams/resources/js/myams-widgets.js	Mon Sep 15 13:06:11 2014 +0200
@@ -154,19 +154,19 @@
 				else
 					customBtn = "";
 				if (widgetOptions.deleteButton && (data.widgetDeleteButton === undefined))
-					var deleteBtn = '<a href="#" class="button-icon ams-widget-delete-btn hint" title="' + MyAMSWidget.i18n.DELETE_BTN + '" data-ams-hint-gravity="s">' +
+					var deleteBtn = '<a href="#" class="button-icon ams-widget-delete-btn hint" title="' + MyAMSWidget.i18n.DELETE_BTN + '" data-ams-hint-gravity="se">' +
 									'<i class="' + widgetOptions.deleteClass + '"></i></a>';
 				else
 					deleteBtn = "";
 				if (widgetOptions.editButton && (data.widgetEditButton === undefined)) {
 					var editClass = widgetOptions.editClass.split('|')[0];
-					var editBtn = '<a href="#" class="button-icon ams-widget-edit-btn hint" title="' + MyAMSWidget.i18n.EDIT_BTN + '" data-ams-hint-gravity="s">' +
+					var editBtn = '<a href="#" class="button-icon ams-widget-edit-btn hint" title="' + MyAMSWidget.i18n.EDIT_BTN + '" data-ams-hint-gravity="se">' +
 								  '<i class="' + editClass + '"></i></a>';
 				} else
 					editBtn = "";
 				if (widgetOptions.fullscreenButton && (data.widgetFullscreenButton === undefined)) {
 					var fullscreenClass = widgetOptions.fullscreenClass.split('|')[0];
-					var fullscreenBtn = '<a href="#" class="button-icon ams-widget-fullscreen-btn hint" title="' + MyAMSWidget.i18n.FULLSCREEN_BTN + '" data-ams-hint-gravity="s">' +
+					var fullscreenBtn = '<a href="#" class="button-icon ams-widget-fullscreen-btn hint" title="' + MyAMSWidget.i18n.FULLSCREEN_BTN + '" data-ams-hint-gravity="se">' +
 										'<i class="' + fullscreenClass + '"></i></a>';
 				} else
 					fullscreenBtn = "";
@@ -177,14 +177,14 @@
 						var toggleSettings = toggleClass[1];
 					else
 						toggleSettings = toggleClass[0];
-					var toggleBtn = '<a href="#" class="button-icon ams-widget-toggle-btn hint" title="' + MyAMSWidget.i18n.COLLAPSE_BTN + '" data-ams-hint-gravity="s">' +
+					var toggleBtn = '<a href="#" class="button-icon ams-widget-toggle-btn hint" title="' + MyAMSWidget.i18n.COLLAPSE_BTN + '" data-ams-hint-gravity="se">' +
 									'<i class="' + toggleSettings + '"></i></a>';
 				} else
 					toggleBtn = "";
 				if (widgetOptions.refreshButton &&
 					(data.widgetRefreshButton === undefined) &&
 					data.widgetLoad)
-					var refreshBtn = '<a href="#" class="button-icon ams-widget-refresh-btn hint" title="' + MyAMSWidget.i18n.REFRESH_BTN + '" data-loading-text="&nbsp;&nbsp;' + MyAMSWidget.i18n.LOADING_MSG + '&nbsp;" data-ams-hint-gravity="s">' +
+					var refreshBtn = '<a href="#" class="button-icon ams-widget-refresh-btn hint" title="' + MyAMSWidget.i18n.REFRESH_BTN + '" data-loading-text="&nbsp;&nbsp;' + MyAMSWidget.i18n.LOADING_MSG + '&nbsp;" data-ams-hint-gravity="se">' +
 									 '<i class="' + widgetOptions.refreshClass + '"></i></a>';
 				else
 					refreshBtn = "";