* change deprecated HTML <center> tag to <div style="text-align:center">

This commit is contained in:
slawkens
2018-06-01 11:55:04 +02:00
parent 0bb1d869af
commit 1926c5ec5b
35 changed files with 121 additions and 121 deletions

View File

@@ -30,7 +30,7 @@
{% if custom_buttons is defined %}
{{ custom_buttons|raw }}
{% else %}
<center>
<div style="text-align:center">
<table border="0" cellspacing="0" cellpadding="0">
<form action="{{ getLink('account/manage') }}" method="post">
<tr>
@@ -40,5 +40,5 @@
</tr>
</form>
</table>
</center>
</div>
{% endif %}