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>
|