align comment textarea to the right
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user