|
@@ -105,7 +105,7 @@
|
105
|
105
|
<div id="subject" class="hide"></div>
|
106
|
106
|
|
107
|
107
|
<div id="extendedToolbar" class="toolbar">
|
108
|
|
- <a class="button" id="toolbar_button_profile" data-container="body" data-placement="right" data-i18n="[content]toolbar.profile" content="Edit your profile">
|
|
108
|
+ <a class="button" id="toolbar_button_profile" data-container="body" data-placement="right" data-i18n="[content]toolbar.profile">
|
109
|
109
|
<img id="avatar" src="images/avatar2.png"/>
|
110
|
110
|
</a>
|
111
|
111
|
<a class="button icon-contactList" id="toolbar_contact_list" shortcut="contactlistpopover">
|
|
@@ -138,11 +138,11 @@
|
138
|
138
|
<div class="title" data-i18n="profile.title"></div>
|
139
|
139
|
<div class="sideToolbarBlock first">
|
140
|
140
|
<label class="first" data-i18n="profile.setDisplayNameLabel"></label>
|
141
|
|
- <input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name" placeholder="Name">
|
|
141
|
+ <input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name">
|
142
|
142
|
</div>
|
143
|
143
|
<div class="sideToolbarBlock">
|
144
|
144
|
<label data-i18n="profile.setEmailLabel"></label>
|
145
|
|
- <input type="text" id="setEmail" placeholder="Enter e-mail">
|
|
145
|
+ <input data-i18n="[placeholder]profile.setEmailInput" type="text" id="setEmail">
|
146
|
146
|
</div>
|
147
|
147
|
<div class="sideToolbarBlock auth_container" id="authenticationContainer">
|
148
|
148
|
<p data-i18n="toolbar.authenticate"></p>
|