9 lines
470 B
Smarty
9 lines
470 B
Smarty
<div style="padding: 10px">
|
|
<button class="btn btn-success" id="import_contact">Import Contact</button>
|
|
<button class="btn btn-success" id="import_pr">Import PR</button>
|
|
<button class="btn btn-success" id="import_paypal">Import Paypal</button>
|
|
<button class="btn btn-success" id="import_volunteers">Import Volunteers</button>
|
|
</div>
|
|
<div style="padding: 10px">
|
|
<textarea style="width: 100%; height: 250px;" id="import_result">Result</textarea>
|
|
</div> |