mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-02 01:47:14 +00:00
241dc96cfe
Now all of the existing prefs are migrated to clientPrefs, we can discard the code from the old system.
15 lines
514 B
Plaintext
15 lines
514 B
Plaintext
{{!
|
|
string msg-preferences
|
|
string msg-theme-label
|
|
string msg-prefs-citizen-theme-option-auto
|
|
string msg-prefs-citizen-theme-option-light
|
|
string msg-prefs-citizen-theme-option-dark
|
|
string msg-prefs-citizen-fontsize-label
|
|
string msg-prefs-citizen-pagewidth-label
|
|
string msg-prefs-citizen-resetbutton-label
|
|
}}
|
|
|
|
<aside id="citizen-pref-panel" class="citizen-pref-panel">
|
|
<header id="citizen-pref-header">{{msg-preferences}}</header>
|
|
<div class="citizen-client-prefs" id="citizen-client-prefs"></div>
|
|
</aside> |