'baseURL': window.baseUrl('')
}
});
+window.$http = axiosInstance;
Vue.prototype.$http = axiosInstance;
$('.entity-list.compact').find('p').not('.empty-text').slideToggle(240);
});
- // Toggle thumbnails
+ // Toggle thumbnail::hide image and reduce grid size
$(document).ready(function(){
$('[data-action="expand-thumbnail"]').click(function(){
- $('.galleryItem').toggleClass("collapse").find('img').slideToggle(50);
+ $('.gallery-item').toggleClass("collapse").find('img').slideToggle(50);
});
});
'users_external_auth_id' => 'External Authentication ID',
'users_password_warning' => 'Only fill the below if you would like to change your password:',
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
- 'users_books_display_type' => 'Select the type of view',
+ 'users_books_display_type' => 'Preferred layout for books viewing',
'users_delete' => 'Delete User',
'users_delete_named' => 'Delete user :userName',
'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.',
'nl' => 'Nederlands',
'pt_BR' => 'Português do Brasil',
'sk' => 'Slovensky',
+ 'ja' => '日本語',
]
///////////////////////////////////
];