Elgg  Version 1.11
settings.php
Go to the documentation of this file.
1 <?php
8 ?>
9 //<script>
10 
11 elgg.ui.lightbox.getSettings = function () {
12  return {
13  current: elgg.echo('js:lightbox:current', ['{current}', '{total}']),
14  previous: elgg.echo('previous'),
15  next: elgg.echo('next'),
16  close: elgg.echo('close'),
17  xhrError: elgg.echo('error:default'),
18  imgError: elgg.echo('error:default'),
19  opacity: 0.5,
20  maxWidth: '100%',
21 
22  // don't move colorbox on small viewports https://github.com/Elgg/Elgg/issues/5312
23  reposition: $(window).height() > 600
24  };
25 };
elgg
Definition: install.js:23
friends picker navigation li a current
Definition: admin.php:796
ui datepicker ui datepicker next
Definition: admin.php:605
line height
Definition: admin.php:82