Commit e557259a9dbc39297a196374dcc11d9f61b97277
1 parent
c61d178e
Exists in
master
and in
22 other branches
ActionItem1041: just adding two new icons
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
app/models/link_list_block.rb
@@ -21,7 +21,9 @@ class LinkListBlock < Block | @@ -21,7 +21,9 @@ class LinkListBlock < Block | ||
21 | ['login', N_('Login')], | 21 | ['login', N_('Login')], |
22 | ['help', N_('Help')], | 22 | ['help', N_('Help')], |
23 | ['spread', N_('Spread')], | 23 | ['spread', N_('Spread')], |
24 | - ['eyes', N_('Eyes')] | 24 | + ['eyes', N_('Eyes')], |
25 | + ['photos', N_('Photos')], | ||
26 | + ['menu-people', N_('Person')] | ||
25 | ] | 27 | ] |
26 | 28 | ||
27 | settings_items :links, Array, :default => [] | 29 | settings_items :links, Array, :default => [] |
public/designs/icons/tango/style.css
@@ -60,4 +60,5 @@ | @@ -60,4 +60,5 @@ | ||
60 | .icon-menu-mail { background-image: url(Tango/16x16/apps/email.png) } | 60 | .icon-menu-mail { background-image: url(Tango/16x16/apps/email.png) } |
61 | .icon-upload-file { background-image: url(Tango/16x16/actions/filesave.png) } | 61 | .icon-upload-file { background-image: url(Tango/16x16/actions/filesave.png) } |
62 | .icon-slideshow { background-image: url(Tango/16x16/mimetypes/x-office-presentation.png) } | 62 | .icon-slideshow { background-image: url(Tango/16x16/mimetypes/x-office-presentation.png) } |
63 | +.icon-photos { background-image: url(Tango/16x16/devices/camera-photo.png) } | ||
63 | 64 |