forked from indymedia/epicyon
Newline position
parent
76c8ca03bc
commit
29012fb236
|
@ -5436,21 +5436,21 @@ def htmlPersonOptions(translate: {}, baseDir: str,
|
||||||
if receivingCalendarEvents(baseDir, nickname, domain,
|
if receivingCalendarEvents(baseDir, nickname, domain,
|
||||||
optionsNickname, optionsDomainFull):
|
optionsNickname, optionsDomainFull):
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
'<br><input type="checkbox" ' + \
|
'<input type="checkbox" ' + \
|
||||||
'class="profilecheckbox" name="onCalendar" ' + \
|
'class="profilecheckbox" name="onCalendar" ' + \
|
||||||
'selected>' + \
|
'selected>' + \
|
||||||
translate['Receive calendar events from this account'] + \
|
translate['Receive calendar events from this account'] + \
|
||||||
'<button type="submit" class="button" ' + \
|
'<button type="submit" class="button" ' + \
|
||||||
'name="submitOnCalendar">' + \
|
'name="submitOnCalendar">' + \
|
||||||
translate['Submit'] + '</button>'
|
translate['Submit'] + '</button><br>'
|
||||||
else:
|
else:
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
'<br><input type="checkbox" ' + \
|
'<input type="checkbox" ' + \
|
||||||
'class="profilecheckbox" name="onCalendar">' + \
|
'class="profilecheckbox" name="onCalendar">' + \
|
||||||
translate['Receive calendar events from this account'] + \
|
translate['Receive calendar events from this account'] + \
|
||||||
'<button type="submit" class="button" ' + \
|
'<button type="submit" class="button" ' + \
|
||||||
'name="submitOnCalendar">' + \
|
'name="submitOnCalendar">' + \
|
||||||
translate['Submit'] + '</button>'
|
translate['Submit'] + '</button><br>'
|
||||||
|
|
||||||
optionsStr += optionsLinkStr
|
optionsStr += optionsLinkStr
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
|
|
Loading…
Reference in New Issue