mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added new category buttons to certian dropdowns to quickly add a category without going to setting then category also a few fixes here and there
This commit is contained in:
@@ -10,8 +10,13 @@ if(isset($_GET['calendar_id'])){
|
||||
|
||||
<div id='calendar'></div>
|
||||
|
||||
<?php include("add_calendar_event_modal.php"); ?>
|
||||
<?php include("add_calendar_modal.php"); ?>
|
||||
<?php
|
||||
|
||||
include("add_calendar_event_modal.php");
|
||||
include("add_calendar_modal.php");
|
||||
include("add_quick_modal.php");
|
||||
|
||||
?>
|
||||
|
||||
<?php
|
||||
//loop through IDs and create a modal for each
|
||||
|
||||
Reference in New Issue
Block a user