Skip to content

Commit 3046b36

Browse files
ludovi-comDavid Coutadeur
authored and
David Coutadeur
committed
Fix input-group on sendtoken (mail) page
Moved the hidden token input outside the Bootstrap input-group to ensure the correct display of the border-radius at the end of the text input
1 parent 7a7b13f commit 3046b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/sendtoken.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<div class="input-group">
2121
<span class="input-group-text"><i class="fa fa-fw fa-user"></i></span>
2222
<input type="text" name="login" id="login" value="{$login}" class="form-control" placeholder="{$msg_login}" autocomplete="off" />
23-
<input type="hidden" name="formtoken" id="formtoken" value="{$formtoken}" />
2423
</div>
24+
<input type="hidden" name="formtoken" id="formtoken" value="{$formtoken}" />
2525
</div>
2626
</div>
2727
{if !$mail_address_use_ldap}

0 commit comments

Comments
 (0)