/
mikopbx
/
ModuleSwedishLanguagePack
Обзор
Документация
Войти
/
mikopbx
/
ModuleSwedishLanguagePack
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
App/Views/ModuleSwedishLanguagePack/sounds.volt
42 строки
1 KB
Nikolai Beketov
feat(ui): add sound files browser with conversion progress
04 май 2026, 13:05
04 май 2026, 13:05
dc0a18f
Код
Авторство
О чём код?
<style> #languagepack-sounds-table th.cdr-player-column, #languagepack-sounds-table td.cdr-player { min-width: 320px; } #languagepack-sounds-table td.cdr-player > table { width: 100%; } #languagepack-sounds-table td.cdr-player .ui.range { width: 100%; } </style> <div class="ui segment"> <a class="ui basic compact button" href="{{ url('module-swedish-language-pack/module-swedish-language-pack/index') }}"> <i class="left arrow icon"></i>{{ t._('mlp_sv_BackToOverview') }} </a> <div id="languagepack-sounds-table-container" style="margin-top: 1em;"> <table class="ui selectable compact unstackable table" id="languagepack-sounds-table"> <thead> <tr> <th>{{ t._('mlp_sv_ColumnFile') }}</th> <th class="cdr-player-column">{{ t._('mlp_sv_ColumnPlayer') }}</th> <th>{{ t._('mlp_sv_ColumnConverted') }}</th> <th></th> </tr> </thead> <tbody></tbody> </table> </div> <div id="empty-table-placeholder" style="display:none"> {{ partial("partials/emptyTablePlaceholder", [ 'icon': 'music', 'title': t._('mlp_sv_EmptyTable'), 'description': '', 'showButton': false, 'showDocumentationLink': false ]) }} </div> </div>