Remove unused icons (#1184)

This commit is contained in:
Clément Oudot 2017-03-14 14:40:09 +00:00
parent f1804db2c7
commit efb776a7bf
25 changed files with 18 additions and 27 deletions

View File

@ -161,9 +161,7 @@ site/htdocs/static/bwr/jquery.cookie/jquery.cookie.min.js
site/htdocs/static/bwr/jquery/dist/jquery.js
site/htdocs/static/bwr/jquery/dist/jquery.min.js
site/htdocs/static/bwr/jquery/dist/jquery.min.map
site/htdocs/static/common/accept.png
site/htdocs/static/common/Apache.png
site/htdocs/static/common/application_cascade.png
site/htdocs/static/common/apps/attach.png
site/htdocs/static/common/apps/bell.png
site/htdocs/static/common/apps/bookmark.png
@ -191,17 +189,20 @@ site/htdocs/static/common/backgrounds/1280px-Cedar_Breaks_National_Monument_part
site/htdocs/static/common/backgrounds/1280px-Parry_Peak_from_Winter_Park.jpg
site/htdocs/static/common/backgrounds/Aletschgletscher_mit_Pinus_cembra1.jpg
site/htdocs/static/common/BrowserID.png
site/htdocs/static/common/calendar.png
site/htdocs/static/common/cancel.png
site/htdocs/static/common/CAS.png
site/htdocs/static/common/door_out.png
site/htdocs/static/common/email.png
site/htdocs/static/common/en.png
site/htdocs/static/common/error.png
site/htdocs/static/common/Facebook.png
site/htdocs/static/common/favicon.ico
site/htdocs/static/common/fr.png
site/htdocs/static/common/Google.png
site/htdocs/static/common/icons/application_cascade.png
site/htdocs/static/common/icons/bullet_go.png
site/htdocs/static/common/icons/calendar.png
site/htdocs/static/common/icons/door_out.png
site/htdocs/static/common/icons/key.png
site/htdocs/static/common/icons/ok.png
site/htdocs/static/common/icons/vcard_edit.png
site/htdocs/static/common/icons/warning.png
site/htdocs/static/common/js/browserid.js
site/htdocs/static/common/js/browserid.min.js
site/htdocs/static/common/js/browseridlogin.js
@ -224,22 +225,12 @@ site/htdocs/static/common/js/u2fcheck.js
site/htdocs/static/common/js/u2fcheck.min.js
site/htdocs/static/common/js/u2fregistration.js
site/htdocs/static/common/js/u2fregistration.min.js
site/htdocs/static/common/key.png
site/htdocs/static/common/lemonldap-ng_square.png
site/htdocs/static/common/ok.png
site/htdocs/static/common/openid-16x16.gif
site/htdocs/static/common/OpenIDConnect.png
site/htdocs/static/common/SAML.png
site/htdocs/static/common/SSL.png
site/htdocs/static/common/stop.png
site/htdocs/static/common/Twitter.png
site/htdocs/static/common/user_suit.png
site/htdocs/static/common/vcard_edit.png
site/htdocs/static/common/vcss-blue.gif
site/htdocs/static/common/warning.png
site/htdocs/static/common/warning_triangle.png
site/htdocs/static/common/WebID.png
site/htdocs/static/common/yubico-icon-small.gif
site/htdocs/static/languages/en.json
site/htdocs/static/languages/fr.json
site/templates/bootstrap/checklogins.tpl

View File

@ -324,7 +324,7 @@ sub alreadyLoggedOut {
my ( $self, $req ) = @_;
$self->userLogger->info(
'Front-channel logout request for an already logged out user');
my $img = $self->conf->{staticPrefix} . '/common/ok.png';
my $img = $self->conf->{staticPrefix} . '/common/icons/ok.png';
# No need to protect this frame
$req->frame(1);

View File

@ -1875,12 +1875,12 @@ sub attributeServer {
sub imgok {
my ( $self, $req, ) = @_;
return $self->sendImage( $req, 'ok.png' );
return $self->sendImage( $req, 'icons/ok.png' );
}
sub imgnok {
my ( $self, $req, ) = @_;
return $self->sendImage( $req, 'warning.png' );
return $self->sendImage( $req, 'icons/warning.png' );
}
sub sendImage {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

0
lemonldap-ng-portal/site/htdocs/static/common/fr.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 545 B

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

View File

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 572 B

View File

Before

Width:  |  Height:  |  Size: 688 B

After

Width:  |  Height:  |  Size: 688 B

View File

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 612 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 775 B

After

Width:  |  Height:  |  Size: 775 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 748 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 541 B

View File

@ -35,25 +35,25 @@
<TMPL_IF NAME="Appslist">
<li><a href="#appslist"><span>
<img src="<TMPL_VAR NAME="STATIC_PREFIX">common/application_cascade.png" width="16" height="16" alt="appslist" />
<img src="<TMPL_VAR NAME="STATIC_PREFIX">common/icons/application_cascade.png" width="16" height="16" alt="appslist" />
<span trspan="yourApps">Your applications</span>
</span></a></li>
</TMPL_IF>
<TMPL_IF NAME="ChangePassword">
<li><a href="#password"><span>
<img src="<TMPL_VAR NAME="STATIC_PREFIX">common/vcard_edit.png" width="16" height="16" alt="password" />
<img src="<TMPL_VAR NAME="STATIC_PREFIX">common/icons/vcard_edit.png" width="16" height="16" alt="password" />
<span trspan="password">Password</span>
</span></a></li>
</TMPL_IF>
<TMPL_IF NAME="LoginHistory">
<li><a href="#loginHistory"><span>
<img src="<TMPL_VAR NAME="STATIC_PREFIX">common/calendar.png" width="16" height="16" alt="login history" />
<img src="<TMPL_VAR NAME="STATIC_PREFIX">common/icons/calendar.png" width="16" height="16" alt="login history" />
<span trspan="loginHistory">Login history</span>
</span></a></li>
</TMPL_IF>
<TMPL_IF NAME="Logout">
<li><a href="#logout"><span>
<img src="<TMPL_VAR NAME="STATIC_PREFIX">common/door_out.png" width="16" height="16" alt="logout" />
<img src="<TMPL_VAR NAME="STATIC_PREFIX">common/icons/door_out.png" width="16" height="16" alt="logout" />
<span trspan="logout">Logout</span>
</span></a></li>
</TMPL_IF>

View File

@ -5,7 +5,7 @@
<br />
<TMPL_IF NAME="RESET">
<span trspan="newPwdIs">Your new password is</span>
<span><img src="cid:key:skins/common/key.png" /></span>
<span><img src="cid:key:../common/icons/key.png" /></span>
<b>$password</b>
<TMPL_ELSE>
<span trspan="pwdChanged">Your password was changed.</span>

View File

@ -7,11 +7,11 @@
<br />
<br />
<span trspan="yourLoginIs">Your login is</span>
<span><img src="cid:key:../common/bullet_go.png" /></span>
<span><img src="cid:key:../common/icons/bullet_go.png" /></span>
<b>$login</b>
<br />
<span trspan="pwdIs">Your password is</span>
<span><img src="cid:key:../common/key.png" /></span>
<span><img src="cid:key:../common/icons/key.png" /></span>
<b>$password</b>
</p>