forked from indymedia/epicyon
Remove center
parent
483c4c48f9
commit
02cb81aaed
|
@ -339,10 +339,8 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <div class="container">\n'
|
' <div class="container">\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <center>\n' + \
|
|
||||||
' <input type="submit" name="submitLinks" value="' + \
|
' <input type="submit" name="submitLinks" value="' + \
|
||||||
translate['Submit'] + '">\n' + \
|
translate['Submit'] + '">\n'
|
||||||
' </center>\n'
|
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' </div>\n'
|
' </div>\n'
|
||||||
|
|
||||||
|
|
|
@ -505,10 +505,8 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
# ' <a href="' + pathOriginal + '"><button class="cancelbtn">' + \
|
# ' <a href="' + pathOriginal + '"><button class="cancelbtn">' + \
|
||||||
# translate['Go Back'] + '</button></a>\n'
|
# translate['Go Back'] + '</button></a>\n'
|
||||||
editNewswireForm += \
|
editNewswireForm += \
|
||||||
' <center>\n' + \
|
|
||||||
' <input type="submit" name="submitNewswire" value="' + \
|
' <input type="submit" name="submitNewswire" value="' + \
|
||||||
translate['Submit'] + '">\n' + \
|
translate['Submit'] + '">\n'
|
||||||
' </center>\n'
|
|
||||||
editNewswireForm += \
|
editNewswireForm += \
|
||||||
' </div>\n'
|
' </div>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue