mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-15 20:37:51 -04:00
Merge remote branch 'nagyrobi/patch-12' into nagyrobi
This commit is contained in:
@@ -70,11 +70,11 @@ foreach( dbFetchAll( $sql ) as $row )
|
||||
$focusWindow = true;
|
||||
|
||||
$layouts = array(
|
||||
'montage_freeform.css' => 'Default',
|
||||
'montage_2wide.css' => '2-wide grid',
|
||||
'montage_3wide.css' => '3-wide grid',
|
||||
'montage_4wide.css' => '4-wide grid',
|
||||
'montage_3wide50enlarge.css' => '3-wide grid, scaled, enlarge on alarm',
|
||||
'montage_freeform.css' => $SLANG['MtgDefault'],
|
||||
'montage_2wide.css' => $SLANG['Mtg2widgrd'],
|
||||
'montage_3wide.css' => $SLANG['Mtg3widgrd'],
|
||||
'montage_4wide.css' => $SLANG['Mtg4widgrd'],
|
||||
'montage_3wide50enlarge.css' => $SLANG['Mtg3widgrx'],
|
||||
);
|
||||
|
||||
if ( isset($_COOKIE['zmMontageLayout']) )
|
||||
|
||||
Reference in New Issue
Block a user