Linked back button

main
Bob Mottram 2020-08-12 10:02:37 +00:00
parent a06755827e
commit abfc7a4ad7
1 changed files with 2 additions and 2 deletions

View File

@ -6246,8 +6246,8 @@ def htmlSearch(translate: {},
followStr += \
' <input type="hidden" name="actor" value="' + actor + '">\n'
followStr += ' <input type="text" name="searchtext" autofocus><br>\n'
followStr += ' <button type="button" class="button" ' + \
'name="submitBack">' + translate['Go Back'] + '</button>\n'
followStr += ' <a href="/"><button type="button" class="button" ' + \
'name="submitBack">' + translate['Go Back'] + '</button></a>\n'
followStr += ' <button type="submit" class="button" ' + \
'name="submitSearch">' + translate['Submit'] + '</button>\n'
followStr += ' </form>\n'