mirror of https://github.com/zlatinb/muwire
align comment textarea to the right
parent
31652b34d7
commit
6bcc44e01e
|
@ -19,7 +19,7 @@ class SharedFile {
|
|||
var showCommentHtml = ""
|
||||
var showCommentLink = new Link(_t("Comment"), "showCommentForm", [this.path])
|
||||
showCommentHtml = "<span id='comment-link-" + this.path + "'>" + showCommentLink.render() + "</span>"
|
||||
var commentDiv = "<div id='comment-" + this.path + "'></div>"
|
||||
var commentDiv = "<div class='right' id='comment-" + this.path + "'></div>"
|
||||
var fetchLink = "<a href='/MuWire/DownloadedContent/" + this.infoHash + "'>" + _t("Fetch") + "</a>"
|
||||
|
||||
var html = this.name + "<div class=\"right\">" + unshareLink.render() + " " + fetchLink + " " + showCommentHtml + " " + certifyHtml + "</div>"
|
||||
|
|
Loading…
Reference in New Issue