Browse Source

- Rename the filter in the News page from News to Groups

- Fix the truncated bubbles content in the chat
pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
1c1808336e
  1. 2
      app/widgets/Header/_header_news.tpl
  2. 2
      app/widgets/Header/locales.ini
  3. 4
      themes/material/css/list.css

2
app/widgets/Header/_header_news.tpl

@ -6,7 +6,7 @@
<div class="select">
<select onchange="window[this.value].apply()" name="language" id="language">
<option value="Menu_ajaxGetAll" selected="selected">{$c->__('menu.all')}</option>
<option value="Menu_ajaxGetNews" >{$c->__('menu.news')}</option>
<option value="Menu_ajaxGetNews" >{$c->__('menu.groups')}</option>
<option value="Menu_ajaxGetFeed" >{$c->__('menu.contacts')}</option>
</select>
</div>

2
app/widgets/Header/locales.ini

@ -1,6 +1,6 @@
[menu]
menu.all = 'All'
menu.news = 'News'
menu.groups = 'Groups'
menu.contacts = 'Contacts'
menu.refresh = 'Refresh all the streams'

4
themes/material/css/list.css

@ -142,6 +142,10 @@ ul li span {
white-space: nowrap;
}
ul li div.bubble span {
white-space: initial;
}
ul li span.second {
opacity: 0.6;
padding-left: 0.5rem;

Loading…
Cancel
Save