rfe: Added logged in time to Login History

This commit is contained in:
Doug Bell 2008-09-16 18:16:20 +00:00
parent 6e04c4b705
commit 46a6d404bf
7 changed files with 145 additions and 37 deletions

View file

@ -4129,6 +4129,18 @@ LongTruncOk=1</p>
context => q{Title of the template created by the Site Setup screen},
},
'session length' => {
message => q{Session Length},
lastUpdated => 0,
context => q{The length the session has been alive},
},
"time recorded" => {
message => q{Time Recorded (excludes active sessions)},
lastUpdated => 0,
context => q{Column heading for the total logged in time for the user},
},
};
1;