diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-11 21:27:16 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-11 21:27:16 -0800 |
| commit | 09739dfd2c52ebc1b898b6e3b3aabd8fe41f018e (patch) | |
| tree | 39262d0039d70fdc0985c281c1cf301f8bc4c8f3 /modules/gallery/views/welcome_message.html.php | |
| parent | a893b0317d5489552c4c001901ff246e0ec5af1d (diff) | |
| parent | cd45c94fe69f24b0f80a79e4b9c402763739ecfc (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/views/welcome_message.html.php')
| -rw-r--r-- | modules/gallery/views/welcome_message.html.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/gallery/views/welcome_message.html.php b/modules/gallery/views/welcome_message.html.php index caeeff66..4d6ed726 100644 --- a/modules/gallery/views/welcome_message.html.php +++ b/modules/gallery/views/welcome_message.html.php @@ -15,12 +15,15 @@ </p> <p> - <a href="<?= url::site("user_profile/show/{$user->id}") ?>" + <a href="<?= url::site("admin/users/edit_user_form/{$user->id}") ?>" title="<?= t("Edit your profile")->for_html_attr() ?>" id="g-after-install-change-password-link" class="g-button ui-state-default ui-corners-all"> <?= t("Change password and email now") ?> </a> + <script type="text/javascript"> + $("#g-after-install-change-password-link").gallery_dialog(); + </script> </p> <p> |
