jenkins-bot has submitted this change and it was merged.

Change subject: Remove buttons to move in the image
......................................................................


Remove buttons to move in the image

Change-Id: I521dc44a8820a1de2826defc452bf1fafc73b4ac
---
M modules/page/ext.proofreadpage.page.edit.js
D modules/page/images/Button_pan_down.png
D modules/page/images/Button_pan_left.png
D modules/page/images/Button_pan_right.png
D modules/page/images/Button_pan_up.png
5 files changed, 0 insertions(+), 44 deletions(-)

Approvals:
  Tpt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/page/ext.proofreadpage.page.edit.js 
b/modules/page/ext.proofreadpage.page.edit.js
index 8465f9a..8aea502 100644
--- a/modules/page/ext.proofreadpage.page.edit.js
+++ b/modules/page/ext.proofreadpage.page.edit.js
@@ -132,50 +132,6 @@
                                                                
$zoomImage.prpZoom( 'reset' );
                                                        }
                                                }
-                                       },
-                                       'move-up': {
-                                               labelMsg: 
'proofreadpage-button-pan-up-label',
-                                               type: 'button',
-                                               icon: iconPath + 
'Button_pan_up.png',
-                                               action: {
-                                                       type: 'callback',
-                                                       execute: function() {
-                                                               
$zoomImage.prpZoom( 'moveUp' );
-                                                       }
-                                               }
-                                       },
-                                       'move-down': {
-                                               labelMsg: 
'proofreadpage-button-pan-down-label',
-                                               type: 'button',
-                                               icon: iconPath + 
'Button_pan_down.png',
-                                               action: {
-                                                       type: 'callback',
-                                                       execute: function() {
-                                                               
$zoomImage.prpZoom( 'moveDown' );
-                                                       }
-                                               }
-                                       },
-                                       'move-left': {
-                                               labelMsg: 
'proofreadpage-button-pan-left-label',
-                                               type: 'button',
-                                               icon: iconPath + 
'Button_pan_left.png',
-                                               action: {
-                                                       type: 'callback',
-                                                       execute: function() {
-                                                               
$zoomImage.prpZoom( 'moveLeft' );
-                                                       }
-                                               }
-                                       },
-                                       'move-right': {
-                                               labelMsg: 
'proofreadpage-button-pan-right-label',
-                                               type: 'button',
-                                               icon: iconPath + 
'Button_pan_right.png',
-                                               action: {
-                                                       type: 'callback',
-                                                       execute: function() {
-                                                               
$zoomImage.prpZoom( 'moveRight' );
-                                                       }
-                                               }
                                        }
                                }
                        },
diff --git a/modules/page/images/Button_pan_down.png 
b/modules/page/images/Button_pan_down.png
deleted file mode 100644
index 2c4e279..0000000
--- a/modules/page/images/Button_pan_down.png
+++ /dev/null
Binary files differ
diff --git a/modules/page/images/Button_pan_left.png 
b/modules/page/images/Button_pan_left.png
deleted file mode 100644
index 5dc6967..0000000
--- a/modules/page/images/Button_pan_left.png
+++ /dev/null
Binary files differ
diff --git a/modules/page/images/Button_pan_right.png 
b/modules/page/images/Button_pan_right.png
deleted file mode 100644
index b1a1819..0000000
--- a/modules/page/images/Button_pan_right.png
+++ /dev/null
Binary files differ
diff --git a/modules/page/images/Button_pan_up.png 
b/modules/page/images/Button_pan_up.png
deleted file mode 100644
index 1ebb193..0000000
--- a/modules/page/images/Button_pan_up.png
+++ /dev/null
Binary files differ

-- 
To view, visit https://gerrit.wikimedia.org/r/96764
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I521dc44a8820a1de2826defc452bf1fafc73b4ac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ProofreadPage
Gerrit-Branch: pagePagesRefactoring
Gerrit-Owner: Tpt <[email protected]>
Gerrit-Reviewer: Rtdwivedi <[email protected]>
Gerrit-Reviewer: Tpt <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to