first commit
This commit is contained in:
@@ -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"/>
|
||||
@@ -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"/>
|
||||
<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"/>
|
||||
Reference in New Issue
Block a user