Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix icon problem
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jun 12, 2014
1 parent 5c88f0c commit f7f1d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/authfront.cas/manifest.xml
Expand Up @@ -20,7 +20,7 @@
<external_file filename="plugins/core.auth/standard_auth_actions.xml" include="actions/*" exclude="actions/action[@name='logoutCAS']"/>
<actions>
<action name="logoutCAS" expireDefault="true">
<gui text="164" title="169" src="logoutCAS.png" accessKey="" hasAccessKey="false">
<gui text="164" title="169" src="logoutCAS.png" iconClass="icon-signout" accessKey="" hasAccessKey="false">
<context selection="false" dir="" recycle="false" actionBar="true" contextMenu="false" infoPanel="false" actionBarGroup="user" ajxpWidgets="UserWidget::logging_string"></context>
</gui>
<rightsContext noUser="false" userLogged="only" guestLogged="show" read="false" write="false" adminOnly=""></rightsContext>
Expand Down

0 comments on commit f7f1d8e

Please sign in to comment.