mirror of https://gitlab.com/bashrc2/epicyon
				
				
				
			Switch button order
							parent
							
								
									5a735e46ca
								
							
						
					
					
						commit
						85da467df1
					
				| 
						 | 
					@ -1661,7 +1661,7 @@ def htmlLogin(translate: {}, baseDir: str, autocomplete=True) -> str:
 | 
				
			||||||
        '    <input type="password" ' + autocompleteStr + \
 | 
					        '    <input type="password" ' + autocompleteStr + \
 | 
				
			||||||
        ' placeholder="' + translate['Enter Password'] + \
 | 
					        ' placeholder="' + translate['Enter Password'] + \
 | 
				
			||||||
        '" name="password" required>'
 | 
					        '" name="password" required>'
 | 
				
			||||||
    loginForm += registerButtonStr + loginButtonStr
 | 
					    loginForm += loginButtonStr + registerButtonStr
 | 
				
			||||||
    loginForm += '  </div>'
 | 
					    loginForm += '  </div>'
 | 
				
			||||||
    loginForm += '</form>'
 | 
					    loginForm += '</form>'
 | 
				
			||||||
    loginForm += \
 | 
					    loginForm += \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue