Remove center

alt-html-css
Bob Mottram 2020-12-21 15:09:29 +00:00
parent 483c4c48f9
commit 02cb81aaed
2 changed files with 2 additions and 6 deletions

View File

@ -339,10 +339,8 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
editLinksForm += \
' <div class="container">\n'
editLinksForm += \
' <center>\n' + \
' <input type="submit" name="submitLinks" value="' + \
translate['Submit'] + '">\n' + \
' </center>\n'
translate['Submit'] + '">\n'
editLinksForm += \
' </div>\n'

View File

@ -505,10 +505,8 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
# ' <a href="' + pathOriginal + '"><button class="cancelbtn">' + \
# translate['Go Back'] + '</button></a>\n'
editNewswireForm += \
' <center>\n' + \
' <input type="submit" name="submitNewswire" value="' + \
translate['Submit'] + '">\n' + \
' </center>\n'
translate['Submit'] + '">\n'
editNewswireForm += \
' </div>\n'