Skip to content
Snippets Groups Projects
Commit 31942277 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Improved look of sanity check web page

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@995 44740490-163a-0410-bde0-09ae8108e29a
parent d17fc98b
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ $this->includeAtTemplateBase('includes/header.php'); ...@@ -11,7 +11,7 @@ $this->includeAtTemplateBase('includes/header.php');
if (count($this->data['errors']) > 0) { if (count($this->data['errors']) > 0) {
?> ?>
<div style="border: 1px solid #800; background: #caa; margin: 1em; padding: .5em"> <div style="border: 1px solid #800; background: #caa; margin: 1em; padding: .5em">
<p><?php echo '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/delete.png" alt="Failed" />'; ?> <p><?php echo '<img style="float: right" src="/' . $this->data['baseurlpath'] . 'resources/icons/delete.png" alt="Failed" />'; ?>
These checks failed:</p> These checks failed:</p>
<?php <?php
...@@ -29,7 +29,7 @@ echo '</div>'; ...@@ -29,7 +29,7 @@ echo '</div>';
if (count($this->data['info']) > 0) { if (count($this->data['info']) > 0) {
?> ?>
<div style="border: 1px solid #ccc; background: #eee; margin: 1em; padding: .5em"> <div style="border: 1px solid #ccc; background: #eee; margin: 1em; padding: .5em">
<p><?php echo '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="OK" />'; ?> <p><?php echo '<img style="float: right" src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="OK" />'; ?>
These checks succeeded:</p> These checks succeeded:</p>
<?php <?php
echo '<ul>'; echo '<ul>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment