| 1 |
<table> |
| 2 |
<tr> |
| 3 |
<th><?php _e( 'Enable', 'learnpress' ); ?></th> |
| 4 |
<td><input type="checkbox"></td> |
| 5 |
</tr> |
| 6 |
<tr> |
| 7 |
<th><?php _e( 'Title', 'learnpress' ); ?></th> |
| 8 |
<td><input type="text"></td> |
| 9 |
</tr> |
| 10 |
<tr> |
| 11 |
<th><?php _e( 'Description', 'learnpress' ); ?></th> |
| 12 |
<td><input type="checkbox"></td> |
| 13 |
</tr> |
| 14 |
<tr> |
| 15 |
<th><?php _e( 'Live secret key', 'learnpress' ); ?></th> |
| 16 |
<td><input type="text"></td> |
| 17 |
</tr> |
| 18 |
<tr> |
| 19 |
<th><?php _e( 'Live publish key', 'learnpress' ); ?></th> |
| 20 |
<td><input type="text"></td> |
| 21 |
</tr> |
| 22 |
|
| 23 |
<tr> |
| 24 |
<th><?php _e( 'Test mode', 'learnpress' ); ?></th> |
| 25 |
<td><input type="checkbox"></td> |
| 26 |
</tr> |
| 27 |
<tr> |
| 28 |
<th><?php _e( 'Test secret key', 'learnpress' ); ?></th> |
| 29 |
<td><input type="text"></td> |
| 30 |
</tr> |
| 31 |
<tr> |
| 32 |
<th><?php _e( 'Test publish key', 'learnpress' ); ?></th> |
| 33 |
<td><input type="text"></td> |
| 34 |
</tr> |
| 35 |
|
| 36 |
</table> |
| 37 |
|