mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	fix: add default value for the position in Add Page Numbers
This commit is contained in:
		
							parent
							
								
									8938e86223
								
							
						
					
					
						commit
						4d3e442ecc
					
				@ -93,7 +93,7 @@
 | 
			
		||||
							</div>
 | 
			
		||||
 | 
			
		||||
							<input type="hidden" id="numberInput" name="position" min="1"
 | 
			
		||||
								max="9" required>
 | 
			
		||||
								max="9" value="8" required />
 | 
			
		||||
							<div class="mb-3">
 | 
			
		||||
								<label for="startingNumber" th:text="#{addPageNumbers.selectText.4}"></label> <input
 | 
			
		||||
									type="number" class="form-control" id="startingNumber"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user