forked from indymedia/epicyon
Change container type for column edits
parent
02cb81aaed
commit
79c6653772
|
@ -337,7 +337,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <h1>' + translate['Edit Links'] + '</h1>'
|
' <h1>' + translate['Edit Links'] + '</h1>'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <div class="container">\n'
|
' <div class="containerNewPost">\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <input type="submit" name="submitLinks" value="' + \
|
' <input type="submit" name="submitLinks" value="' + \
|
||||||
translate['Submit'] + '">\n'
|
translate['Submit'] + '">\n'
|
||||||
|
|
|
@ -500,7 +500,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
editNewswireForm += \
|
editNewswireForm += \
|
||||||
' <h1>' + translate['Edit newswire'] + '</h1>'
|
' <h1>' + translate['Edit newswire'] + '</h1>'
|
||||||
editNewswireForm += \
|
editNewswireForm += \
|
||||||
' <div class="container">\n'
|
' <div class="containerNewPost">\n'
|
||||||
# editNewswireForm += \
|
# editNewswireForm += \
|
||||||
# ' <a href="' + pathOriginal + '"><button class="cancelbtn">' + \
|
# ' <a href="' + pathOriginal + '"><button class="cancelbtn">' + \
|
||||||
# translate['Go Back'] + '</button></a>\n'
|
# translate['Go Back'] + '</button></a>\n'
|
||||||
|
|
Loading…
Reference in New Issue