mirror of https://gitlab.com/bashrc2/epicyon
Change the position of the block button
parent
e0ec9d5cfe
commit
bc2609dc09
|
@ -522,10 +522,6 @@ def html_person_options(default_timeline: str,
|
||||||
follow_str + \
|
follow_str + \
|
||||||
'" accesskey="' + access_keys['followButton'] + '">' + \
|
'" accesskey="' + access_keys['followButton'] + '">' + \
|
||||||
translate[follow_str] + '</button>\n'
|
translate[follow_str] + '</button>\n'
|
||||||
options_str += \
|
|
||||||
' <button type="submit" class="button" name="submit' + \
|
|
||||||
block_str + '" accesskey="' + access_keys['blockButton'] + '">' + \
|
|
||||||
translate[block_str] + '</button>\n'
|
|
||||||
options_str += \
|
options_str += \
|
||||||
' <button type="submit" class="button" name="submitDM" ' + \
|
' <button type="submit" class="button" name="submitDM" ' + \
|
||||||
'accesskey="' + access_keys['menuDM'] + '">' + \
|
'accesskey="' + access_keys['menuDM'] + '">' + \
|
||||||
|
@ -547,6 +543,10 @@ def html_person_options(default_timeline: str,
|
||||||
'name="submitPersonInfo" accesskey="' + \
|
'name="submitPersonInfo" accesskey="' + \
|
||||||
access_keys['infoButton'] + '">' + \
|
access_keys['infoButton'] + '">' + \
|
||||||
translate['Info'] + '</button>\n'
|
translate['Info'] + '</button>\n'
|
||||||
|
options_str += \
|
||||||
|
' <button type="submit" class="button" name="submit' + \
|
||||||
|
block_str + '" accesskey="' + access_keys['blockButton'] + '">' + \
|
||||||
|
translate[block_str] + '</button>\n'
|
||||||
|
|
||||||
person_notes = ''
|
person_notes = ''
|
||||||
if origin_path_str == '/users/' + nickname:
|
if origin_path_str == '/users/' + nickname:
|
||||||
|
|
Loading…
Reference in New Issue