views.view.who_s_online.yml 1010 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: Master
  6. display_options:
  7. exposed_form:
  8. options:
  9. submit_button: Apply
  10. reset_button_label: Reset
  11. exposed_sorts_label: 'Sort by'
  12. sort_asc_label: Asc
  13. sort_desc_label: Desc
  14. filters:
  15. access:
  16. expose:
  17. label: 'Last access'
  18. description: 'A user is considered online for this long after they have last viewed a page.'
  19. title: 'Who''s online'
  20. header:
  21. result:
  22. content: 'There are currently @total users online.'
  23. empty:
  24. area_text_custom:
  25. content: 'There are currently 0 users online.'
  26. who_s_online_block:
  27. display_title: 'Who''s online'
  28. display_options:
  29. block_description: 'Who''s online'
  30. display_description: 'A list of users that are currently logged in.'