|
|
@ -131,9 +131,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div id="main" dojoType="dijit.layout.BorderContainer">
|
|
|
|
<div id="main" dojoType="dijit.layout.BorderContainer">
|
|
|
|
<div id="feeds-holder" dojoType="dijit.layout.ContentPane" region="leading" style="width : 20%" splitter="true">
|
|
|
|
<div id="feeds-holder" dojoType="dijit.layout.ContentPane" region="leading" style="width : 20%" splitter="true">
|
|
|
|
<div id="feedlistLoading">
|
|
|
|
<div id="feedlistLoading" class="text-center text-muted text-small">
|
|
|
|
<img src='images/indicator_tiny.gif'/>
|
|
|
|
<img class="icon-three-dots" src="images/three-dots.svg?2">
|
|
|
|
<?= __("Loading, please wait..."); ?></div>
|
|
|
|
<?= __("Loading, please wait..."); ?>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
PluginHost::getInstance()->run_hooks_callback(PluginHost::HOOK_FEED_TREE, function ($result) {
|
|
|
|
PluginHost::getInstance()->run_hooks_callback(PluginHost::HOOK_FEED_TREE, function ($result) {
|
|
|
|
echo $result;
|
|
|
|
echo $result;
|
|
|
|