Center the authentication_code

This commit is contained in:
FusionPBX
2023-04-23 01:13:55 -06:00
committed by GitHub
parent 1058c1bc87
commit b6542299ba
+2 -2
View File
@@ -21,7 +21,7 @@
<a href='{$project_path}/'><img id='login_logo' style='width: {$login_logo_width}; height: {$login_logo_height};' src='{$login_logo_source}'/></a><br /> <a href='{$project_path}/'><img id='login_logo' style='width: {$login_logo_width}; height: {$login_logo_height};' src='{$login_logo_source}'/></a><br />
<form method='post' name='frm' action=''> <form method='post' name='frm' action=''>
<div> <div>
<input class='formfld' type='text' name='authentication_code' maxlength='255' placeholder="{$login_authentication_code}" value="{$authentication_code}"> <input class='formfld' type='text' style='text-align: center; min-width: 200px; width: 200px; margin-bottom: 8px;' name='authentication_code' maxlength='255' placeholder="{$login_authentication_code}" value="{$authentication_code}">
<br /><br /> <br /><br />
<!-- <!--
{$description_authentication_code} {$description_authentication_code}
@@ -41,4 +41,4 @@
</div> </div>
--> -->
</body> </body>
</html> </html>