Skip to content

Commit

Permalink
new version of midWinter for 1.3. Filters still not formatted correct…
Browse files Browse the repository at this point in the history
…ly and date & time picker has to be built in correctly. But have to store my changes in dev before moving forward.

Dropping legacy mode, adding new navigation box model. Table columns can be selected individually, table scrolling improved,
both color schema improved but not finally completed. Font size can be modified individually. Sticky mode for Tabs added.
Kiosk mode added.
  • Loading branch information
browniebraun committed Sep 1, 2023
1 parent 50b6827 commit a379ec4
Show file tree
Hide file tree
Showing 19 changed files with 1,252 additions and 3,426 deletions.
1 change: 1 addition & 0 deletions include/global_session.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
var refreshMSeconds=<?php print $myrefresh['seconds'] * 1000;?>;
var urlPath='<?php print CACTI_PATH_URL;?>';
var previousPage='';
var sessionLocale='<?php print CACTI_LOCALE;?>';
var sessionNotices=<?php print display_output_messages();?>;
var sessionMessage={};
var csrfMagicToken='<?php print csrf_get_tokens();?>';
Expand Down
Loading

0 comments on commit a379ec4

Please sign in to comment.