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,9 @@
<div class="icl_cyan_box" id="{{ placeHolder|e }}">
<input type="hidden" name="action" value="{{ formAction|e }}">
<input type="hidden" name="wpml_clear_ts_nonce" value="{{ nonces.clearTS|e }}">
<h3>{{ strings.title }}</h3>
<p>{{ strings.message }}</p>
<a class="button-primary" href="#">{{ strings.button }}</a><span class="spinner"></span>
</div><br clear="all"/>

View File

@@ -0,0 +1,21 @@
<div class="icl_cyan_box" id="{{ placeHolder|e }}">
<h3>{{ strings.title }}</h3>
<div class="icl_form_errors">
{{ strings.alert1 }}
<br/>
{{ strings.alert2 }}
</div>
<p style="padding:6px;">
<input id="icl_reset_pro_check" type="checkbox" value="1"/>
&nbsp;<label for="icl_reset_pro_check">{{ strings.checkBoxLabel }}</label>
</p>
<p style="padding:6px;">
<a id="icl_reset_pro_but" href="#" class="button-primary button-primary-disabled">
{{ strings.button }}
</a><span class="spinner"></span>
</p>
</div>
<br clear="all"/>