Skip to content
Snippets Groups Projects
Commit 6fada33d authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'inducedncs-quicklist' into 'pregmod-master'

induced NCS -> quick list

See merge request pregmodfan/fc-pregmod!1989
parents ee577ade c8680256
No related branches found
No related tags found
No related merge requests found
...@@ -836,6 +836,9 @@ ...@@ -836,6 +836,9 @@
<<if ndef $useSlaveSummaryOverviewTab>> <<if ndef $useSlaveSummaryOverviewTab>>
<<set $useSlaveSummaryOverviewTab = 0>> <<set $useSlaveSummaryOverviewTab = 0>>
<</if>> <</if>>
<<if ndef $useSlaveListInPageJSNavigation>>
<<set $useSlaveListInPageJSNavigation = 0>>
<</if>>
<<if ndef $arcologies[0].FSAztecRevivalist>> <<if ndef $arcologies[0].FSAztecRevivalist>>
<<for _bci = 0; _bci < $arcologies.length; _bci++>> <<for _bci = 0; _bci < $arcologies.length; _bci++>>
......
...@@ -158,9 +158,9 @@ Main menu leadership controls displayed ...@@ -158,9 +158,9 @@ Main menu leadership controls displayed
Main menu slave tabs are Main menu slave tabs are
<<if $useSlaveSummaryTabs != 1>> <<if $useSlaveSummaryTabs != 1>>
@@.red;DISABLED@@. [[Enable|Options][$useSlaveSummaryTabs = 1]] @@.red;DISABLED.@@ [[Enable|Options][$useSlaveSummaryTabs = 1]]
<<else>> <<else>>
@@.cyan;ENABLED@@. [[Disable|Options][$useSlaveSummaryTabs = 0, $useSlaveSummaryOverviewTab = 0]] @@.cyan;ENABLED.@@ [[Disable|Options][$useSlaveSummaryTabs = 0, $useSlaveSummaryOverviewTab = 0]]
<</if>> <</if>>
...@@ -169,21 +169,30 @@ Main menu slave tabs are ...@@ -169,21 +169,30 @@ Main menu slave tabs are
Condense special slaves into an overview tab Condense special slaves into an overview tab
<<if $useSlaveSummaryOverviewTab != 1>> <<if $useSlaveSummaryOverviewTab != 1>>
@@.red;DISABLED@@. [[Enable|Options][$useSlaveSummaryOverviewTab = 1]] @@.red;DISABLED.@@ [[Enable|Options][$useSlaveSummaryOverviewTab = 1]]
<<else>> <<else>>
@@.cyan;ENABLED@@. [[Disable|Options][$useSlaveSummaryOverviewTab = 0]] @@.cyan;ENABLED.@@ [[Disable|Options][$useSlaveSummaryOverviewTab = 0]]
<</if>> <</if>>
<</if>> <</if>>
<br />
The slave Quick list in-page scroll-to is
<<if $useSlaveListInPageJSNavigation != 1>>
@@.red;DISABLED.@@ [[Enable|Options][$useSlaveListInPageJSNavigation = 1]]
<<else>>
@@.cyan;ENABLED.@@ [[Disable|Options][$useSlaveListInPageJSNavigation = 0]]
<</if>>
<br> <br>
Slave summary caching is <<if $useSummaryCache>>@@.cyan;ENABLED@@. [[Disable|Options][$useSummaryCache = false]]<<else>>@@.red;DISABLED@@. [[Enable|Options][$useSummaryCache = true]]<</if>> Slave summary caching is <<if $useSummaryCache>>@@.cyan;ENABLED@@. [[Disable|Options][$useSummaryCache = false]]<<else>>@@.red;DISABLED@@. [[Enable|Options][$useSummaryCache = true]]<</if>>
<br> <br>
Tips from the Encyclopedia are Tips from the Encyclopedia are
<<if ($showTipsFromEncy == 0)>> <<if ($showTipsFromEncy == 0)>>
@@.red;DISABLED@@. [[Enable|Options][$showTipsFromEncy = 1]] @@.red;DISABLED.@@ [[Enable|Options][$showTipsFromEncy = 1]]
<<else>> <<else>>
@@.cyan;ENABLED@@. [[Disable|Options][$showTipsFromEncy = 0]] @@.cyan;ENABLED.@@ [[Disable|Options][$showTipsFromEncy = 0]]
<</if>> <</if>>
<br><br> <br><br>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment