From b8053c9ddf3e393f76594e7dccc2f81f7116fd85 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 10 Sep 2009 21:10:20 -0700 Subject: Rename "after_installer" to "welcome_message" in the code to make it clearer what its purpose is. Add some spacing in the theme for it so that it's less cramped. --- modules/gallery/views/welcome_message.html.php | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 modules/gallery/views/welcome_message.html.php (limited to 'modules/gallery/views/welcome_message.html.php') diff --git a/modules/gallery/views/welcome_message.html.php b/modules/gallery/views/welcome_message.html.php new file mode 100644 index 00000000..5515c3dc --- /dev/null +++ b/modules/gallery/views/welcome_message.html.php @@ -0,0 +1,36 @@ + +
+

+ +

+ +

+

+ +

+

+ +

+ %user_name account. You should change your password to something that you'll remember.", array("user_name" => $user->name)) ?> +

+ +

+ id}") ?>" + title="for_html_attr() ?>" + id="gAfterInstallChangePasswordLink" + class="gButtonLink ui-state-default ui-corners-all"> + + + +

+ +

+ Gallery website has news and information about the Gallery project and community.", array("url" => "http://gallery.menalto.com")) ?> +

+ +

+ documentation site or you can ask for help in the forums!", array("codex_url" => "http://codex.gallery2.org/Main_Page", "forum_url" => "http://gallery.menalto.com/forum")) ?> +

+
-- cgit v1.2.3