## Tasks - [192](https://vikunja.ramsch.sx/tasks/192) ## Zugehörige MRs - [datamodel](misc/zeitbild-datamodel#1) - [backend](misc/zeitbild-backend#1) Reviewed-on: misc/zeitbild-frontend-dali#1 Co-authored-by: Fenris Wolf <fenris@folksprak.org> Co-committed-by: Fenris Wolf <fenris@folksprak.org>
19 lines
912 B
Smarty
19 lines
912 B
Smarty
<div class="caldav-conf-section" id="caldav-conf-address">
|
|
<span class="caldav-conf-section-label">{{address_label}}</span>
|
|
<span class="caldav-conf-section-value caldav-conf-section-value-regular">{{address_value}}</span>
|
|
</div>
|
|
<div class="caldav-conf-section" id="caldav-conf-username">
|
|
<span class="caldav-conf-section-label">{{username_label}}</span>
|
|
<span class="caldav-conf-section-value caldav-conf-section-value-regular">{{username_value}}</span>
|
|
</div>
|
|
<div class="caldav-conf-section" id="caldav-conf-password">
|
|
<span class="caldav-conf-section-label">{{password_label}}</span>
|
|
<span class="caldav-conf-section-value caldav-conf-section-value-regular">{{password_value}}</span>
|
|
</div>
|
|
<div class="caldav-conf-section" id="caldav-conf-setup_hints">
|
|
<span class="caldav-conf-section-label">{{setup_hints_label}}</span>
|
|
<ul>
|
|
{{setup_hint_entries}}
|
|
</ul>
|
|
</div>
|