Skip to content
Snippets Groups Projects
Commit 36cceb4d authored by Olav Morken's avatar Olav Morken
Browse files

Remove duplicate image: delete.png

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2114 44740490-163a-0410-bde0-09ae8108e29a
parent 6af8297e
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ if ($this->data['isadmin']) { ...@@ -40,7 +40,7 @@ if ($this->data['isadmin']) {
<?php <?php
$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />'; $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" />'; $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
?> ?>
<tr class="<?php echo $this->data['enablematrix']['saml20-idp'] ? 'enabled' : 'disabled'; ?>"><td>SAML 2.0 IdP</td> <tr class="<?php echo $this->data['enablematrix']['saml20-idp'] ? 'enabled' : 'disabled'; ?>"><td>SAML 2.0 IdP</td>
...@@ -82,7 +82,7 @@ if ($this->data['isadmin']) { ...@@ -82,7 +82,7 @@ if ($this->data['isadmin']) {
$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />'; $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" />'; $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
foreach ($this->data['funcmatrix'] AS $func) { foreach ($this->data['funcmatrix'] AS $func) {
......
...@@ -4,7 +4,7 @@ $this->includeAtTemplateBase('includes/header.php'); ...@@ -4,7 +4,7 @@ $this->includeAtTemplateBase('includes/header.php');
#$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="' . #$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="' .
#htmlspecialchars($this->t(...)" />'; #htmlspecialchars($this->t(...)" />';
#$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/delete.png" alt="disabled" />'; #$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
?> ?>
...@@ -23,7 +23,7 @@ foreach($this->data['modules'] as $id => $info) { ...@@ -23,7 +23,7 @@ foreach($this->data['modules'] as $id => $info) {
echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="' . echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="' .
htmlspecialchars($this->t('{modinfo:modinfo:modlist_enabled}')) . '" /></td>'); htmlspecialchars($this->t('{modinfo:modinfo:modlist_enabled}')) . '" /></td>');
} else { } else {
echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/delete.png" alt="' . echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="' .
htmlspecialchars($this->t('{modinfo:modinfo:modlist_disabled}')) . '" /></td>'); htmlspecialchars($this->t('{modinfo:modinfo:modlist_disabled}')) . '" /></td>');
} }
echo('</tr>'); echo('</tr>');
......
...@@ -10,7 +10,7 @@ $this->includeAtTemplateBase('includes/header.php'); ...@@ -10,7 +10,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 style="float: right" src="/' . $this->data['baseurlpath'] . 'resources/icons/delete.png" alt="Failed" />'; ?> <p><?php echo '<img style="float: right" src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="Failed" />'; ?>
These checks failed:</p> These checks failed:</p>
<?php <?php
......
...@@ -42,7 +42,7 @@ if ($this->data['isadmin']) { ...@@ -42,7 +42,7 @@ if ($this->data['isadmin']) {
<?php <?php
$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />'; $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" />'; $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
?> ?>
<tr class="<?php echo $this->data['enablematrix']['saml20-sp'] ? 'enabled' : 'disabled'; ?>"><td>SAML 2.0 SP</td> <tr class="<?php echo $this->data['enablematrix']['saml20-sp'] ? 'enabled' : 'disabled'; ?>"><td>SAML 2.0 SP</td>
...@@ -128,7 +128,7 @@ if ($this->data['isadmin']) { ...@@ -128,7 +128,7 @@ if ($this->data['isadmin']) {
$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />'; $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" />'; $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
foreach ($this->data['funcmatrix'] AS $func) { foreach ($this->data['funcmatrix'] AS $func) {
......
www/resources/icons/delete.png

715 B

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