|
|
@@ -4,6 +4,7 @@ Lib::loadClass('RouteBase');
|
|
|
Lib::loadClass('ProcesHelper');
|
|
|
Lib::loadClass('Config');
|
|
|
Lib::loadClass('UI');
|
|
|
+Lib::loadClass('User');
|
|
|
Lib::loadClass('Request');
|
|
|
Lib::loadClass('Response');
|
|
|
Lib::loadClass('Api_WfsNs');
|
|
|
@@ -125,7 +126,7 @@ class Route_UrlAction_ProcesEditor extends RouteBase {// TODO: UrlActionBase @se
|
|
|
|
|
|
<button class='lButton btn btn-default' id="btnZasoby" style="top:150px"><p>Zasoby</p></button>
|
|
|
<button class='lButton btn btn-default' style="top:315px" id="btnProcesy"><p>Procesy</p></button>
|
|
|
- <!--<button class='lButton btn btn-default' id="btnPhotos" style="top:480px"><p>Zdjęcia</p></button>-->
|
|
|
+ <button class='lButton btn btn-default' id="btnPhotos" style="top:480px"><p>Zdjęcia</p></button>
|
|
|
</div>
|
|
|
<div class=col-md-12 ><a id=toggleMenu style=cursor:pointer;>Przełącz menu</a></div>
|
|
|
<div id="main" style="margin-left:40px">
|
|
|
@@ -133,9 +134,9 @@ class Route_UrlAction_ProcesEditor extends RouteBase {// TODO: UrlActionBase @se
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <script>var BASE_URL = '<?= Request::getPathUri(); ?>';var BASE_WFS_URL = '<?= Api_WfsNs::getBaseWfsUri(); ?>';var mainProces_id = <?= $id; ?>;</script>
|
|
|
+ <script>var USER_ID = '<?= User::getID(); ?>';var BASE_URL = '<?= Request::getPathUri(); ?>';var BASE_WFS_URL = '<?= Api_WfsNs::getBaseWfsUri(); ?>';var mainProces_id = <?= $id; ?>;</script>
|
|
|
<script src="static/sweetalert2.min.js"></script>
|
|
|
- <script src="static/procesEditor.js?v=19<?php if (V::get('DBG', '', $_GET)) echo "&_time=" . time(); ?>"></script>
|
|
|
+ <script src="static/procesEditor.js?v=19<?php echo "&_time=" . time(); ?><?php if (V::get('DBG', '', $_GET)) echo "&_time=" . time(); ?>"></script>
|
|
|
<?php
|
|
|
}
|
|
|
|
|
|
@@ -537,6 +538,10 @@ width:290px;
|
|
|
#saveBtn {} .changable {
|
|
|
padding-left: 10px;
|
|
|
}
|
|
|
+ .export{
|
|
|
+ min-height:200px;
|
|
|
+
|
|
|
+ }
|
|
|
.changed {
|
|
|
border-left-style: solid;
|
|
|
border-width: 3px;
|