Browse Source

New footer

Added translation support
pull/367/head
Ramiro Saenz 9 years ago
parent
commit
73e704c97c
  1. 25
      app/view/main/Main.js

25
app/view/main/Main.js

@ -291,16 +291,18 @@ Ext.define('Rambox.view.main.Main', {
,allowToggle: false ,allowToggle: false
,items: [ ,items: [
{ {
text: '<b>Donate</b> with' text: '<b>Help us</b> with'
,handler: 'showDonate' ,pressed: true
} }
,{ ,{
glyph: 'xf1ed@FontAwesome' text: 'Donation'
,glyph: 'xf21e@FontAwesome'
,handler: 'showDonate' ,handler: 'showDonate'
} }
,{ ,{
glyph: 'xf15a@FontAwesome' text: 'Translation'
,handler: 'showDonate' ,glyph: 'xf0ac@FontAwesome'
,href: 'https://crowdin.com/project/rambox/invite'
} }
] ]
} }
@ -310,23 +312,30 @@ Ext.define('Rambox.view.main.Main', {
,html: '<span class="fa fa-code" style="color:black;"></span> with <span class="fa fa-heart" style="color:red;"></span> from <img src="resources/flag.png" alt="Argentina" data-qtip="Argentina" /> as an Open Source project.' ,html: '<span class="fa fa-code" style="color:black;"></span> with <span class="fa fa-heart" style="color:red;"></span> from <img src="resources/flag.png" alt="Argentina" data-qtip="Argentina" /> as an Open Source project.'
} }
,'->' ,'->'
,{
xtype: 'segmentedbutton'
,allowToggle: false
,items: [
{
text: '<b>Follow us</b>'
,pressed: true
}
,{ ,{
glyph: 'xf082@FontAwesome' glyph: 'xf082@FontAwesome'
,tooltip: 'Facebook'
,href: 'https://www.facebook.com/ramboxapp' ,href: 'https://www.facebook.com/ramboxapp'
} }
,{ ,{
glyph: 'xf099@FontAwesome' glyph: 'xf099@FontAwesome'
,tooltip: 'Twitter'
,href: 'https://www.twitter.com/ramboxapp' ,href: 'https://www.twitter.com/ramboxapp'
} }
,{ ,{
glyph: 'xf09b@FontAwesome' glyph: 'xf09b@FontAwesome'
,tooltip: 'GitHub'
,href: 'https://www.github.com/saenzramiro/rambox' ,href: 'https://www.github.com/saenzramiro/rambox'
} }
] ]
} }
]
}
,{ id: 'tbfill', tabConfig : { xtype : 'tbfill' } } ,{ id: 'tbfill', tabConfig : { xtype : 'tbfill' } }
] ]

Loading…
Cancel
Save