Files are now stored as a hash from a uuid to preserve uniqueness
Server prints out the submitted data
This commit is contained in:
		@@ -1,3 +1,19 @@
 | 
			
		||||
.category-column {
 | 
			
		||||
	padding-right: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.subcategory-column {
 | 
			
		||||
	padding-left: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.row.row-container {
 | 
			
		||||
	margin-bottom: 0px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.button-container {
 | 
			
		||||
	padding-right: 20px;
 | 
			
		||||
	padding-left: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Links */
 | 
			
		||||
a,
 | 
			
		||||
 
 | 
			
		||||
@@ -92,6 +92,8 @@ function setButtonToFilename(event) {
 | 
			
		||||
// Sets the text of a given dropdown-button to a given value
 | 
			
		||||
function setDropdownButtonText(text, dropdownButton) {
 | 
			
		||||
	var dropdownTextSpan = dropdownButton.getElementsByClassName("text")[0]
 | 
			
		||||
	dropdownHiddenValue = dropdownButton.getElementsByTagName("input")[0]
 | 
			
		||||
	dropdownHiddenValue.setAttribute("value", getDescriptorByLocalString("english", text))
 | 
			
		||||
	dropdownTextSpan.innerHTML = text
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user