mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 15:05:40 +00:00
Merge pull request #8 from patbolo/deprecation-3.1.2
BUGFIX Use loop instead of control to avoid deprecation message in SS 3....
This commit is contained in:
commit
815a1ad6db
@ -66,9 +66,9 @@
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr><th>Check</th> <th>Status</th> <th>Message</th></tr>
|
<tr><th>Check</th> <th>Status</th> <th>Message</th></tr>
|
||||||
<% control Details %>
|
<% loop Details %>
|
||||||
<tr><td>$Check</td> <td class="$Status">$Status</td> <td>$Message.XML</td></tr>
|
<tr><td>$Check</td> <td class="$Status">$Status</td> <td>$Message.XML</td></tr>
|
||||||
<% end_control %>
|
<% end_loop %>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<% if ShouldPass %>
|
<% if ShouldPass %>
|
||||||
@ -82,4 +82,4 @@
|
|||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user