diff --git a/tgui/packages/tgui/interfaces/AresAdmin.jsx b/tgui/packages/tgui/interfaces/AresAdmin.jsx
index b15fbde43cc3..a182b33a9b2d 100644
--- a/tgui/packages/tgui/interfaces/AresAdmin.jsx
+++ b/tgui/packages/tgui/interfaces/AresAdmin.jsx
@@ -106,6 +106,7 @@ const MainMenu = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -114,6 +115,7 @@ const MainMenu = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
disabled={current_menu === 'main'}
@@ -147,6 +149,7 @@ const MainMenu = (props) => {
{
{
{
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -520,6 +544,7 @@ const AnnouncementLogs = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -581,6 +606,7 @@ const AnnouncementLogs = (props) => {
icon="trash"
onClick={() => act('delete_record', { record: record.ref })}
disabled={remotelock}
+ tooltipPosition="top"
tooltip={deletetip}
/>
@@ -612,6 +638,7 @@ const BioscanLogs = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -620,6 +647,7 @@ const BioscanLogs = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -681,6 +709,7 @@ const BioscanLogs = (props) => {
icon="trash"
onClick={() => act('delete_record', { record: record.ref })}
disabled={remotelock}
+ tooltipPosition="top"
tooltip={deletetip}
/>
@@ -712,6 +741,7 @@ const BombardmentLogs = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -720,6 +750,7 @@ const BombardmentLogs = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -785,6 +816,7 @@ const BombardmentLogs = (props) => {
icon="trash"
onClick={() => act('delete_record', { record: record.ref })}
disabled={remotelock}
+ tooltipPosition="top"
tooltip={deletetip}
/>
@@ -816,6 +848,7 @@ const ApolloLog = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -824,6 +857,7 @@ const ApolloLog = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -882,6 +916,7 @@ const AccessLogs = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -890,6 +925,7 @@ const AccessLogs = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -948,6 +984,7 @@ const DeletionLogs = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -956,6 +993,7 @@ const DeletionLogs = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1045,6 +1083,7 @@ const ARESTalk = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -1053,6 +1092,7 @@ const ARESTalk = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1118,6 +1158,7 @@ const ARESTalk = (props) => {
ml="auto"
px="2rem"
bold
+ tooltipPosition="top"
tooltip="Send a message as if you were the person logged in at the interface."
onClick={() =>
act('fake_message_ares', { active_convo: active_ref })
@@ -1132,6 +1173,7 @@ const ARESTalk = (props) => {
{
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -1177,6 +1220,7 @@ const DeletedTalks = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1232,6 +1276,7 @@ const DeletedTalks = (props) => {
act('read_record', { record: record.ref })}
/>
@@ -1264,6 +1309,7 @@ const ReadingTalks = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -1272,6 +1318,7 @@ const ReadingTalks = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1329,6 +1376,7 @@ const Requisitions = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -1337,6 +1385,7 @@ const Requisitions = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1426,6 +1475,7 @@ const FlightLogs = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -1434,6 +1484,7 @@ const FlightLogs = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1494,6 +1545,7 @@ const FlightLogs = (props) => {
icon="trash"
onClick={() => act('delete_record', { record: record.ref })}
disabled={remotelock}
+ tooltipPosition="top"
tooltip={deletetip}
/>
@@ -1525,6 +1577,7 @@ const Security = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -1533,6 +1586,7 @@ const Security = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1593,6 +1647,7 @@ const Security = (props) => {
icon="trash"
onClick={() => act('delete_record', { record: record.ref })}
disabled={remotelock}
+ tooltipPosition="top"
tooltip={deletetip}
/>
@@ -1686,6 +1741,7 @@ const Emergency = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -1694,6 +1750,7 @@ const Emergency = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1720,6 +1777,7 @@ const Emergency = (props) => {
Emergency Protocols
{
Call General Quarters
{
Initiate Evacuation
{
Launch Distress Beacon
{
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -1812,6 +1874,7 @@ const TechLogs = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1891,6 +1954,7 @@ const TechLogs = (props) => {
icon="trash"
onClick={() => act('delete_record', { record: record.ref })}
disabled={remotelock}
+ tooltipPosition="top"
tooltip={deletetip}
/>
@@ -1922,6 +1986,7 @@ const CoreSec = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -1930,6 +1995,7 @@ const CoreSec = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -1964,6 +2030,7 @@ const CoreSec = (props) => {
key={i}
align="center"
icon="wind"
+ tooltipPosition="top"
tooltip="Release Gas"
width="100%"
disabled={!vent.available}
@@ -2002,6 +2069,7 @@ const AdminAccessLogs = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -2010,6 +2078,7 @@ const AdminAccessLogs = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -2057,6 +2126,7 @@ const AccessManagement = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -2065,6 +2135,7 @@ const AccessManagement = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -2167,9 +2238,14 @@ const AccessManagement = (props) => {
{ticket.details}
-
+
act('auth_access', { ticket: ticket.ref })}
@@ -2177,6 +2253,7 @@ const AccessManagement = (props) => {
{can_reject === 'Yes' && (
act('reject_access', { ticket: ticket.ref })}
@@ -2204,6 +2281,7 @@ const MaintManagement = (props) => {
icon="arrow-left"
px="2rem"
textAlign="center"
+ tooltipPosition="top"
tooltip="Go back"
onClick={() => act('go_back')}
disabled={last_page === current_menu}
@@ -2212,6 +2290,7 @@ const MaintManagement = (props) => {
icon="house"
ml="auto"
mr="1rem"
+ tooltipPosition="top"
tooltip="Navigation Menu"
onClick={() => act('home')}
/>
@@ -2335,15 +2414,21 @@ const MaintManagement = (props) => {
{ticket.assignee}
-
+
act('claim_ticket', { ticket: ticket.ref })}
/>
act('mark_ticket', { ticket: ticket.ref })}