mirror of https://gitlab.com/bashrc2/epicyon
Storing shared items federation domains
parent
f07742dbff
commit
1c216c248c
|
@ -1358,8 +1358,8 @@ def _htmlEditProfileSharedItems(baseDir: str, nickname: str, domain: str,
|
||||||
editProfileForm = beginEditSection(translate['Shares'])
|
editProfileForm = beginEditSection(translate['Shares'])
|
||||||
idx = 'List of domains which can access the shared items catalog'
|
idx = 'List of domains which can access the shared items catalog'
|
||||||
editProfileForm += \
|
editProfileForm += \
|
||||||
editTextArea(translate[idx], 'shareDomainList', sharedItemsStr,
|
editTextArea(translate[idx], 'shareDomainList',
|
||||||
200, '', False)
|
sharedItemsStr, 200, '', False)
|
||||||
editProfileForm += endEditSection()
|
editProfileForm += endEditSection()
|
||||||
return editProfileForm
|
return editProfileForm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue