Revision 24007946
Von Kivitendo Admin vor fast 11 Jahren hinzugefügt
templates/webpages/am/config.html | ||
---|---|---|
176 | 176 |
|
177 | 177 |
<table> |
178 | 178 |
<tr> |
179 |
<th align="right">[% 'Show your TODO list after loggin in' | $T8 %]</th> |
|
179 |
<th align="right">[% 'Show your TODO list after logging in' | $T8 %]</th>
|
|
180 | 180 |
<td colspan="2"> |
181 | 181 |
<input type="radio" name="todo_cfg.show_after_login" id="todo_cfg_show_after_login_1" value="1"[% IF todo_cfg.show_after_login %] checked[% END %]> |
182 | 182 |
<label for="todo_cfg_show_after_login_1">[% 'Yes' | $T8 %]</label> |
... | ... | |
197 | 197 |
</td> |
198 | 198 |
<td> |
199 | 199 |
<input type="checkbox" name="todo_cfg.show_follow_ups_login" id="todo_cfg_show_follow_ups_login" value="1"[% IF todo_cfg.show_follow_ups_login %] checked[% END %]> |
200 |
<label for="todo_cfg_show_follow_ups_login">[% '...after loggin in' | $T8 %]</label> |
|
200 |
<label for="todo_cfg_show_follow_ups_login">[% '...after logging in' | $T8 %]</label>
|
|
201 | 201 |
</td> |
202 | 202 |
</tr> |
203 | 203 |
|
... | ... | |
210 | 210 |
</td> |
211 | 211 |
<td> |
212 | 212 |
<input type="checkbox" name="todo_cfg.show_overdue_sales_quotations_login" id="todo_cfg_show_overdue_sales_quotations_login" value="1"[% IF todo_cfg.show_overdue_sales_quotations_login %] checked[% END %]> |
213 |
<label for="todo_cfg_show_overdue_sales_quotations_login">[% '...after loggin in' | $T8 %]</label> |
|
213 |
<label for="todo_cfg_show_overdue_sales_quotations_login">[% '...after logging in' | $T8 %]</label>
|
|
214 | 214 |
</td> |
215 | 215 |
</tr> |
216 | 216 |
[%- END %] |
Auch abrufbar als: Unified diff
Rechtschreibfehler in Englischer Beschriftung behoben