Explorar o código

Add tooltip to wallpaper option in settings

CauseFX %!s(int64=7) %!d(string=hai) anos
pai
achega
2a9c0e2ab1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      api/functions/organizr-functions.php

+ 2 - 1
api/functions/organizr-functions.php

@@ -1112,7 +1112,8 @@ function getCustomizeAppearance()
 					'type' => 'input',
 					'name' => 'loginWallpaper',
 					'label' => 'Login Wallpaper',
-					'value' => $GLOBALS['loginWallpaper']
+					'value' => $GLOBALS['loginWallpaper'],
+					'help' => 'You may enter multiple URL\'s using the CSV format.  i.e. link#1,link#2,link#3'
 				),
 				array(
 					'type' => 'switch',