diff options
author | zottel <github@zottel.net> | 2014-02-20 08:42:40 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2014-02-20 08:42:40 +0100 |
commit | b223b52f83344a7ebdea460cd534d24337f0b403 (patch) | |
tree | 793e2eb49387c4a371229cc70f18c2c3df95485c /view/tpl/chanview.tpl | |
parent | 79d3dae7fa80df6ea6914807bcde4d8b8c390361 (diff) | |
parent | c219451702b2e20c100c8b2a32f4dd1f42e82768 (diff) | |
download | volse-hubzilla-b223b52f83344a7ebdea460cd534d24337f0b403.tar.gz volse-hubzilla-b223b52f83344a7ebdea460cd534d24337f0b403.tar.bz2 volse-hubzilla-b223b52f83344a7ebdea460cd534d24337f0b403.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/chanview.tpl')
-rwxr-xr-x | view/tpl/chanview.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/chanview.tpl b/view/tpl/chanview.tpl index 4df327bf9..a43ea1b5d 100755 --- a/view/tpl/chanview.tpl +++ b/view/tpl/chanview.tpl @@ -1,2 +1,2 @@ -<div id="chanview-iframe-border" class="fakelink" onclick="chanviewFull(); return true;" title="{{$full}}" >☐</div> +<div id="chanview-iframe-border" class="fakelink" onclick="chanviewFull(); return true;" title="{{$full}}" ><i class="icon-fullscreen"></i></div> <iframe id="remote-channel" width="100%" src="{{$url}}" onload="resize_iframe()"></iframe> |