Custom Mobile Screen Tabs

When viewing Staffmap on mobile devices such as tablets and phones, mobile tabs will appear at the bottom of the viewport when an item is selected. These tabs can be customized to change the styles or carry more information.

To customize the tags, direct edits to the HTM files are required. The following files can be customized, with the file location indicating the path from the root StaffMap installation (usually C:\Program Files (x86)\Staffmap 4).

Employee tab

File location: _engine/system_EmployeeTab.htm

Any field from the employee form can be included e.g. [firstname]

Asset Tab

File location: _engine/system_AssetTab.htm

Any field from the asset form can be included e.g. [Model]

Desk Tab

File location: _engine/system_DeskTab.htm

Any field from the desk form can be included e.g. [deskname]

Bookings Tab

File location: _engine/system_BookingTab.htm

Any field from the booking form can be included e.g. [title]

Other fields allowed are: [starttime], [endtime], [booking type], [recurrence], [firstname], [lastname], [deskname]

Note - These files will be overwritten when service packs are installed, so it is strongly advised the make backups. Backups could just be named '(backup)system_EmployeeTab.htm" in the same folder.