move export buttons to top right
This commit is contained in:
parent
25400be405
commit
8ab864e444
1 changed files with 7 additions and 13 deletions
|
|
@ -24,6 +24,13 @@
|
|||
<p class="text-muted">Calculate potential returns from investing in Servala platform</p>
|
||||
</div>
|
||||
<div>
|
||||
<!-- Export Buttons -->
|
||||
<button type="button" class="btn btn-outline-primary btn-sm me-2" onclick="exportToPDF()">
|
||||
<i class="bi bi-file-pdf"></i> PDF
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-success btn-sm me-2" onclick="exportToCSV()">
|
||||
<i class="bi bi-file-csv"></i> CSV
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-secondary me-2" onclick="resetCalculator()">
|
||||
<i class="bi bi-arrow-clockwise"></i> Reset
|
||||
</button>
|
||||
|
|
@ -77,19 +84,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Export Buttons -->
|
||||
<div class="export-buttons">
|
||||
<h5><i class="bi bi-download"></i> Export Results</h5>
|
||||
<div class="d-grid gap-2">
|
||||
<button type="button" class="btn btn-outline-primary btn-sm" onclick="exportToPDF()">
|
||||
<i class="bi bi-file-pdf"></i> Export PDF Report
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-success btn-sm" onclick="exportToCSV()">
|
||||
<i class="bi bi-file-csv"></i> Export CSV Data
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Investment Settings -->
|
||||
<div class="calculator-section">
|
||||
<h4><i class="bi bi-cash-coin"></i> Investment Settings</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue