mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
Fixes #1399 Added mesage at the end of result list if result limit reached
Related to #1387 changed variables names for more clarity
This commit is contained in:
parent
1ce38771f5
commit
e5ed68e6a8
4 changed files with 24 additions and 8 deletions
|
@ -716,8 +716,9 @@ $conf['dashboard_check_for_updates'] = true;
|
|||
// Number Weeks displayed on activity chart on the dashboard
|
||||
$conf['dashboard_activity_nb_weeks'] = 4;
|
||||
|
||||
// Number of seconds before auto openning when dragging albums in milliseconds : 3 seconds by default
|
||||
$conf['delay_before_auto_openning'] = 3*1000;
|
||||
// On album mover page, number of seconds before auto openning album when
|
||||
// dragging an album. In milliseconds. 3 seconds by default.
|
||||
$conf['album_move_delay_before_auto_opening'] = 3*1000;
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Filter |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue