Update app-devices.tpl

enhance device list view
This commit is contained in:
Focuslinkstech 2024-11-07 14:01:05 +01:00
parent 3bd8ebdc76
commit d20fea1cdf

View File

@ -13,7 +13,7 @@
<div class="panel-body" style="overflow-y: scroll;"> <div class="panel-body" style="overflow-y: scroll;">
<div style="max-height: 50px; min-height: 50px;">{nl2br(strip_tags($d['description']))}</div> <div style="max-height: 50px; min-height: 50px;">{nl2br(strip_tags($d['description']))}</div>
</div> </div>
<div class="panel-footer" style="overflow-y: scroll;"> <div class="panel-footer">
<center style="max-height: 40px; min-height: 40px;"> <center style="max-height: 40px; min-height: 40px;">
<span class="label label-default">{$d['file']}</span> <span class="label label-default">{$d['file']}</span>
{foreach $d['url'] as $name => $url} {foreach $d['url'] as $name => $url}