summaryrefslogtreecommitdiff
path: root/protected/views/site/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/site/login.php')
-rw-r--r--protected/views/site/login.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/protected/views/site/login.php b/protected/views/site/login.php
index 1a90af1..b50bd2a 100644
--- a/protected/views/site/login.php
+++ b/protected/views/site/login.php
@@ -1,13 +1,13 @@
<?php
$this->pageTitle=Yii::app()->name . ' - Login';
$this->breadcrumbs=array(
- 'Login',
+ 'Anmelden',
);
?>
-<h1>Login</h1>
+<h1>Anmelden</h1>
-<p>Please fill out the following form with your login credentials:</p>
+<p>Bitte mit den per eMail übermittelten Zugangsdaten anmelden:</p>
<div class="form">
<?php $form=$this->beginWidget('CActiveForm', array(
@@ -18,7 +18,7 @@ $this->breadcrumbs=array(
),
)); ?>
- <p class="note">Fields with <span class="required">*</span> are required.</p>
+ <!-- <p class="note">Fields with <span class="required">*</span> are required.</p> -->
<div class="row">
<?php echo $form->labelEx($model,'username'); ?>
@@ -39,7 +39,7 @@ $this->breadcrumbs=array(
</div>
<div class="row buttons">
- <?php echo CHtml::submitButton('Login'); ?>
+ <?php echo CHtml::submitButton('Anmelden'); ?>
</div>
<?php $this->endWidget(); ?>