New: Use js pane on ecm page
This commit is contained in:
parent
7a401832f9
commit
e3bd86a16f
@ -212,7 +212,10 @@ html, body {
|
|||||||
<SCRIPT type=\"text/javascript\">
|
<SCRIPT type=\"text/javascript\">
|
||||||
jQuery(document).ready(function () {
|
jQuery(document).ready(function () {
|
||||||
jQuery('#containerlayout').layout({
|
jQuery('#containerlayout').layout({
|
||||||
resizable: true
|
center__paneSelector: \".ui-layout-center\"
|
||||||
|
, north__paneSelector: \".ui-layout-north\"
|
||||||
|
, west__paneSelector: \".ui-layout-west\"
|
||||||
|
, resizable: true
|
||||||
, north__size: 34
|
, north__size: 34
|
||||||
, north__resizable: false
|
, north__resizable: false
|
||||||
, north__closable: false
|
, north__closable: false
|
||||||
@ -223,6 +226,16 @@ html, body {
|
|||||||
, west__togglerLength_closed: '100%'
|
, west__togglerLength_closed: '100%'
|
||||||
, useStateCookie: false /* Put this to false for dev */
|
, useStateCookie: false /* Put this to false for dev */
|
||||||
});
|
});
|
||||||
|
|
||||||
|
jQuery('div.ui-layout-center').layout({
|
||||||
|
center__paneSelector: \".ui-in-layout-center\"
|
||||||
|
, south__paneSelector: \".ui-in-layout-south\"
|
||||||
|
, resizable: false
|
||||||
|
, south__miSize: 34
|
||||||
|
, south__resizable: false
|
||||||
|
, south__closable: false
|
||||||
|
, useStateCookie: false /* Put this to false for dev */
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</SCRIPT>";
|
</SCRIPT>";
|
||||||
|
|
||||||
@ -276,7 +289,7 @@ if ($conf->use_javascript_ajax)
|
|||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<div id="containerlayout">
|
<div id="containerlayout">
|
||||||
<div class="pane ui-layout-north filetoolbar">
|
<div class="pane ui-layout-north toolbar">
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -681,6 +694,8 @@ if ($conf->use_javascript_ajax)
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pane ui-layout-center">
|
<div class="pane ui-layout-center">
|
||||||
|
|
||||||
|
<div class="pane-in ui-in-layout-center">
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -703,8 +718,13 @@ $formfile->list_of_documents($filearray,'','ecm',$param,1,$relativepath,$user->r
|
|||||||
// print '<tr><td> </td></tr></table>';
|
// print '<tr><td> </td></tr></table>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if ($conf->use_javascript_ajax)
|
if ($conf->use_javascript_ajax)
|
||||||
{
|
{
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
<div class="pane-in ui-in-layout-south">
|
||||||
|
<?php
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -728,6 +748,7 @@ if ($conf->use_javascript_ajax)
|
|||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- <div class="pane ui-layout-east"></div> -->
|
<!-- <div class="pane ui-layout-east"></div> -->
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user