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

minor editing.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@971 44740490-163a-0410-bde0-09ae8108e29a
parent cf908ed3
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
/**
* AttributeFilter is a mapping between attribute names.
*
* @author Andreas kre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package simpleSAMLphp
* @version $Id$
*/
......
......@@ -3,13 +3,10 @@
$this->includeAtTemplateBase('includes/header.php');
?>
<div class="enablebox mini">
<table>
<?php
$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />';
$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/delete.png" alt="disabled" />';
?>
......
......@@ -219,7 +219,7 @@ $funcmatrix[] = array(
'required' => 'required',
'descr' => 'auth.adminpassword option set',
'enabled' => $password_ok
);
);
$t = new SimpleSAML_XHTML_Template($config, 'frontpage.php', 'frontpage');
$t->data['header'] = 'simpleSAMLphp installation page';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment