2014-03-07 18:02:43 +01:00
|
|
|
<div class="controls">
|
2016-07-21 17:38:19 +02:00
|
|
|
<?= $tabs ?>
|
2013-08-19 20:00:55 +02:00
|
|
|
</div>
|
2014-03-07 18:02:43 +01:00
|
|
|
<div class="content">
|
2016-07-21 17:38:19 +02:00
|
|
|
<?php if (isset($changePasswordForm)): ?>
|
|
|
|
<h1><?= $this->translate('Account') ?></h1>
|
|
|
|
<?= $changePasswordForm ?>
|
|
|
|
<?php endif ?>
|
|
|
|
<h1><?= $this->translate('Preferences') ?></h1>
|
|
|
|
<?= $form ?>
|
|
|
|
</div>
|