New manage-account/index view
Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
73761fe863
commit
e93cdd861d
1 changed files with 14 additions and 0 deletions
14
manager/application/views/scripts/manage-account/index.phtml
Normal file
14
manager/application/views/scripts/manage-account/index.phtml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @author Michael Tänzer
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
|
||||||
|
<h1><?php echo I18n::_('Manage your Test-Account')?></h1>
|
||||||
|
|
||||||
|
<p><?php echo I18n::_('Here you can manage various aspects of your account on '.
|
||||||
|
'the test server')?></p>
|
||||||
|
|
||||||
|
<h2><?php echo I18n::_('Get Points by Automated Assurance') ?></h2>
|
||||||
|
<p><?php echo I18n::_('Assign points by doing an automated assurance '.
|
||||||
|
'which looks just like a normal assurance done by a real person.') ?></p>
|
Loading…
Reference in a new issue