Add properties button to the file app to see owners and password
This commit is contained in:
parent
68fb534d25
commit
06818b798f
@ -112,6 +112,7 @@ define([
|
|||||||
|
|
||||||
toolbar.addElement(['pageTitle'], {pageTitle: title});
|
toolbar.addElement(['pageTitle'], {pageTitle: title});
|
||||||
toolbar.$rightside.append(common.createButton('forget', true));
|
toolbar.$rightside.append(common.createButton('forget', true));
|
||||||
|
toolbar.$rightside.append(common.createButton('properties', true));
|
||||||
if (common.isLoggedIn()) {
|
if (common.isLoggedIn()) {
|
||||||
toolbar.$rightside.append(common.createButton('hashtag', true));
|
toolbar.$rightside.append(common.createButton('hashtag', true));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user