Co-authored-by: Fenris Wolf <fenris@folksprak.org> Co-committed-by: Fenris Wolf <fenris@folksprak.org>
19 lines
1 KiB
Smarty
19 lines
1 KiB
Smarty
<div class="widget-caldav-conf-section" class="widget-caldav-conf-address">
|
|
<span class="widget-caldav-conf-section-label">{{address_label}}</span>
|
|
<span class="widget-caldav-conf-section-value widget-caldav-conf-section-value-regular">{{address_value}}</span>
|
|
</div>
|
|
<div class="widget-caldav-conf-section" class="widget-caldav-conf-username">
|
|
<span class="widget-caldav-conf-section-label">{{username_label}}</span>
|
|
<span class="widget-caldav-conf-section-value widget-caldav-conf-section-value-regular">{{username_value}}</span>
|
|
</div>
|
|
<div class="widget-caldav-conf-section" class="widget-caldav-conf-password">
|
|
<span class="widget-caldav-conf-section-label">{{password_label}}</span>
|
|
<span class="widget-caldav-conf-section-value widget-caldav-conf-section-value-regular">{{password_value}}</span>
|
|
</div>
|
|
<div class="widget-caldav-conf-section" class="widget-caldav-conf-setup_hints">
|
|
<span class="widget-caldav-conf-section-label">{{setup_hints_label}}</span>
|
|
<ul>
|
|
{{setup_hint_entries}}
|
|
</ul>
|
|
</div>
|