Rev3736, Fix sidebar content signing changer links
This commit is contained in:
parent
5b50a113d1
commit
2ceada84a6
4 changed files with 12 additions and 2 deletions
|
@ -505,7 +505,7 @@ class UiWebsocketPlugin(object):
|
|||
contents += site.content_manager.contents.get("content.json", {}).get("includes", {}).keys()
|
||||
body.append(_(u"<div class='contents'>{_[Choose]}: "))
|
||||
for content in contents:
|
||||
body.append(_("<a href='#{content}' onclick='$(\"#input-contents\").val(\"{content}\"); return false'>{content}</a> "))
|
||||
body.append(_("<a href='{content}' class='contents-content'>{content}</a> "))
|
||||
body.append("</div>")
|
||||
body.append("</li>")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue