views.view.who_s_online.yml 1011 B

123456789101112131415161718192021222324252627282930
  1. label: 'Who''s online block'
  2. description: 'Shows the user names of the most recently active users, and the total number of active users.'
  3. display:
  4. default:
  5. display_title: Default
  6. display_options:
  7. title: 'Who''s online'
  8. exposed_form:
  9. options:
  10. submit_button: Apply
  11. reset_button_label: Reset
  12. exposed_sorts_label: 'Sort by'
  13. sort_asc_label: Asc
  14. sort_desc_label: Desc
  15. empty:
  16. area_text_custom:
  17. content: 'There are currently 0 users online.'
  18. filters:
  19. access:
  20. expose:
  21. label: 'Last access'
  22. description: 'A user is considered online for this long after they have last viewed a page.'
  23. header:
  24. result:
  25. content: 'There are currently @total users online.'
  26. who_s_online_block:
  27. display_title: 'Who''s online'
  28. display_options:
  29. display_description: 'A list of users that are currently logged in.'
  30. block_description: 'Who''s online'