Button sequence

main
Bob Mottram 2019-12-17 13:17:00 +00:00
parent fc089022f5
commit 3588e1f3aa
1 changed files with 1 additions and 1 deletions

View File

@ -3832,8 +3832,8 @@ def htmlSearch(translate: {}, \
followStr+=' <form method="POST" accept-charset="UTF-8" action="'+actor+'/searchhandle">'
followStr+=' <input type="hidden" name="actor" value="'+actor+'">'
followStr+=' <input type="text" name="searchtext" autofocus><br>'
followStr+=' <button type="submit" class="button" name="submitBack">'+translate['Go Back']+'</button>'
followStr+=' <button type="submit" class="button" name="submitSearch">'+translate['Submit']+'</button>'
followStr+=' <button type="submit" class="button" name="submitBack">'+translate['Go Back']+'</button>'
followStr+=' </form>'
followStr+=' <p class="hashtagswarm">'+htmlHashTagSwarm(baseDir,actor)+'</p>'
followStr+=' </center>'