| 1 |
<div class="d4p-group d4p-group-import d4p-group-important"> |
| 2 |
<h3><?php esc_html_e( 'Important', 'gd-security-headers' ); ?></h3> |
| 3 |
<div class="d4p-group-inner"> |
| 4 |
<?php esc_html_e( 'With this tool you import all plugin settings from plain text file made using the Export tool. If you made changes to this file, it is very likely that import will fail.', 'gd-security-headers' ); ?> |
| 5 |
</div> |
| 6 |
</div> |
| 7 |
|
| 8 |
<div class="d4p-group d4p-group-import d4p-group-important"> |
| 9 |
<h3><?php esc_html_e( 'Import File', 'gd-security-headers' ); ?></h3> |
| 10 |
<div class="d4p-group-inner"> |
| 11 |
<?php esc_html_e( 'Select file you want to import', 'gd-security-headers' ); ?>: |
| 12 |
<br/><br/> |
| 13 |
<input type="file" name="import_file"/> |
| 14 |
</div> |
| 15 |
</div> |
| 16 |
|