mirror of https://gitlab.com/bashrc2/epicyon
Space
parent
4cdbfd82c0
commit
ede1feb8a1
|
@ -5437,12 +5437,11 @@ def htmlPersonOptions(translate: {}, baseDir: str,
|
|||
optionsNickname, optionsDomainFull):
|
||||
optionsStr += \
|
||||
'<input type="checkbox" ' + \
|
||||
'class="profilecheckbox" name="onCalendar" ' + \
|
||||
'checked>' + \
|
||||
'class="profilecheckbox" name="onCalendar" checked> ' + \
|
||||
translate['Receive calendar events from this account'] + \
|
||||
'<button type="submit" class="button" ' + \
|
||||
'name="submitOnCalendar">' + \
|
||||
translate['Submit'] + '</button><br>'
|
||||
translate['Submit'] + '</button><br>\n'
|
||||
else:
|
||||
optionsStr += \
|
||||
'<input type="checkbox" ' + \
|
||||
|
@ -5450,7 +5449,7 @@ def htmlPersonOptions(translate: {}, baseDir: str,
|
|||
translate['Receive calendar events from this account'] + \
|
||||
'<button type="submit" class="button" ' + \
|
||||
'name="submitOnCalendar">' + \
|
||||
translate['Submit'] + '</button><br>'
|
||||
translate['Submit'] + '</button><br>\n'
|
||||
|
||||
optionsStr += optionsLinkStr
|
||||
optionsStr += \
|
||||
|
|
Loading…
Reference in New Issue