package WebGUI::i18n::English::Asset_InOutBoard; our $I18N = { 'In Out Template' => { message => q|In/Out Template|, lastUpdated =>1091624565 }, '22' => { message => q|In/Out Board, Report Template|, lastUpdated =>1091624565 }, '18' => { message => q|In/Out Board, Add/Edit|, lastUpdated =>1091624565 }, 'select delegate' => { message => q|In/Out Board, Select Delegates|, lastUpdated =>1122010599 }, 'in/out status delegates' => { message => q|In/Out Status Delegates|, lastUpdated =>1122010599 }, '23' => { message => q| The following variables are made available from In/Out Board Report:
showReport
A boolean indicating whether or not the rows_loop variable will be set.
form
A variable that contains the HTML for displaying the Date Range Selector Form for the report.
rows_loop
A loop containing the rows of data for the In/Out Board Report
deptHasChangedpaginateBar
A boolean value indicating whether or not this row of data is for a department that is differnet than the previous rows
username
A variable that returns the users name. If the first and last name fields are defined in the user profile, that is what is returned. Otherwise, the users WebGUI username is returned. i.e., "John Doe" vs "Jdoe"
status
A variable that returns the users status. The status of a user is defined by the Status List in the Wobject Properties. If no status is set for the current user 'Never Checked In' is returned.
dateStamp
A variable that returns the date the status of the user was last updated.
message
A variable that returns what the user entered in the "What's going on?" field when updating their status.
Status List
The status list allows you to customize what the 'states' of a user are. i.e., 'In' or 'Out'.
Paginate After
How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?
Report Paginate After
Same as paginate after except that it controls the number of rows displayed in the In/Out Report.
Who Can View Reports?
What group is allowed to view reports generated by the In/Out Board Wobject.
canViewReport
A boolean indicating whether or not the viewReportURL variable will be set.
viewReportURL
URL that links to the view report page.
selectDelegatesURL
URL that links to a form where users can select other users (delegates) who
can alter their status.
displayForm
A boolean indicating whether or not the form variable will be set.
form
A variable that contains the HTML for displaying the In/Out Entry Form.
rows_loop
A loop containing the rows of data for the In/Out Board
deptHasChanged
A boolean value indicating whether or not this row of data is for a department that is differnet than the previous rowsusername
A variable that returns the users name. If the first and last name fields are defined in the user profile, that is what is returned. Otherwise, the users WebGUI username is returned. i.e., "John Doe" vs "Jdoe"status
A variable that returns the users status. The status of a user is defined by the Status List in the Wobject Properties. If no status is set for the current user 'Never Checked In' is returned.dateStamp
A variable that returns the date the status of the user was last updated.message
A variable that returns what the user entered in the "What's going on?" field when updating their status.
paginateBar
A variable that returns the HTML necessary to create a Traditional Pagination Bar. i.e., >> First, 1, 2, Last <<