Browse Source

Files manager nav bar button and dialog placeholder

Vova Tkach 5 years ago
parent
commit
86aefa4af2
2 changed files with 6 additions and 0 deletions
  1. 0 0
      engine/assets/tmpl.cp.base.go
  2. 6 0
      engine/assets/tmpl.cp.base.html

File diff suppressed because it is too large
+ 0 - 0
engine/assets/tmpl.cp.base.go


+ 6 - 0
engine/assets/tmpl.cp.base.html

@@ -37,6 +37,7 @@
 	<body class="{{$.Data.BodyClasses}} cp-mod-{{$.System.CpModule}} cp-sub-mod-{{$.System.CpSubModule}}">
 		<div id="sys-modal-user-settings-placeholder"></div>
 		<div id="sys-modal-shop-product-attach-placeholder"></div>
+		<div id="sys-modal-files-manager-placeholder"></div>
 		<div id="sys-modal-system-message-placeholder"></div>
 		<nav class="navbar main navbar-expand-md navbar-dark fixed-top bg-dark">
 			<a class="navbar-brand" href="/cp/">{{$.Data.Caption}}</a>
@@ -61,6 +62,11 @@
 							{{$.Data.NavBarModulesSys}}
 						</div>
 					</li>
+					<li class="nav-item">
+						<a class="nav-link" href="javascript:fave.FilesManager();" role="button" aria-expanded="false">
+							Files
+						</a>
+					</li>
 				</ul>
 				<ul class="navbar-nav ml-auto">
 					<li class="nav-item dropdown">

Some files were not shown because too many files changed in this diff