From 975df00c40b781ebc4db126fc7edad84f2bb8685 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 9 Jul 2008 18:12:36 +0000 Subject: Updated the edit icon form view git-svn-id: https://code.elgg.org/elgg/trunk@1379 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/editicon.php | 46 ++++++++++++++------------ 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/mod/profile/views/default/profile/editicon.php b/mod/profile/views/default/profile/editicon.php index eca239872..0ab550eee 100644 --- a/mod/profile/views/default/profile/editicon.php +++ b/mod/profile/views/default/profile/editicon.php @@ -17,9 +17,11 @@ -
+

-

:

+
+ + username . "/medium/" . $_SESSION['user']->icontime . ".jpg"; @@ -31,32 +33,29 @@
-

- : -

-

+


+ 'profileicon')); ?> -

-

- " /> +
" />

+
+
+

"; - echo "

Create a new avatar:

"; - echo elgg_echo("profile:createicon:instructions") . ":
"; + echo elgg_echo("profile:createicon:instructions"); //display the current user photo $user_master_image = $vars['url'] . "pg/icon/" . $_SESSION['user']->username . "/master/" . $_SESSION['user']->icontime . ".jpg"; ?> - +

-<?php echo elgg_echo(" - style="float: left; margin-right: 10px;" /> -
+<?php echo elgg_echo(" />

+ +
+
- " /> + " />
-
\ No newline at end of file +
+
+ -- cgit v1.2.3