mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Disable Organisation name i18n
This commit is contained in:
parent
a4732bacce
commit
2b579372c3
3 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ template(name="boardList")
|
||||||
select.js-AllBoardOrgs#jsAllBoardOrgs("multiple")
|
select.js-AllBoardOrgs#jsAllBoardOrgs("multiple")
|
||||||
option(value="-1") {{_ 'organizations'}} :
|
option(value="-1") {{_ 'organizations'}} :
|
||||||
each orgsDatas
|
each orgsDatas
|
||||||
option(value="{{orgId}}") {{_ orgDisplayName}}
|
option(value="{{orgId}}") {{orgDisplayName}}
|
||||||
|
|
||||||
//li.AllBoardTemplates
|
//li.AllBoardTemplates
|
||||||
// if userHasTemplates
|
// if userHasTemplates
|
||||||
|
|
|
||||||
|
|
@ -403,7 +403,7 @@ template(name="editUserPopup")
|
||||||
select.js-orgs#jsOrgs
|
select.js-orgs#jsOrgs
|
||||||
option(value="-1") {{_ 'organizations'}} :
|
option(value="-1") {{_ 'organizations'}} :
|
||||||
each value in orgsDatas
|
each value in orgsDatas
|
||||||
option(value="{{value._id}}") {{_ value.orgDisplayName}}
|
option(value="{{value._id}}") {{value.orgDisplayName}}
|
||||||
input#jsUserOrgsInPut.js-userOrgs(type="text" value=user.orgsUserBelongs, disabled)
|
input#jsUserOrgsInPut.js-userOrgs(type="text" value=user.orgsUserBelongs, disabled)
|
||||||
input#jsUserOrgIdsInPut.js-userOrgIds.hide(type="text" value=user.orgIdsUserBelongs)
|
input#jsUserOrgIdsInPut.js-userOrgIds.hide(type="text" value=user.orgIdsUserBelongs)
|
||||||
label
|
label
|
||||||
|
|
@ -543,7 +543,7 @@ template(name="newUserPopup")
|
||||||
select.js-orgsNewUser#jsOrgsNewUser
|
select.js-orgsNewUser#jsOrgsNewUser
|
||||||
option(value="-1") {{_ 'organizations'}} :
|
option(value="-1") {{_ 'organizations'}} :
|
||||||
each value in orgsDatas
|
each value in orgsDatas
|
||||||
option(value="{{value._id}}") {{_ value.orgDisplayName}}
|
option(value="{{value._id}}") {{value.orgDisplayName}}
|
||||||
input#jsUserOrgsInPutNewUser.js-userOrgsNewUser(type="text" value=user.orgsUserBelongs, disabled)
|
input#jsUserOrgsInPutNewUser.js-userOrgsNewUser(type="text" value=user.orgsUserBelongs, disabled)
|
||||||
input#jsUserOrgIdsInPutNewUser.js-userOrgIdsNewUser.hide(type="text" value=user.orgIdsUserBelongs)
|
input#jsUserOrgIdsInPutNewUser.js-userOrgIdsNewUser.hide(type="text" value=user.orgIdsUserBelongs)
|
||||||
label
|
label
|
||||||
|
|
|
||||||
|
|
@ -494,7 +494,7 @@ template(name="addBoardOrgPopup")
|
||||||
select.js-boardOrgs#jsBoardOrgs
|
select.js-boardOrgs#jsBoardOrgs
|
||||||
option(value="-1") {{_ 'organizations'}} :
|
option(value="-1") {{_ 'organizations'}} :
|
||||||
each value in orgsDatas
|
each value in orgsDatas
|
||||||
option(value="{{value._id}}") {{_ value.orgDisplayName}}
|
option(value="{{value._id}}") {{value.orgDisplayName}}
|
||||||
|
|
||||||
template(name="removeBoardOrgPopup")
|
template(name="removeBoardOrgPopup")
|
||||||
form
|
form
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue