forked from indymedia/epicyon
Wider dropdown
parent
f132de9d4f
commit
483c4c48f9
|
@ -646,13 +646,13 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
|||
newPostForm += ' <div class="containerNewPost">\n'
|
||||
newPostForm += ' <table style="width:100%" border="0">\n'
|
||||
newPostForm += ' <colgroup>\n'
|
||||
newPostForm += ' <col span="1" style="width:50%">\n'
|
||||
newPostForm += ' <col span="1" style="width:70%">\n'
|
||||
newPostForm += ' <col span="1" style="width:10%">\n'
|
||||
if newswire and path.endswith('/newblog'):
|
||||
newPostForm += ' <col span="1" style="width:20%">\n'
|
||||
newPostForm += ' <col span="1" style="width:20%">\n'
|
||||
newPostForm += ' <col span="1" style="width:10%">\n'
|
||||
newPostForm += ' <col span="1" style="width:10%">\n'
|
||||
else:
|
||||
newPostForm += ' <col span="1" style="width:40%">\n'
|
||||
newPostForm += ' <col span="1" style="width:20%">\n'
|
||||
newPostForm += ' </colgroup>\n'
|
||||
newPostForm += '<tr>\n'
|
||||
newPostForm += '<td>' + dropDownContent + '</td>\n'
|
||||
|
|
Loading…
Reference in New Issue