mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
can toggle between 2 or 3 pane layout from config.php
This commit is contained in:
parent
0ff9e77c5f
commit
e688ce0420
@ -111,6 +111,7 @@
|
||||
<div id="mainscreen">
|
||||
<div id="mailleftcontainer">
|
||||
|
||||
<?php if(ENABLE_FOLDER_RESTRICTIONS == 1) { ?>
|
||||
<div id="mailboxlist-container">
|
||||
<?php print $folder; ?>
|
||||
</div>
|
||||
@ -120,9 +121,11 @@
|
||||
split.add_onload('mailviewsplitv.init()');
|
||||
</script>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="mailrightcontainer">
|
||||
<div id="mailrightcontainer"<?php if(ENABLE_FOLDER_RESTRICTIONS == 0) { ?> style="left: 0px;"<?php } ?>>
|
||||
<div id="mailrightcontent">
|
||||
|
||||
<div id="mailcontframe">
|
||||
|
Loading…
Reference in New Issue
Block a user