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

Remove duplicate image: accept.png

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2115 44740490-163a-0410-bde0-09ae8108e29a
parent 36cceb4d
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ if ($this->data['isadmin']) { ...@@ -39,7 +39,7 @@ if ($this->data['isadmin']) {
<table> <table>
<?php <?php
$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />'; $icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />';
$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />'; $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
?> ?>
...@@ -81,7 +81,7 @@ if ($this->data['isadmin']) { ...@@ -81,7 +81,7 @@ if ($this->data['isadmin']) {
echo '<div class="enablebox"><table>'; echo '<div class="enablebox"><table>';
$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />'; $icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />';
$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />'; $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
$this->data['header'] = $this->t('{modinfo:modinfo:modlist_header}'); $this->data['header'] = $this->t('{modinfo:modinfo:modlist_header}');
$this->includeAtTemplateBase('includes/header.php'); $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/silk/accept.png" alt="' .
#htmlspecialchars($this->t(...)" />'; #htmlspecialchars($this->t(...)" />';
#$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />'; #$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
...@@ -20,7 +20,7 @@ foreach($this->data['modules'] as $id => $info) { ...@@ -20,7 +20,7 @@ foreach($this->data['modules'] as $id => $info) {
echo('<tr>'); echo('<tr>');
echo('<td>' . htmlspecialchars($id) . '</td>'); echo('<td>' . htmlspecialchars($id) . '</td>');
if($info['enabled']) { if($info['enabled']) {
echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="' . echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/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/silk/delete.png" alt="' . echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="' .
......
...@@ -28,7 +28,7 @@ echo '</div>'; ...@@ -28,7 +28,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 style="float: right" src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="OK" />'; ?> <p><?php echo '<img style="float: right" src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="OK" />'; ?>
These checks succeeded:</p> These checks succeeded:</p>
<?php <?php
echo '<ul>'; echo '<ul>';
......
...@@ -41,7 +41,7 @@ if ($this->data['isadmin']) { ...@@ -41,7 +41,7 @@ if ($this->data['isadmin']) {
<table> <table>
<?php <?php
$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />'; $icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />';
$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />'; $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
?> ?>
...@@ -127,7 +127,7 @@ if ($this->data['isadmin']) { ...@@ -127,7 +127,7 @@ if ($this->data['isadmin']) {
echo '<div class="enablebox"><table>'; echo '<div class="enablebox"><table>';
$icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />'; $icon_enabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />';
$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />'; $icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
......
www/resources/icons/accept.png

781 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