File tree Expand file tree Collapse file tree
modules/sanitycheck/templates/default Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111if (count ($ this ->data ['errors ' ]) > 0 ) {
1212?>
1313<div style="border: 1px solid #800; background: #caa; margin: 1em; padding: .5em">
14- <p><?php echo '<img src="/ ' . $ this ->data ['baseurlpath ' ] . 'resources/icons/delete.png" alt="Failed" /> ' ; ?>
14+ <p><?php echo '<img style="float: right" src="/ ' . $ this ->data ['baseurlpath ' ] . 'resources/icons/delete.png" alt="Failed" /> ' ; ?>
1515These checks failed:</p>
1616<?php
1717
2929if (count ($ this ->data ['info ' ]) > 0 ) {
3030?>
3131<div style="border: 1px solid #ccc; background: #eee; margin: 1em; padding: .5em">
32- <p><?php echo '<img src="/ ' . $ this ->data ['baseurlpath ' ] . 'resources/icons/accept.png" alt="OK" /> ' ; ?>
32+ <p><?php echo '<img style="float: right" src="/ ' . $ this ->data ['baseurlpath ' ] . 'resources/icons/accept.png" alt="OK" /> ' ; ?>
3333These checks succeeded:</p>
3434<?php
3535 echo '<ul> ' ;
You can’t perform that action at this time.
0 commit comments