Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14142 | Rev 14145 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 14142 Rev 14143
Línea 82... Línea 82...
82
	}	
82
	}	
83
JS;
83
JS;
84
}
84
}
85
$this->inlineScript()->appendScript($js);
85
$this->inlineScript()->appendScript($js);
86
$this->inlineScript()->appendFile('/react-bundles/menu/menuBundle.js');
86
$this->inlineScript()->appendFile('/react-bundles/menu/menuBundle.js');
-
 
87
$this->inlineScript()->appendFile('/react-bundles/navbar/navbarBundle.js');
Línea 87... Línea 88...
87
 
88
 
88
?>
89
?>
89
<!DOCTYPE html>
90
<!DOCTYPE html>
Línea 132... Línea 133...
132
 
133
 
Línea 133... Línea 134...
133
</head>
134
</head>
134
 
135
 
135
<body class="hold-transition sidebar-mini">
136
<body class="hold-transition sidebar-mini">
-
 
137
	<!-- Site wrapper -->
Línea -... Línea 138...
-
 
138
	<nav id="menu-nav" class="main-header navbar navbar-expand navbar-white navbar-light">
136
	<!-- Site wrapper -->
139
	</nav>
-
 
140
 
Línea 137... Línea 141...
137
	<div class="wrapper" style="height: 100vh;overflow: hidden;">
141
	<div class="wrapper" style="height: 100vh;overflow: scroll;">
138
 
142
		<aside id="menu-sidebar" class="main-sidebar sidebar-light-primary right-border">
139
		<aside id="menu-sidebar" class="main-sidebar sidebar-light-primary right-border"></aside>
143
		</aside>
140
 
144
 
141
		<!-- Content Wrapper. Contains page content -->
145
		<!-- Content Wrapper. Contains page content -->
Línea 142... Línea -...
142
		<div class="content-wrapper" style="height: 100%;overflow-y: scroll;min-height: 100% !important;">
-
 
143
			<section class="content">
146
		<div class="content-wrapper">
144
				<?php echo $this->content ?>
147
			<section class="content">
145
			</section>
148
				<?php echo $this->content ?>
146
 
149
			</section>
147
 
150