قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* 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
17 خطوط
669 B
Twig
17 خطوط
669 B
Twig
<h2>{{ 'SitesManager_StepByStepGuide'|translate }}</h2>
|
|
|
|
{% if notificationMessage is defined and notificationMessage %}
|
|
<p></p><p></p>
|
|
<div class="system notification notification-info">
|
|
{{ notificationMessage|raw }}
|
|
</div>
|
|
{% endif %}
|
|
|
|
<div
|
|
vue-entry="CoreAdminHome.JsTrackingCodeGeneratorSitesWithoutData"
|
|
default-site="{{ defaultSiteDecoded|json_encode }}"
|
|
max-custom-variables="{{ maxCustomVariables|json_encode }}"
|
|
server-side-do-not-track-enabled="{{ serverSideDoNotTrackEnabled|json_encode }}"
|
|
js-tag="{{ jsTag|raw }}"
|
|
is-js-tracker-install-check-available="{{ isJsTrackerInstallCheckAvailable|json_encode }}"
|
|
></div> |