|
@@ -163,13 +163,6 @@ template(name='announcementSettings')
|
|
|
|
|
|
template(name='layoutSettings')
|
|
template(name='layoutSettings')
|
|
ul#layout-setting.setting-detail
|
|
ul#layout-setting.setting-detail
|
|
- //li.layout-form
|
|
|
|
- .title {{_ 'hide-logo'}}
|
|
|
|
- .form-group.flex
|
|
|
|
- input.wekan-form-control#hide-logo(type="radio" name="hideLogo" value="true" checked="{{#if currentSetting.hideLogo}}checked{{/if}}")
|
|
|
|
- span {{_ 'yes'}}
|
|
|
|
- input.wekan-form-control#hide-logo(type="radio" name="hideLogo" value="false" checked="{{#unless currentSetting.hideLogo}}checked{{/unless}}")
|
|
|
|
- span {{_ 'no'}}
|
|
|
|
li.layout-form
|
|
li.layout-form
|
|
.title {{_ 'display-authentication-method'}}
|
|
.title {{_ 'display-authentication-method'}}
|
|
.form-group.flex
|
|
.form-group.flex
|
|
@@ -184,10 +177,32 @@ template(name='layoutSettings')
|
|
.title {{_ 'custom-product-name'}}
|
|
.title {{_ 'custom-product-name'}}
|
|
.form-group
|
|
.form-group
|
|
input.wekan-form-control#product-name(type="text", placeholder="" value="{{currentSetting.productName}}")
|
|
input.wekan-form-control#product-name(type="text", placeholder="" value="{{currentSetting.productName}}")
|
|
|
|
+ li.layout-form
|
|
|
|
+ .title {{_ 'hide-logo'}}
|
|
|
|
+ .form-group.flex
|
|
|
|
+ input.wekan-form-control#hide-logo(type="radio" name="hideLogo" value="true" checked="{{#if currentSetting.hideLogo}}checked{{/if}}")
|
|
|
|
+ span {{_ 'yes'}}
|
|
|
|
+ input.wekan-form-control#hide-logo(type="radio" name="hideLogo" value="false" checked="{{#unless currentSetting.hideLogo}}checked{{/unless}}")
|
|
|
|
+ span {{_ 'no'}}
|
|
|
|
+ li.layout-form
|
|
|
|
+ .title {{_ 'custom-login-logo-image-url'}}
|
|
|
|
+ .form-group
|
|
|
|
+ input.wekan-form-control#custom-login-logo-image-url(type="text", placeholder="" value="{{currentSetting.customLoginLogoImageUrl}}")
|
|
|
|
+ li.layout-form
|
|
|
|
+ .title {{_ 'custom-login-logo-target-url'}}
|
|
|
|
+ .form-group
|
|
|
|
+ input.wekan-form-control#custom-login-logo-target-url(type="text", placeholder="" value="{{currentSetting.customLoginLogoTargetUrl}}")
|
|
|
|
+ li.layout-form
|
|
|
|
+ .title {{_ 'custom-top-left-corner-logo-image-url'}}
|
|
|
|
+ .form-group
|
|
|
|
+ input.wekan-form-control#custom-top-left-corner-logo-image-url(type="text", placeholder="" value="{{currentSetting.customTopLeftCornerLogoImageUrl}}")
|
|
|
|
+ li.layout-form
|
|
|
|
+ .title {{_ 'custom-top-left-corner-logo-target-url'}}
|
|
|
|
+ .form-group
|
|
|
|
+ input.wekan-form-control#custom-top-left-corner-logo-target-url(type="text", placeholder="" value="{{currentSetting.customTopLeftCornerLogoTargetUrl}}")
|
|
li
|
|
li
|
|
button.js-save-layout.primary {{_ 'save'}}
|
|
button.js-save-layout.primary {{_ 'save'}}
|
|
|
|
|
|
-
|
|
|
|
template(name='selectAuthenticationMethod')
|
|
template(name='selectAuthenticationMethod')
|
|
select#defaultAuthenticationMethod
|
|
select#defaultAuthenticationMethod
|
|
each authentications
|
|
each authentications
|