|
@@ -25,12 +25,13 @@
|
|
|
<td><a class="button" href="javascript:toggleContentDisplay('[% notification %]')">Show/Hide</a></td>
|
|
<td><a class="button" href="javascript:toggleContentDisplay('[% notification %]')">Show/Hide</a></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr style="display:none" id="[% notification %]">
|
|
<tr style="display:none" id="[% notification %]">
|
|
|
- <td colspan=3 class="notificationDisplay">
|
|
|
|
|
|
|
+ <td colspan=3>
|
|
|
<div style="margin: 0 auto; width: 700px">
|
|
<div style="margin: 0 auto; width: 700px">
|
|
|
[% data.notifications.$notification.html %]
|
|
[% data.notifications.$notification.html %]
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
|
|
+ <tr></tr><!--Blank row to ensure table striping works properly-->
|
|
|
[% END %]
|
|
[% END %]
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|