Button class

main
Bob Mottram 2020-09-19 10:59:07 +01:00
parent bfbbf9f7f9
commit 2cc400705e
1 changed files with 1 additions and 1 deletions

View File

@ -6304,7 +6304,7 @@ def htmlPersonOptions(translate: {}, baseDir: str,
optionsStr += optionsLinkStr
optionsStr += \
' <a href="/"><button type="buttonIcon" class="button" ' + \
' <a href="/"><button type="button" class="buttonIcon" ' + \
'name="submitBack">' + translate['Go Back'] + '</button></a>\n'
optionsStr += \
' <button type="submit" class="button" name="submitView">' + \