Skip to content

Commit 339d986

Browse files
update
1 parent c610b9e commit 339d986

15 files changed

Lines changed: 256 additions & 90 deletions

File tree

Gruntfile.js

Lines changed: 155 additions & 64 deletions
Large diffs are not rendered by default.

assets/modules/food-module/css/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,3 +1867,12 @@ table.table.dataTable > tbody > tr > td a[data-mode] {
18671867
border-color: #0062cc;
18681868
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
18691869
}
1870+
.evo-popup.evo-popup-iframe .evo-popup-header {
1871+
box-shadow: 0px 0px 16px 2px #bbbbbb;
1872+
z-index: 2;
1873+
font-weight: 900;
1874+
}
1875+
.evo-popup.evo-popup-iframe.is-drag {
1876+
cursor: move !important;
1877+
opacity: 1 !important;
1878+
}

assets/modules/food-module/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/modules/food-module/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bower_components/datatables.net-select/js/dataTables.select.js
1212
* bower_components/datatables.net-bs/js/dataTables.bootstrap.js
1313
*
14-
* Last Update: 2026-03-09 17:56:08 GMT+0400
14+
* Last Update: 2026-03-17 01:08:26 GMT+0400
1515
*/
1616
/*!
1717
* JavaScript Cookie v2.2.1

assets/modules/food-module/js/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/modules/food-module/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* Скрипт модуля FoodModuleMenu v1.5.0 для Evolution CMS
2+
* Скрипт модуля FoodModuleMenu v1.5.5 для Evolution CMS
33
* Модуль загрузки файлов меню ежедневного питания
44
* Актуально для сайтов школ России
55
* Автор: Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
66
* GitHub: https://github.com/ProjectSoft-STUDIONIONS/food-module#readme
7-
* Last Update: 2026-03-09 17:56:08 GMT+0400
7+
* Last Update: 2026-03-17 01:08:26 GMT+0400
88
*/
99
window.DT_table = false;
1010
(function (factory) {

assets/modules/food-module/js/main.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/modules/food-module/module.food-module.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
<?php
2+
/**
3+
* FoodModuleMenu
4+
*
5+
* Модуль для загрузки файлов ежедневного питания школы.
6+
*
7+
* @category module
8+
* @version 1.5.5
9+
* @internal @properties &folders=Директории для загрузки;text;food &autodelete=Автоудаление;list;true,false;true &autodelete_year=Удалять файлы старше лет;list;1,2,3,4,5;2
10+
* @internal @modx_category Manager and Admin
11+
* @internal @icon fa fa-folder-open
12+
* @homepage https://github.com/ProjectSoft-STUDIONIONS/food-module#readme
13+
* @license https://github.com/ProjectSoft-STUDIONIONS/food-module/blob/master/LICENSE MIT License (MIT)
14+
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/food-module/issues
15+
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
16+
* @lastupdate 2026-03-17
17+
*/
218
if (!defined('MODX_BASE_PATH')) {
319
http_response_code(403);
420
exit();

assets/modules/food-module/plugin.food-module.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
<?php
2+
/**
3+
* FoodModuleMenu
4+
*
5+
* Плагин встраивания пункта меню для FoodModuleMenu.
6+
*
7+
* @category plugin
8+
* @version 1.5.5
9+
* @package evo
10+
* @internal @events OnManagerMenuPrerender,OnManagerMainFrameHeaderHTMLBlock
11+
* @internal @modx_category Manager and Admin
12+
* @internal @properties &id_module=ID модуля FoodModuleMenu;int;0;0 &title=Заголовок пункта меню;text;;; &sort=Позиция пункта;int;0;0;0 &show=Показывать пункт меню;list;0,1;1;1
13+
* @internal @installset base
14+
* @internal @disabled 0
15+
* @homepage https://github.com/ProjectSoft-STUDIONIONS/food-module#readme
16+
* @license https://github.com/ProjectSoft-STUDIONIONS/food-module/blob/master/LICENSE MIT License (MIT)
17+
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/food-module/issues
18+
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
19+
* @lastupdate 2026-03-17
20+
*/
221
if (!defined('MODX_BASE_PATH')) {
322
http_response_code(403);
423
exit();

0 commit comments

Comments
 (0)