From b91f972c487a8910d535f0c8600d9ab622f3d735 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 15 Apr 2001 22:04:35 +0000 Subject: [PATCH] Potential split of viewonline status git-svn-id: file:///svn/phpbb/trunk@153 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../Default/viewonline_body_guests.tpl | 23 +++++++++++++++++ .../templates/Default/viewonline_body_reg.tpl | 25 +++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 phpBB/templates/Default/viewonline_body_guests.tpl create mode 100644 phpBB/templates/Default/viewonline_body_reg.tpl diff --git a/phpBB/templates/Default/viewonline_body_guests.tpl b/phpBB/templates/Default/viewonline_body_guests.tpl new file mode 100644 index 0000000000..6e7c62b150 --- /dev/null +++ b/phpBB/templates/Default/viewonline_body_guests.tpl @@ -0,0 +1,23 @@ + + + + + +
+ + + + + + + + + + + + + + + +
{L_ANONYMOUS_ONLINE}
 {L_USERNAME}  {L_LASTUPDATE}  {L_LOCATION} 
 {userguestrow.USERNAME}  {userguestrow.LASTUPDATE}  {userguestrow.LOCATION} 
+ \ No newline at end of file diff --git a/phpBB/templates/Default/viewonline_body_reg.tpl b/phpBB/templates/Default/viewonline_body_reg.tpl new file mode 100644 index 0000000000..85f83a10f2 --- /dev/null +++ b/phpBB/templates/Default/viewonline_body_reg.tpl @@ -0,0 +1,25 @@ + + + + + +
+ + + + + + + + + + + + + + + + + +
{L_REGISTERED_ONLINE}
 {L_USERNAME}  {L_LASTUPDATE}  {L_LOGGED_ON}  {L_LOCATION} 
 {userregrow.USERNAME}  {userregrow.LASTUPDATE}  {userregrow.LOGGEDON}  {userregrow.LOCATION} 
+ \ No newline at end of file