forked from indymedia/epicyon
Remove center
parent
483c4c48f9
commit
02cb81aaed
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue