Skip to content

Commit

Permalink
Item11104: add trash-small icon
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@12442 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Sep 4, 2011
1 parent 6877903 commit 05e82cf
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions FamFamFamContrib/data/System/DocumentGraphics.txt
Expand Up @@ -124,6 +124,7 @@ Other usage: [[%TOPIC%#Usage_extended][see below]].
| attachfile | %ICON{attachfile}% | Attach file | =%<nop>ICON{attachfile}%= |
| download | %ICON{download}% | Download | =%<nop>ICON{download}%= |
| trash | %ICON{trash}% | Trash | =%<nop>ICON{trash}%= |
| trash-small | %ICON{trash-small}% | Trash small, 11x11 | =%<nop>ICON{trash-small}%= |
| searchtopic | %ICON{searchtopic}% | Search topic | =%<nop>ICON{searchtopic}%= |
| search-small | %ICON{search-small}% | Small search button, 13x13 | =%<nop>ICON{search-small}%= |
| topicbacklinks | %ICON{topicbacklinks}% | Topic back-links | =%<nop>ICON{topicbacklinks}%= |
Expand Down Expand Up @@ -1209,6 +1210,8 @@ The social media icons are from [[http://icondock.com/free/vector-social-media-i
%META:FILEATTACHMENT{name="traffic-light.png" attr="h" comment="" date="1289269533" path="traffic-light.png" size="604" user="ProjectContributor" version=""}%
%META:FILEATTACHMENT{name="trash.gif" attr="h" comment="" date="1289269533" path="trash.gif" size="1045" user="ProjectContributor" version=""}%
%META:FILEATTACHMENT{name="trash.png" attr="h" comment="" date="1289269533" path="trash.png" size="740" user="ProjectContributor" version=""}%
%META:FILEATTACHMENT{name="trash-small.gif" attr="h" comment="" date="1289269533" path="trash.gif" size="1045" user="ProjectContributor" version=""}%
%META:FILEATTACHMENT{name="trash-small.png" attr="h" comment="" date="1289269533" path="trash.png" size="740" user="ProjectContributor" version=""}%
%META:FILEATTACHMENT{name="ttf.gif" attr="h" comment="" date="1289269533" path="ttf.gif" size="518" user="ProjectContributor" version=""}%
%META:FILEATTACHMENT{name="ttf.png" attr="h" comment="" date="1289269533" path="ttf.png" size="567" user="ProjectContributor" version=""}%
%META:FILEATTACHMENT{name="tumblr.gif" attr="h" comment="" date="1289269533" path="tumblr.gif" size="619" user="ProjectContributor" version=""}%
Expand Down
3 changes: 2 additions & 1 deletion FamFamFamContrib/data/System/FamFamFamContrib.txt
Expand Up @@ -70,7 +70,8 @@ eg
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 3 May 2011 (1.4.1) | Foswikitask:Item10699 - Update METADATA for attachments |
| 04 Sep 2011 (1.4.2) | Added =trash-small= icon to !DocumentGraphics. |
| 03 May 2011 (1.4.1) | Foswikitask:Item10699 - Update METADATA for attachments |
| 11 Apr 2011 (1.4): | New homepage for "Universal Wiki Edit Button". <br />\
Remove !FamFamFam login/logout links and add foswikiAuthenticated class to allow conditional disabling of some buttons in some skins <br />\
Add ppsx to icon type list <br />\
Expand Down
2 changes: 1 addition & 1 deletion FamFamFamContrib/lib/Foswiki/Contrib/FamFamFamContrib.pm
Expand Up @@ -7,7 +7,7 @@ use warnings;
use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION );

$VERSION = '$Rev$';
$RELEASE = '1.4.1';
$RELEASE = '1.4.2';
$SHORTDESCRIPTION =
'FamFamFam Silk is a smooth, free icon set, containing over 2000 icons';

Expand Down
Expand Up @@ -668,6 +668,8 @@ pub/System/DocumentGraphics/traffic-light.gif 0644
pub/System/DocumentGraphics/traffic-light.png 0644
pub/System/DocumentGraphics/trash.gif 0644
pub/System/DocumentGraphics/trash.png 0644
pub/System/DocumentGraphics/trash-small.gif 0644
pub/System/DocumentGraphics/trash-small.png 0644
pub/System/DocumentGraphics/ttf.gif 0644
pub/System/DocumentGraphics/ttf.png 0644
pub/System/DocumentGraphics/tumblr.gif 0644
Expand Down
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.
1 change: 1 addition & 0 deletions FamFamFamContrib/templates/icons.tmpl
Expand Up @@ -43,6 +43,7 @@
%TMPL:DEF{"icon:tablesortdown"}%<span class="foswikiIcon"><img src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/tablesortdown.png" width="11" height="13" alt="Sort table descending" /></span>%TMPL:END%
%TMPL:DEF{"icon:tablesortup"}%<span class="foswikiIcon"><img src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/tablesortup.png" width="11" height="13" alt="Sort table ascending" /></span>%TMPL:END%
%TMPL:DEF{"icon:web-bg-small"}%<span class="foswikiIcon"><img src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/web-bg-small.png" width="13" height="13" alt="Web" /></span>%TMPL:END%
%TMPL:DEF{"icon:trash-small"}%<span class="foswikiIcon"><img src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/trash-small.png" width="11" height="11" alt="Move to trash" /></span>%TMPL:END%

%TMPL:DEF{"icon:processing-32-bg"}%<span class="foswikiIcon"><img src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/processing-32-bg.gif" width="32" height="32" alt="processing" /></span>%TMPL:END%
%TMPL:DEF{"icon:processing-32"}%<span class="foswikiIcon"><img src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/processing-32.gif" width="32" height="32" alt="processing" /></span>%TMPL:END%

0 comments on commit 05e82cf

Please sign in to comment.