forked from indymedia/epicyon
Table width
parent
2a54f7eb70
commit
557e2fe85a
|
@ -2055,7 +2055,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
|
||||||
newPostForm += \
|
newPostForm += \
|
||||||
' <label for="nickname"><b>' + newPostText + '</b></label>\n'
|
' <label for="nickname"><b>' + newPostText + '</b></label>\n'
|
||||||
newPostForm += ' <div class="container">\n'
|
newPostForm += ' <div class="container">\n'
|
||||||
newPostForm += ' <table border="0"><tr>\n'
|
newPostForm += ' <table style="width:100%" border="0"><tr>\n'
|
||||||
newPostForm += '<td>' + dropDownContent + '</td>\n'
|
newPostForm += '<td>' + dropDownContent + '</td>\n'
|
||||||
newPostForm += \
|
newPostForm += \
|
||||||
' <td><a href="' + pathBase + \
|
' <td><a href="' + pathBase + \
|
||||||
|
|
Loading…
Reference in New Issue