فهرست منبع

Add tooltip to wallpaper option in settings

CauseFX 7 سال پیش
والد
کامیت
2a9c0e2ab1
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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',