Fixed style in empty agenda overview table.

This commit is contained in:
Emanuel Schuetze 2012-05-17 21:38:37 +02:00
parent 0351627234
commit 4cef2762fe

View File

@ -87,7 +87,7 @@
{% endfor %} {% endfor %}
{% else %} {% else %}
<tr> <tr>
<td colspan="3"><i>{%trans "No items available." %}</i></td> <td colspan="4"><i>{%trans "No items available." %}</i></td>
</tr> </tr>
{% endif %} {% endif %}
</table> </table>