remove invalid / not working style

This commit is contained in:
Ralf Becker 2016-03-04 13:15:35 +00:00
parent 3371cfc098
commit 0bc507ca7e

View File

@ -2,7 +2,7 @@
<!-- BEGIN header --> <!-- BEGIN header -->
<p style="text-align: center; color: red; font-weight: bold;">{error}</p> <p style="text-align: center; color: red; font-weight: bold;">{error}</p>
<form method="POST" action="{action_url}"> <form method="POST" action="{action_url}">
<table align="center" width="85%" callspacing="0" style="{ border: 1px solid #000000; }"> <table align="center" width="85%" callspacing="0">
<tr class="th"> <tr class="th">
<td colspan="2">&nbsp;<b>{title}</b></td> <td colspan="2">&nbsp;<b>{title}</b></td>
</tr> </tr>
@ -100,7 +100,7 @@
</select> </select>
</td> </td>
</tr> </tr>
<tr class="row_off"> <tr class="row_off">
<td>{lang_EGroupware_Tutorial}:</td> <td>{lang_EGroupware_Tutorial}:</td>
<td> <td>
@ -112,7 +112,7 @@
</select> </select>
</td> </td>
</tr> </tr>
<tr class="th"> <tr class="th">
<td colspan="2">&nbsp;<b>{lang_security}</b></td> <td colspan="2">&nbsp;<b>{lang_security}</b></td>
</tr> </tr>