Revision 4c6a0cbb
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
templates/webpages/ct/form_header_de.html | ||
---|---|---|
181 | 181 |
|
182 | 182 |
[%- IF conf_vertreter %] |
183 | 183 |
<tr> |
184 |
<th align="right">Benutzername</th>
|
|
185 |
<td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
|
|
186 |
<th align="right">Passwort</th>
|
|
187 |
<td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
|
|
184 |
<th align="right">Benutzername</th>
|
|
185 |
<td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
|
|
186 |
<th align="right">Passwort</th>
|
|
187 |
<td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
|
|
188 | 188 |
</tr> |
189 | 189 |
[%- END %] |
190 | 190 |
|
templates/webpages/ct/form_header_en.html | ||
---|---|---|
181 | 181 |
|
182 | 182 |
[%- IF conf_vertreter %] |
183 | 183 |
<tr> |
184 |
<th align="right">Username</th>
|
|
185 |
<td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
|
|
186 |
<th align="right">Password</th>
|
|
187 |
<td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
|
|
184 |
<th align="right">Username</th>
|
|
185 |
<td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
|
|
186 |
<th align="right">Password</th>
|
|
187 |
<td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
|
|
188 | 188 |
</tr> |
189 | 189 |
[%- END %] |
190 | 190 |
|
templates/webpages/ct/form_header_master.html | ||
---|---|---|
181 | 181 |
|
182 | 182 |
[%- IF conf_vertreter %] |
183 | 183 |
<tr> |
184 |
<th align="right"><translate>Username</translate></th>
|
|
185 |
<td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
|
|
186 |
<th align="right"><translate>Password</translate></th>
|
|
187 |
<td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
|
|
184 |
<th align="right"><translate>Username</translate></th>
|
|
185 |
<td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
|
|
186 |
<th align="right"><translate>Password</translate></th>
|
|
187 |
<td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
|
|
188 | 188 |
</tr> |
189 | 189 |
[%- END %] |
190 | 190 |
|
Auch abrufbar als: Unified diff
Tabs in templates eliminiert.