Less verbose

main
Bob Mottram 2020-01-12 10:41:26 +00:00
parent 9490aca8b8
commit af832ba57e
16 changed files with 16 additions and 16 deletions

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "البريد الإلكتروني", "Email": "البريد الإلكتروني",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Correu electrònic", "Email": "Correu electrònic",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "E-bost", "Email": "E-bost",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Email", "Email": "Email",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Email", "Email": "Email",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Email", "Email": "Email",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Email", "Email": "Email",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Ríomhphost", "Email": "Ríomhphost",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "ईमेल", "Email": "ईमेल",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "E-mail", "Email": "E-mail",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Eメール", "Email": "Eメール",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -201,5 +201,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Email", "Email": "Email",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Email", "Email": "Email",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "Эл. адрес", "Email": "Эл. адрес",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix", "Matrix": "Matrix",
"Email": "电子邮件", "Email": "电子邮件",
"PGP": "PGP", "PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time." "This is a scheduled post.": "This is a scheduled post."
} }

View File

@ -1118,7 +1118,7 @@ def htmlNewPost(mediaInstance: bool,translate: {}, \
dateAndLocation='' dateAndLocation=''
if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion': if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion':
dateAndLocation='<div class="container">' dateAndLocation='<div class="container">'
dateAndLocation+='<p><input type="checkbox" class="profilecheckbox" name="schedulePost"><label class="labels">'+translate['Schedule post for release at this date and time.']+'</label></p>' dateAndLocation+='<p><input type="checkbox" class="profilecheckbox" name="schedulePost"><label class="labels">'+translate['This is a scheduled post.']+'</label></p>'
dateAndLocation+='<p><img loading="lazy" alt="" title="" class="emojicalendar" src="/'+iconsDir+'/calendar.png"/>' dateAndLocation+='<p><img loading="lazy" alt="" title="" class="emojicalendar" src="/'+iconsDir+'/calendar.png"/>'
dateAndLocation+='<label class="labels">'+translate['Date']+': </label>' dateAndLocation+='<label class="labels">'+translate['Date']+': </label>'
dateAndLocation+='<input type="date" name="eventDate">' dateAndLocation+='<input type="date" name="eventDate">'