diff --git a/webapp_create_post.py b/webapp_create_post.py
index 31502b17e..48b0e08a7 100644
--- a/webapp_create_post.py
+++ b/webapp_create_post.py
@@ -197,7 +197,7 @@ def _html_new_post_drop_down(scope_icon: str, scope_description: str,
def html_new_post(css_cache: {}, media_instance: bool, translate: {},
base_dir: str, http_prefix: str,
- path: str, inReplyTo: str,
+ path: str, in_reply_to: str,
mentions: [],
share_description: str,
report_url: str, page_number: int,
@@ -207,7 +207,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
default_timeline: str, newswire: {},
theme: str, no_drop_down: bool,
access_keys: {}, custom_submit_text: str,
- conversationId: str,
+ conversation_id: str,
recent_posts_cache: {}, max_recent_posts: int,
session, cached_webfingers: {},
person_cache: {}, port: int,
@@ -221,7 +221,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
system_language: str,
max_like_count: int, signing_priv_key_pem: str,
cw_lists: {}, lists_enabled: str,
- boxName: str,
+ box_name: str,
reply_is_chat: bool, bold_reading: bool) -> str:
"""New post screen
"""
@@ -236,8 +236,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
if not is_new_reminder:
date_and_time_str += \
'\n'
+ 'class="emojicalendar" src="/icons/calendar.png"/>\n'
# select a date and time for this post
date_and_time_str += '\n'
@@ -253,6 +252,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
show_public_on_dropdown = True
message_box_height = 400
+ image_description_height = 150
# filename of the banner shown at the top
banner_file, _ = \
@@ -260,7 +260,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
if not path.endswith('/newshare') and not path.endswith('/newwanted'):
if not path.endswith('/newreport'):
- if not inReplyTo or is_new_reminder:
+ if not in_reply_to or is_new_reminder:
new_post_text = '
' + \ translate['Write your reply to'] + \ - ' ' + \ translate['this post'] + '
\n' @@ -289,7 +289,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, None, True, False, http_prefix, project_version, - boxName, + box_name, yt_replace_domain, twitter_replacement_domain, show_published_date_only, @@ -304,12 +304,12 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, bold_reading) reply_str = '\n' + 'name="replyTo" value="' + in_reply_to + '">\n' # if replying to a non-public post then also make # this post non-public if not is_public_post_from_url(base_dir, nickname, domain, - inReplyTo): + in_reply_to): new_post_path = path if '?' in new_post_path: new_post_path = new_post_path.split('?')[0] @@ -382,8 +382,13 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, new_post_image_section += \ ' accept="' + formats_string + '">\n' new_post_image_section += \ - edit_text_field(translate['Describe your attachment'], - 'imageDescription', '') + ' \n' + new_post_image_section += \ + ' \n' + new_post_image_section += end_edit_section() new_post_emoji_section = '' @@ -408,7 +413,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, placeholder_subject = \ translate['Subject or Content Warning (optional)'] + '...' placeholder_mentions = '' - if inReplyTo: + if in_reply_to: placeholder_mentions = \ translate['Replying to'] + '...' placeholder_message = '' @@ -677,7 +682,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, translate['Pin this post to your profile.'] + \ '\n' - if not inReplyTo: + if not in_reply_to: date_and_location += \ '