From 630fe9af01799c7665dbd6a7d307e2a7699d6357 Mon Sep 17 00:00:00 2001 From: Ccomp5950 Date: Fri, 27 Dec 2013 05:22:17 -0600 Subject: [PATCH] PDA NanoUI template fixes. Cartrdige name is no longer fixed size causing oddities with really long names (quartermasters). Fixed a to not have a line feed in the middle of it making the UI unusable in mode 47 if there are no requests. Set the Supply Records to use the same style as Security/Medical Records. --- nano/templates/pda.tmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nano/templates/pda.tmpl b/nano/templates/pda.tmpl index 13951d10f2e..81b77742451 100644 --- a/nano/templates/pda.tmpl +++ b/nano/templates/pda.tmpl @@ -49,7 +49,7 @@ Used In File(s): \code\game\objects\items\devices\PDA\PDA.dm Cartridge:
- {^{:~link(cartridge ? cartridge.name : 'no cartridge', 'eject', {'choice' : "Eject"}, cartridge ? null : 'disabled', cartridge ? 'fixedLeftWider' : 'fixedLeft')}} + {^{:~link(cartridge ? cartridge.name : 'no cartridge', 'eject', {'choice' : "Eject"}, cartridge ? null : 'disabled', cartridge ? null : 'fixedLeft')}}
@@ -708,7 +708,7 @@ Used In File(s): \code\game\objects\items\devices\PDA\PDA.dm
-
+
Current Approved Orders
@@ -722,8 +722,7 @@ Used In File(s): \code\game\objects\items\devices\PDA\PDA.dm

Current Requested Orders
{^{if records.supply.requests_count == 0}} - No current requested orders

+ No current requested orders

{{else}} {^{for records.supply.requests}} #{^{:Number}} - {^{:Name}} requested by {^{:OrderedBy}}
{^{if Comment != ""}} {^{:Comment}}
{{/if}}