Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
LPS-26879 - Clean up theme images directory
  • Loading branch information
natecavanaugh authored and brianchandotcom committed Apr 21, 2012
1 parent f9ea086 commit 48b960a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion portlets/mail-portlet/docroot/view_folders.jsp
Expand Up @@ -40,7 +40,7 @@ MailManager mailManager = MailManager.getInstance(request);
String folderImage = "../common/folder"; String folderImage = "../common/folder";
if (folder.getFolderId() == mailAccount.getInboxFolderId()) { if (folder.getFolderId() == mailAccount.getInboxFolderId()) {
folderImage = "../dock/home"; folderImage = "../common/home";
} }
else if (folder.getFolderId() == mailAccount.getDraftFolderId()) { else if (folder.getFolderId() == mailAccount.getDraftFolderId()) {
folderImage = "../mail/edit_draft"; folderImage = "../mail/edit_draft";
Expand Down
Expand Up @@ -109,7 +109,7 @@
<a href="<%= themeDisplay.getURLSignOut().toString() %>"> <a href="<%= themeDisplay.getURLSignOut().toString() %>">
<liferay-ui:icon <liferay-ui:icon
message="sign-out" message="sign-out"
src='<%= themeDisplay.getPathThemeImages() + "/dock/sign_out.png" %>' src='<%= themeDisplay.getPathThemeImages() + "/common/sign_out.png" %>'
/> />


<liferay-ui:message key="sign-out" /> <liferay-ui:message key="sign-out" />
Expand Down
2 changes: 1 addition & 1 deletion themes/illuminate-theme/docroot/_diffs/css/navigation.css
Expand Up @@ -87,5 +87,5 @@
} }


.aui-save-trigger img { .aui-save-trigger img {
background-image: url(../images/dock/my_place_current.png); background-image: url(../images/common/check.png);
} }
Expand Up @@ -55,7 +55,7 @@ body #banner .logo a {
} }


.logo .current-community { .logo .current-community {
background: #A6AFBE url(../images/dock/my_places_public.png) no-repeat 15px 50%; background: #A6AFBE url(../images/common/my_places_public.png) no-repeat 15px 50%;
color: #FFF; color: #FFF;
display: block; display: block;
float: right; float: right;
Expand Down Expand Up @@ -86,7 +86,7 @@ body #banner .logo a {
} }


.private-page .logo .current-community { .private-page .logo .current-community {
background-image: url(../images/dock/my_places_private.png); background-image: url(../images/common/my_places_private.png);
} }


.ie6 #banner { .ie6 #banner {
Expand Down

0 comments on commit 48b960a

Please sign in to comment.