Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/users/activatefirst.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/users/activatefirst.thtml')
-rw-r--r--site/app/views/users/activatefirst.thtml23
1 files changed, 12 insertions, 11 deletions
diff --git a/site/app/views/users/activatefirst.thtml b/site/app/views/users/activatefirst.thtml
index ed5a464..8c93eb7 100644
--- a/site/app/views/users/activatefirst.thtml
+++ b/site/app/views/users/activatefirst.thtml
@@ -37,17 +37,18 @@
* ***** END LICENSE BLOCK ***** */
?>
-<div class="secondary" role="complementary">
- <?=$this->renderElement('amo2009/categories')?>
-</div>
-
-<div class="primary" role="main">
- <?=$this->renderElement('amo2009/search')?>
+<div id="content">
+ <?=$this->renderElement('search')?>
+ <?=$this->renderElement('sidebar', array('pitch' => true))?>
+ <?=$this->renderElement('app_chooser')?>
- <?=$this->renderElement('notification', array('type' => 'error', 'msg' => _('error_user_unconfirmed')));?>
- <br/>
- <p><?=sprintf(_('user_register_click_confirm_link'), $email, APP_PRETTYNAME)?></p>
- <br/>
- <p><?=sprintf(_('user_register_resend_confirmation_link'), $html->link(_('user_register_confirmation_link_text'), "/users/verify/{$userid}/resend"))?></p>
+ <div id="content-main">
+
+<h2><?=_('error_user_unconfirmed')?></h2>
+<br/>
+<p><?=sprintf(_('user_register_click_confirm_link'), $email, APP_PRETTYNAME)?></p>
+<br/>
+<p><?=sprintf(_('user_register_resend_confirmation_link'), $html->link(_('user_register_confirmation_link_text'), "/users/verify/{$userid}/resend"))?></p>
+ </div>
</div>