Files
2018-06-25 00:00:37 +02:00

18 lines
677 B
PHP

<tr class="wpmdb-setting-title">
<td colspan="2"><h3><?php _e( 'Connection Info', 'wp-migrate-db' ); ?></h3></td>
</tr>
<tr class="option-section connecton-info-wrap">
<td colspan="2">
<textarea id="connection_info" class="connection-info" readonly><?php echo $connection_info; ?></textarea>
<div class="reset-button-wrap clearfix">
<a class="button copy-api-key js-action-link">
<?php _e( 'Copy to Clipboard', 'wp-migrate-db' ); ?>
<span class="copy-api-key-confirmation"><?php _e( 'Copied', 'wp-migrate-db' ); ?></span>
</a>
<a class="button reset-api-key js-action-link"><?php _e( 'Reset Secret Key', 'wp-migrate-db' ); ?></a>
</div>
</td>
</tr>