From ed5b07b335d8bd1520f3b54bf28272f853bbfbfb Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 23 Jan 2010 21:38:01 -0800 Subject: Create a user profile page that is used as a landing page when referencing a user in messages or pages. Partial fix for ticket #889 and a fix for #931. --- modules/gallery/views/login_current_user.html.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'modules/gallery/views/login_current_user.html.php') diff --git a/modules/gallery/views/login_current_user.html.php b/modules/gallery/views/login_current_user.html.php index e3b3688f..39f52b51 100644 --- a/modules/gallery/views/login_current_user.html.php +++ b/modules/gallery/views/login_current_user.html.php @@ -1,11 +1,8 @@
  • label->for_html() ?> - + for_html_attr() : + t("Display your profile")->for_html_attr() ?> html::mark_clean( - "{$name}"))) ?> - - $name)) ?> - + "{$name}"))) ?>
  • -- cgit v1.2.3 From c39437a1929a3383e66f6bc8d6fc1a367de23f27 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 23 Jan 2010 23:52:29 -0800 Subject: Change the hover text to just display 'Your profile'. --- modules/gallery/views/login_current_user.html.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/gallery/views/login_current_user.html.php') diff --git a/modules/gallery/views/login_current_user.html.php b/modules/gallery/views/login_current_user.html.php index 39f52b51..94525576 100644 --- a/modules/gallery/views/login_current_user.html.php +++ b/modules/gallery/views/login_current_user.html.php @@ -1,8 +1,7 @@
  • label->for_html() ?> - for_html_attr() : - t("Display your profile")->for_html_attr() ?> + for_html_attr() ?> html::mark_clean( "{$name}"))) ?>
  • -- cgit v1.2.3