bulk-edit.php
1 month ago
list-header.php
5 years ago
row-link.php
1 month ago
row.php
1 month ago
tool-list.php
4 years ago
wpml-translations.php
8 years ago
wpml-translations.php
16 lines
| 1 | <?php $all_languages = $this->integrations->plugins->wpml->getLanguages(); ?> |
| 2 | <div class="quick-edit np-wpml-translations-modal np-inline-modal loading" data-np-wpml-translations-modal style="display:none;"> |
| 3 | <div class="form-interior"> |
| 4 | <h3><?php _e('Translations for ', 'wp-nested-pages'); ?><strong data-wmpl-translation-title></strong></h3> |
| 5 | <div class="np-qe-loading"> |
| 6 | <?php include( NestedPages\Helpers::asset('images/spinner.svg') ); ?> |
| 7 | </div> |
| 8 | <div class="np-quickedit-error" style="clear:both;display:none;"></div> |
| 9 | <table class="np-translations-table" data-np-wpml-translations-modal-table></table> |
| 10 | </div><!-- .form-interior --> |
| 11 | <div class="buttons"> |
| 12 | <a accesskey="c" href="#inline-edit" class="button-secondary alignleft np-cancel-quickedit"> |
| 13 | <?php _e( 'Close' ); ?> |
| 14 | </a> |
| 15 | </div> |
| 16 | </div><!-- .np-wpml-translations-modal --> |