I noticed a couple of templates were not cached, so have made a plugin and uploaded it for others to install.
Also to fix the columns when viewing a person's warning, you need to make a couple of changes.
In the
warn_viewtype_end template, find:
Code:
<td class="tfoot" colspan="7" align="right">
change it to:
Code:
<td class="tfoot" colspan="8" align="right">
In the
warn_view_end template, find:
Code:
<td class="tfoot" colspan="8" align="right">
change it to:
Code:
<td class="tfoot" colspan="9" align="right">
If I notice anything else I will let you know.
By the way, this is a great port, I was using AWS in v 3.0.x and I am having no problems what so ever at the moment
Thanks for a great modification