Skip to content

Commit 3194227

Browse files
Improved look of sanity check web page
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@995 44740490-163a-0410-bde0-09ae8108e29a
1 parent d17fc98 commit 3194227

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/sanitycheck/templates/default/check-tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if (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" />'; ?>
1515
These checks failed:</p>
1616
<?php
1717

@@ -29,7 +29,7 @@
2929
if (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" />'; ?>
3333
These checks succeeded:</p>
3434
<?php
3535
echo '<ul>';

0 commit comments

Comments
 (0)