mirror of
https://github.com/wekan/wekan.git
synced 2026-01-27 03:36:09 +01:00
Accessibility statement. Part 1. In Progress.
Thanks to xet7 !
This commit is contained in:
parent
de2ddbe8b5
commit
729d8fb435
10 changed files with 231 additions and 2 deletions
|
|
@ -249,6 +249,21 @@ template(name='layoutSettings')
|
|||
.title {{_ 'custom-top-left-corner-logo-height'}}
|
||||
.form-group
|
||||
input.wekan-form-control#custom-top-left-corner-logo-height(type="text", placeholder="" value="{{currentSetting.customTopLeftCornerLogoHeight}}")
|
||||
li.layout-form
|
||||
.title {{_ 'accessibility-page-enabled'}}
|
||||
.form-group.flex
|
||||
input.wekan-form-control#accessibility-page-enabled(type="radio" name="accessibilityPageEnabled" value="true" checked="{{#if currentSetting.accessibilityEnabled}}checked{{/if}}")
|
||||
label {{_ 'yes'}}
|
||||
input.wekan-form-control#accessibility-page-enabled(type="radio" name="accessibilityPageEnabled" value="false" checked="{{#unless currentSetting.accessibilityEnabled}}checked{{/unless}}")
|
||||
label {{_ 'no'}}
|
||||
li.layout-form
|
||||
.title {{_ 'accessibility-title'}}
|
||||
.form-group
|
||||
input.wekan-form-control#accessibility-title(type="text", placeholder="" value="{{currentSetting.accessibilityTitle}}")
|
||||
li.layout-form
|
||||
.title {{_ 'accessibility-content'}}
|
||||
.form-group
|
||||
textarea#accessibility-content.wekan-form-control= currentSetting.accessibilityContent
|
||||
li.layout-form
|
||||
.title {{_ 'automatic-linked-url-schemes'}}
|
||||
.form-group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue