mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-25 02:24:48 -05:00
Fix spacing for Ticketban button
This commit is contained in:
@@ -419,7 +419,7 @@ exports.commands = {
|
||||
modjoin: (upper ? '&' : '%'),
|
||||
auth: {[user.userid]: '+'},
|
||||
introMessage: `<h2 style="margin-top:0">Help Ticket - ${user.name}</h2><p><b>Issue</b>: ${ticket.type}<br />${upper ? `An Upper` : `A Global`} Staff member will be with you shortly.</p>${contexts[target] ? `<p>${contexts[target]}</p>` : ``}`,
|
||||
staffMessage: `${upper ? `<p><h3>Do not post sensitive information in this room.</h3>Drivers and moderators can access this room's logs via the log viewer; please PM the user instead.</p>` : ``}<p><button class="button" name="send" value="/helpticket close ${user.userid}">Close Ticket</button> <button class="button" name="send" value="/helpticket escalate ${user.userid}">Escalate</button> ${upper ? `` : `<button class="button" name="send" value="/helpticket escalate ${user.userid}, upperstaff">Escalate to Upper Staff</button>`}<button class="button" name="send" value="/helpticket ban ${user.userid}"><small>Ticketban</small></button></p>`,
|
||||
staffMessage: `${upper ? `<p><h3>Do not post sensitive information in this room.</h3>Drivers and moderators can access this room's logs via the log viewer; please PM the user instead.</p>` : ``}<p><button class="button" name="send" value="/helpticket close ${user.userid}">Close Ticket</button> <button class="button" name="send" value="/helpticket escalate ${user.userid}">Escalate</button> ${upper ? `` : `<button class="button" name="send" value="/helpticket escalate ${user.userid}, upperstaff">Escalate to Upper Staff</button>`} <button class="button" name="send" value="/helpticket ban ${user.userid}"><small>Ticketban</small></button></p>`,
|
||||
});
|
||||
helpRoom.game = new HelpTicket(helpRoom, ticket);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user