#6828: Flow Unterstützung implementieren
This commit is contained in:
parent
2afe6cb1be
commit
6d89c8e26c
@ -61,13 +61,6 @@ $aModule = array(
|
|||||||
'events' => array(
|
'events' => array(
|
||||||
'onActivate' => 'd3install::checkUpdateStart',
|
'onActivate' => 'd3install::checkUpdateStart',
|
||||||
),
|
),
|
||||||
'blocks' => array(
|
|
||||||
array(
|
|
||||||
'template' => 'layout/sidebar.tpl',
|
|
||||||
'block' => 'sidebar_categoriestree',
|
|
||||||
'file' => 'views/blocks/layout/d3usersonline_sidebar.tpl'
|
|
||||||
),
|
|
||||||
),
|
|
||||||
'd3FileRegister' => array(
|
'd3FileRegister' => array(
|
||||||
'd3/d3usersonline/IntelliSenseHelper.php',
|
'd3/d3usersonline/IntelliSenseHelper.php',
|
||||||
'd3/d3usersonline/metadata.php',
|
'd3/d3usersonline/metadata.php',
|
||||||
|
@ -1,50 +0,0 @@
|
|||||||
[{d3modcfgcheck modid="d3usersonline"}][{/d3modcfgcheck}]
|
|
||||||
[{if $mod_d3usersonline}]
|
|
||||||
[{if $oxcmp_user && $oxcmp_user->getFieldData('oxrights') == 'malladmin'}]
|
|
||||||
<div class="box">
|
|
||||||
<h3>[{oxmultilang ident="D3_USERSONLINE_USERSONLINE"}]</h3>
|
|
||||||
<div class="content">
|
|
||||||
<table style="border-style: none; width: 100%;">
|
|
||||||
<tr>
|
|
||||||
<td style="border-bottom: 1px solid silver;">
|
|
||||||
[{oxmultilang ident="D3_USERSONLINE_ALL"}]
|
|
||||||
</td>
|
|
||||||
<td style="border-bottom: 1px solid silver; text-align: right; font-weight: bold;">
|
|
||||||
[{$aUsersOnline.all}]
|
|
||||||
</td>
|
|
||||||
<td style="border-bottom: 1px solid silver; text-align: left;">
|
|
||||||
[{if $aUsersOnline.all == 1}]
|
|
||||||
[{oxmultilang ident="D3_USERSONLINE_USER"}]
|
|
||||||
[{else}]
|
|
||||||
[{oxmultilang ident="D3_USERSONLINE_USERS"}]
|
|
||||||
[{/if}]
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
[{foreach from=$aUsersOnline.classes item="aClassUser"}]
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
[{if $aClassUser->classname}]
|
|
||||||
[{$aClassUser->classname|ucfirst}]:
|
|
||||||
[{else}]
|
|
||||||
undefined:
|
|
||||||
[{/if}]
|
|
||||||
</td>
|
|
||||||
<td style="text-align: right; font-weight: bold;">
|
|
||||||
[{$aClassUser->counter}]
|
|
||||||
</td>
|
|
||||||
<td style="text-align: left;">
|
|
||||||
[{if $aClassUser->counter == 1}]
|
|
||||||
[{oxmultilang ident="D3_USERSONLINE_USER"}]
|
|
||||||
[{else}]
|
|
||||||
[{oxmultilang ident="D3_USERSONLINE_USERS"}]
|
|
||||||
[{/if}]
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
[{/foreach}]
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
[{/if}]
|
|
||||||
[{/if}]
|
|
||||||
|
|
||||||
[{$smarty.block.parent}]
|
|
Loading…
x
Reference in New Issue
Block a user