From de38652b931cd62f8d6d7248acf2b2575fcac062 Mon Sep 17 00:00:00 2001
From: dave
Date: Fri, 4 Jul 2008 17:29:03 +0000
Subject: changes to the icon editing page.
git-svn-id: https://code.elgg.org/elgg/trunk@1302 36083f99-b078-4883-b0ff-0f9b5a30f544
---
mod/profile/views/default/profile/editicon.php | 32 ++++----------------------
1 file changed, 4 insertions(+), 28 deletions(-)
(limited to 'mod/profile')
diff --git a/mod/profile/views/default/profile/editicon.php b/mod/profile/views/default/profile/editicon.php
index 7bc142a26..b580426b7 100644
--- a/mod/profile/views/default/profile/editicon.php
+++ b/mod/profile/views/default/profile/editicon.php
@@ -5,7 +5,7 @@
*
* @package ElggProfile
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Ben Werdmuller
+ * @author Curverider
* @copyright Curverider Ltd 2008
* @link http://elgg.com/
*
@@ -61,14 +61,6 @@
var $x1, $y1, $x2, $y2, $w, $h;
function selectChange(img, selection){
-
- //delete this once we have tested, it is for the coordinate display
- $x1.text(selection.x1);
- $y1.text(selection.y1);
- $x2.text(selection.x2);
- $y2.text(selection.y2);
- $w.text(selection.width);
- $h.text(selection.height);
//populate the form with the correct coordinates once a user has cropped their image
document.getElementById('x_1').value = selection.x1;
@@ -110,24 +102,6 @@
style="float: left; margin-right: 10px;" />
-
-
-
- Selection coordinates:
-
- X1:
- Y1:
- X2:
-
- Y2:
-
- Selection dimensions:
- Width:
- Height:
-
-
-
-
@@ -135,4 +109,6 @@
" />
-
\ No newline at end of file
+
+
+
\ No newline at end of file
--
cgit v1.2.3