forked from GithubMirrors/cardconjurer
		
	toggle star/dot on collector's info
This commit is contained in:
		| @@ -357,7 +357,7 @@ include('../globalHTML/header-1.php'); | ||||
| 						</div> | ||||
| 					</div> | ||||
| 					<div id='creator-menu-bottomInfo' class='hidden'> | ||||
| 						<div class='readable-background padding'> | ||||
| 						<div class='readable-background padding margin-bottom'> | ||||
| 							<h5 class='padding margin-bottom input-description'>Enter the card number, rarity, set code, language, and artist's name</h5> | ||||
| 							<div class='padding input-grid'> | ||||
| 								<input id='info-number' type='text' class='input' oninput='bottomInfoEdited();' placeholder='Number'> | ||||
| @@ -367,6 +367,12 @@ include('../globalHTML/header-1.php'); | ||||
| 								<input id='info-artist' type='text' class='input' oninput='artistEdited(this.value);' placeholder='Artist'> | ||||
| 							</div> | ||||
| 						</div> | ||||
| 						<div class='readable-background padding'> | ||||
| 							<h5 class='input-description padding margin-bottom'>Toggle between star (seen on foils) and dot (seen on regular cards)</h5> | ||||
| 							<div class='padding'> | ||||
| 								<button class='input padding' onclick='toggleStarDot();'>Toggle Star/Dot</button> | ||||
| 							</div> | ||||
| 						</div> | ||||
| 					</div> | ||||
| 					<div id='creator-menu-import' class='hidden'> | ||||
| 						<div class='readable-background margin-bottom padding'> | ||||
| @@ -440,5 +446,5 @@ include('../globalHTML/header-1.php'); | ||||
| 			</h4> | ||||
| 		</div> | ||||
| 	</div> | ||||
| 	<script defer src='/js/creator-10.js'></script> | ||||
| 	<script defer src='/js/creator-11.js'></script> | ||||
| <?php include('../globalHTML/footer.php'); ?> | ||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle