Remove assignements of "icon" template parameter.

We don't display the icon anymore, so don't set it.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@2112 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
olavmrk 2010-01-13 12:16:02 +00:00
parent 52984c4bcc
commit b9a6aac85b
24 changed files with 0 additions and 24 deletions

View File

@ -6,7 +6,6 @@
* DESCRIPTION: InfoCard module template.
*/
$this->includeAtTemplateBase('includes/header.php');
if (!array_key_exists('icon', $this->data)) $this->data['icon'] = 'lock.png';
if (isset($this->data['error'])) { ?>
<div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5">
<img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/bomb.png" style="float: left; margin: 15px " />

View File

@ -6,7 +6,6 @@
* DESCRIPTION: InfoCard module template.
*/
$this->includeAtTemplateBase('includes/header.php');
if (!array_key_exists('icon', $this->data)) $this->data['icon'] = 'lock.png';
if (isset($this->data['error'])) { ?>
<div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5">
<img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/bomb.png" style="float: left; margin: 15px " />

View File

@ -1,5 +1,4 @@
<?php
$this->data['icon'] = 'lock.png';
$this->data['header'] = $this->t('{authYubiKey:yubikey:header}');
$this->data['autofocus'] = 'otp';

View File

@ -1,6 +1,5 @@
<?php
$this->data['header'] = $this->t('{consent:consent:noconsent_title}');;
$this->data['icon'] = 'bomb_l.png';
$this->includeAtTemplateBase('includes/header.php');
?>

View File

@ -1,5 +1,4 @@
<?php
$this->data['icon'] = 'lock.png';
$this->data['header'] = $this->t('{login:user_pass_header}');
if (strlen($this->data['username']) > 0) {

View File

@ -52,6 +52,5 @@ $t->data['remaining'] = $session->remainingTime();
$t->data['sessionsize'] = $session->getSize();
$t->data['attributes'] = $attributes;
$t->data['logouturl'] = SimpleSAML_Utilities::selfURLNoQuery() . '?logout';
$t->data['icon'] = 'bino.png';
$t->show();

View File

@ -60,7 +60,6 @@ $t->data['pageid'] = 'frontpage_auth';
$t->data['isadmin'] = $isadmin;
$t->data['loginurl'] = $loginurl;
$t->data['header'] = 'simpleSAMLphp installation page';
$t->data['icon'] = 'compass_l.png';
$t->data['links'] = $links;

View File

@ -134,7 +134,6 @@ $t->data['pageid'] = 'frontpage_config';
$t->data['isadmin'] = $isadmin;
$t->data['loginurl'] = $loginurl;
$t->data['header'] = 'simpleSAMLphp installation page';
$t->data['icon'] = 'compass_l.png';
$t->data['warnings'] = $warnings;

View File

@ -140,7 +140,6 @@ $t->data['pageid'] = 'frontpage_federation';
$t->data['isadmin'] = $isadmin;
$t->data['loginurl'] = $loginurl;
$t->data['header'] = 'simpleSAMLphp installation page';
$t->data['icon'] = 'compass_l.png';
$t->data['links'] = $links;

View File

@ -52,7 +52,6 @@ $t->data['pageid'] = 'frontpage_welcome';
$t->data['isadmin'] = $isadmin;
$t->data['loginurl'] = $loginurl;
$t->data['header'] = 'simpleSAMLphp installation page';
$t->data['icon'] = 'compass_l.png';
$t->data['links'] = $links;
$t->data['links_welcome'] = $links_welcome;

View File

@ -1,5 +1,4 @@
<?php
$this->data['icon'] = 'lock.png';
$this->data['header'] = $this->t('{multiauth:multiauth:select_source_header}');
$this->includeAtTemplateBase('includes/header.php');

View File

@ -49,7 +49,6 @@ if (isset($_REQUEST['oauth_callback'])) {
$t->data['sessionsize'] = $session->getSize();
$t->data['attributes'] = $attributes;
$t->data['logouturl'] = SimpleSAML_Utilities::selfURLNoQuery() . '?logout';
$t->data['icon'] = 'bino.png';
$t->show();
}

View File

@ -1,7 +1,6 @@
<?php
$this->data['header'] = 'OpenID Login';
$this->data['icon'] = 'openid.png';
$this->data['autofocus'] = 'openid-identifier';
$this->includeAtTemplateBase('includes/header.php');

View File

@ -24,7 +24,6 @@ $t->data['header'] = '{openid:dictopenid:openidtestpage}';
$t->data['remaining'] = $session->remainingTime();
$t->data['sessionsize'] = $session->getSize();
$t->data['attributes'] = $attributes;
$t->data['icon'] = 'bino.png';
$t->data['logouturl'] = NULL;
$t->show();

View File

@ -1,6 +1,5 @@
<?php
$this->data['header'] = $this->t('metaover_header');
$this->data['icon'] = 'bino.png';
$this->includeAtTemplateBase('includes/header.php');
?>

View File

@ -1,6 +1,5 @@
<?php
$this->data['header'] = $this->t('error_header');
$this->data['icon'] = 'bomb_l.png';
$this->data['head'] = '
<meta name="robots" content="noindex, nofollow" />

View File

@ -1,6 +1,5 @@
<?php
$this->data['header'] = $this->t('errorreport_header');
$this->data['icon'] = 'bomb_l.png';
$this->includeAtTemplateBase('includes/header.php');
?>

View File

@ -1,5 +1,4 @@
<?php
$this->data['icon'] = 'debug.png';
$this->data['autofocus'] = 'sendlink';
$this->includeAtTemplateBase('includes/header.php');
?>

View File

@ -1,5 +1,4 @@
<?php
if (!array_key_exists('icon', $this->data)) $this->data['icon'] = 'lock.png';
$this->includeAtTemplateBase('includes/header.php');
?>

View File

@ -1,5 +1,4 @@
<?php
if (!array_key_exists('icon', $this->data)) $this->data['icon'] = 'lock.png';
if (!isset($this->data['autofocus'])) {
$this->data['autofocus'] = 'username';
}

View File

@ -1,5 +1,4 @@
<?php
$this->data['icon'] = 'debug.png';
$this->data['autofocus'] = 'sendbutton';
$this->includeAtTemplateBase('includes/header.php');

View File

@ -72,7 +72,6 @@ $t->data['header'] = '{status:header_saml20_sp}';
$t->data['remaining'] = $session->remainingTime();
$t->data['sessionsize'] = $session->getSize();
$t->data['attributes'] = $attributes;
$t->data['icon'] = 'bino.png';
$t->data['logouturl'] = '/' . $config->getBaseURL() . 'saml2/sp/initSLO.php?RelayState=/' .
$config->getBaseURL() . 'logout.php';
$t->show();

View File

@ -74,7 +74,6 @@ $t->data['sessionsize'] = $session->getSize();
$t->data['attributes'] = $attributes;
$t->data['attributes'] = $session->getAttributes();
$t->data['logout'] = null;
$et->data['icon'] = 'bino.png';
$t->show();

View File

@ -20,7 +20,6 @@ $t->data['header'] = '{status:header_wsfed}';
$t->data['remaining'] = $session->remainingTime();
$t->data['sessionsize'] = $session->getSize();
$t->data['attributes'] = $attributes;
$t->data['icon'] = 'bino.png';
$t->data['logouturl'] = '/' . $config->getBaseURL() . 'wsfed/sp/initSLO.php?RelayState=/' . $config->getBaseURL() . 'logout.php';
$t->show();