1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/SitesManager/templates/_othersTab.twig
Stefan Giehl 407a43edd7 Implement new layout for no data screen (#21247)
* Allow custom loading message for widget loader

* apply new layout to header and footer of no data page

* implement layout of tracking method view

* layout improvements

* implement recommended method

* add hidden share button for later

* Refactor rendering into vue component

* implement details view for tracking methods

* implement url handling for tab selection

* show notifications in details only if it was detectd

* improve events and move some stuff to tagmanager

* some layout tweaks

* Consolidate EmptySite UI test suites into one

* move test to tag manager

* code cleanup

* removes some unused translations

* further adjustments to various method details

* implement method to allow recommendation overwrite

* allow selecting specific details view in css

* implement global list styling

* move tagmanager specific styling to plugin

* remove GA3 and GA4 notifications from tracking code screen

* remove no longer needed tests and fixtures

* ensure url parameter uses same case as before

* layout and code fixes

* improve global list style

* fix sorting

* updates expected UI test files

* submodule update

* update outdated css selectors

* avoid unnecessary screenshots in updater tests

* fix parameter type hint

* Move check for tracked data to vue component

instead of reusing the live widget

* don't show GA Import on others screen when plugin is available

* improve layout so it works with two line names

* use flex layout to be able shorten text to two lines (#21304)

* remove indention of test feature result

* fix sizing of code block elements in numbered lists

* Improve handling of CTA buttons

* adjust css

* submodule update
2023-09-29 12:19:26 +02:00

10 خطوط
508 B
Twig

<h2>{{ 'SitesManager_MoreMethods'|translate }}</h2>
<p>{{ 'SitesManager_OtherWaysTabDescription'|translate }}</p>
<p>Matomo URL: <code vue-directive="CoreHome.CopyToClipboard">{{ matomoUrl }}</code></p>
<p>{{ 'SitesManager_EmailInstructionsYourSiteId'|translate('<code vue-directive="CoreHome.CopyToClipboard">' ~ idSite ~ '</code>')|raw }}</p>
{% for othersInstruction in othersInstructions %}
<h3>{{ othersInstruction.name }}</h3>
<p>{{ othersInstruction.othersInstruction|raw }}</p>
{% endfor %}