mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update index.php
This commit is contained in:
@@ -333,7 +333,7 @@
|
|||||||
<div class='readable-background padding margin-bottom'>
|
<div class='readable-background padding margin-bottom'>
|
||||||
<h5 class='padding margin-bottom input-description'>Download all saved cards</h5>
|
<h5 class='padding margin-bottom input-description'>Download all saved cards</h5>
|
||||||
<button class='input margin-bottom' onclick='downloadSavedCards();'>Download All</button>
|
<button class='input margin-bottom' onclick='downloadSavedCards();'>Download All</button>
|
||||||
<h5 class='padding margin-bottom input-description'>Upload previously downloaded cards</h5>
|
<h5 class='padding margin-bottom input-description'>Upload previously downloaded file of saved cards (downloaded from above)</h5>
|
||||||
<input type='file' accept='.cardconjurer,.txt' class='input margin-bottom' oninput='uploadSavedCards(event);'>
|
<input type='file' accept='.cardconjurer,.txt' class='input margin-bottom' oninput='uploadSavedCards(event);'>
|
||||||
<h5 class='padding margin-bottom input-description'>Delete ALL saved cards</h5>
|
<h5 class='padding margin-bottom input-description'>Delete ALL saved cards</h5>
|
||||||
<button class='input margin-bottom' onclick='deleteSavedCards();'>Delete All</button>
|
<button class='input margin-bottom' onclick='deleteSavedCards();'>Delete All</button>
|
||||||
|
Reference in New Issue
Block a user