Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Resources/views/DataCollector/translatorDataCollector.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,19 @@
{% endset %}
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': false } %}
{% endblock %}

{% block menu %}
{# This left-hand menu appears when using the full-screen profiler. #}
<span class="label sf-toolbar-info-piece domis86_translator_data_collector_clickable">
<span class="domis86_web_debug_dialog_toolbar_icon_img_edit"></span>
<span class="icon">
<img alt="Translator icon"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADxSURBVHjaYvz//z8DDNy8eXMakMpkwA6mq6urZ2GIggwA4Rs3bkwD4v+4AEgOpAamHoaJ0ozPEKI1IxuCbAATyM9AvzGQC5gYKARUMWA6MPqIUgxVNx0jGokJSPQYeG5p8B+EGWEJCZaIkAMUzWXwhDRh2iSwpogl8xlYsGlG0oiR+j7t8fwfJfaNYdmrYAaJY+cZwS4AavgP0oxPIwh8OeD9/8eHbww/gVg64SQjSIwFpgGoORNnegeCr0d8///68pPhNxDDNIMAI3JmwgVOHM76r/H1Dthm8YgjjCSng/4pbxlucKtgaCbaBfgAQIABAHoDR9rIUJdQAAAAAElFTkSuQmCC"/>
</span>
<strong>Translations</strong>
</span>
{% endblock %}

{% block panel %}
{{ render(controller('domis86_translator.controller.translator_controller:webDebugDialogAction', { 'location': collector.location })) }}
{% endblock %}
11 changes: 11 additions & 0 deletions Resources/views/Translator/webDebugDialog.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
color: #04a9e6;
}

table.domis86_web_debug_dialog_table td {
background: inherit;
}

.domis86_web_debug_dialog_table .empty {
border: none;
color: inherit;
margin: inherit;
padding: inherit;
}

.column_id {
width: 1%;
font-size: 9px;
Expand Down