first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{% if lang_has_changed %}
<div class="notice notice-info inline is-dismissible otgs-is-dismissible wpml-default-lang-after-message">
<p>
{{ after_message }} <a class="wpml-external-link" target="_blank" href="{{ help_link }}">{{ help_text }}</a>
<span class="notice-dismiss" ></span>
</p>
</div>
{% endif %}
<div style="display: none" class="notice notice-warning otgs-notice-icon inline wpml-default-lang-before-message">
<i class="otgs-ico-warning"></i>
<div>
<p>
{{ before_message }} <a class="wpml-external-link" target="_blank" href="{{ help_link }}">{{ help_text }}</a>
</p>
<p>
<label class="wpml-display-block"><input type="checkbox" class="display-as-translated-changing-default-language"> {{ got_it }}</label>
</p>
</div>
</div>