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

Commit

Permalink
Remove unused image file
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sl-eng committed Apr 18, 2012
1 parent 064644c commit 2964735
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 44 deletions.
Expand Up @@ -35,26 +35,17 @@ public interface Resources extends ClientBundle

@Source("org/zanata/webtrans/images/banner_bg.png")
DataResource bannerBackground();

@Source("org/zanata/webtrans/images/z-logo-16px.png")
ImageResource logo();

@Source("org/zanata/webtrans/images/x.png")
ImageResource xButton();

@Source("org/zanata/webtrans/images/x2.png")
ImageResource minimizeButton();

@Source("org/zanata/webtrans/images/silk/user.png")
ImageResource userOnline();

@Source("org/zanata/webtrans/images/silk/page_white_text.png")
@Source("org/zanata/webtrans/images/crystal_project/_16x16/filesystems/file_doc.png")
ImageResource documentImage();

@Source("org/zanata/webtrans/images/silk/folder.png")
ImageResource folderImage();

@Source("org/zanata/webtrans/images/silk/information.png")
@Source("org/zanata/webtrans/images/crystal_project/_16x16/actions/info.png")
ImageResource informationImage();

@Source("org/zanata/webtrans/images/next_entry.png")
Expand All @@ -75,9 +66,6 @@ public interface Resources extends ClientBundle
@Source("org/zanata/webtrans/images/last_entry.png")
ImageResource lastEntry();

@Source("org/zanata/webtrans/images/tm_view.png")
ImageResource tmViewButton();

@Source("org/zanata/webtrans/images/first_page.png")
ImageResource firstPageImage();

Expand All @@ -90,34 +78,6 @@ public interface Resources extends ClientBundle
@Source("org/zanata/webtrans/images/last_page.png")
ImageResource lastPageImage();

@Source("org/zanata/webtrans/images/first_page_disabled.png")
ImageResource firstPageDisabledImage();

@Source("org/zanata/webtrans/images/prev_page_disabled.png")
ImageResource prevPageDisabledImage();

@Source("org/zanata/webtrans/images/next_page_disabled.png")
ImageResource nextPageDisabledImage();

@Source("org/zanata/webtrans/images/last_page_disabled.png")
ImageResource lastPageDisabledImage();

// unused after intro of grey-out icons to reflect disabled state
@Source("org/zanata/webtrans/images/no_page.png")
ImageResource noPageImage();

@Source("org/zanata/webtrans/images/approved_unit.png")
ImageResource approvedUnit();

@Source("org/zanata/webtrans/images/error_unit.png")
ImageResource errorUnit();

@Source("org/zanata/webtrans/images/fuzzy_unit.png")
ImageResource fuzzyUnit();

@Source("org/zanata/webtrans/images/new_unit.png")
ImageResource newUnit();

@Source("org/zanata/webtrans/images/undo.png")
ImageResource undo();

Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Expand Up @@ -15,7 +15,7 @@
<s:validateAll>
<ui:insert/>
</s:validateAll>
<h:graphicImage value="/public-img/error.gif" rendered="#{invalid}" styleClass="errors"/>
<h:graphicImage value="/public-img/crystal_project/_16x16/actions/messagebox_critical.png" rendered="#{invalid}" styleClass="errors"/>
<s:message styleClass="errors"/>
</span>

Expand Down

0 comments on commit 2964735

Please sign in to comment.