mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-23 03:16:30 +00:00
Center the authentication_code
This commit is contained in:
@@ -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 />
|
||||
<form method='post' name='frm' action=''>
|
||||
<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 />
|
||||
<!--
|
||||
{$description_authentication_code}
|
||||
@@ -41,4 +41,4 @@
|
||||
</div>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user