You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<buttonclass="dropdown-item"type="button"ajax_postdata-msg="Are you sure you want to delete activities?"action="/activity/delete"form="act{{$info->id}}" ><iclass="mdi mdi-delete"></i> Delete</button>
55
55
</div>
56
56
</div>
57
57
<br />
@@ -67,7 +67,7 @@
67
67
@section('script')
68
68
<script>
69
69
functiondelete_activity(){
70
-
__post('/activity/delete',getSelectedID());
70
+
kchat_alert("Are you sure you want to delete <strong>Activities</strong>?",(function(){__post('/activity/delete',getSelectedID());}));
<buttonclass="dropdown-item"type="button"ajax_postdata-msg="Are you sure you want to delete notifications?"action="/notification/delete"form="not{{$info->id}}"><iclass="mdi mdi-delete"></i> Delete</button>
55
55
</div>
56
56
</div>
57
57
<br />
@@ -67,7 +67,7 @@
67
67
@section('script')
68
68
<script>
69
69
functiondelete_notificatios(){
70
-
__post('/notification/delete',getSelectedID());
70
+
kchat_alert("Are you sure you want to delete <strong>Notifications</strong>?",(function(){__post('/notification/delete',getSelectedID());}));
<divclass="col d-flex justify-content-end"> <buttonclass="btn btn-primary"type="submit"ajax_postdata-msg="Are you sure you want to update your profile?"action="/profile"form="profile" >Save Changes</button></div>
<buttonclass="btn btn-primary mt-3"type="button"ajax_postdata-msg="Are you sure you want to add department?"action="/setting/savedpt"form="savedpt" >Add Department</button>
<buttonclass="btn btn-danger mt-3"type="button"ajax_postdata-msg="Are you sure you want to delete department?"action="/setting/deletedpt"form="deletedpt" >Delete Department</button>
<buttonclass="btn btn-primary mt-3"type="button"ajax_postdata-msg="Are you sure you want to update timezone?"action="/setting/timezone"form="timezone" >Update Timezone</button>
44
44
</div>
45
45
</div>
46
46
</div>
@@ -49,7 +49,7 @@
49
49
<divclass="card-body">
50
50
<pclass="small text-muted">Place it outside the webroot means that the files will not be publicly exposed.</p>
<buttonclass="btn btn-primary mt-3"type="button"ajax_postdata-msg="Are you sure you want to update upload path?"action="/setting/uploadpath"form="uploadpath" >Update Timezone</button>
<buttontype="button"class="btn btn-primary"ajax_postdata-msg="Are you sure you want to update group profile?"action="/messages/update"form="updategroup" >Update Group</button>
<buttonclass="dropdown-item"type="button"ajax_postdata-msg="Are you sure you want to delete activities?"action="/activity/delete"form="act{{$info->id}}" ><iclass="mdi mdi-delete"></i> Delete</button>
55
55
</div>
56
56
</div>
57
57
<br />
@@ -67,7 +67,7 @@
67
67
@section('script')
68
68
<script>
69
69
functiondelete_activity(){
70
-
__post('/activity/delete',getSelectedID());
70
+
kchat_alert("Are you sure you want to delete <strong>Activities</strong>?",(function(){__post('/activity/delete',getSelectedID());}));
<buttonclass="dropdown-item"type="button"ajax_postdata-msg="Are you sure you want to delete notifications?"action="/notification/delete"form="not{{$info->id}}"><iclass="mdi mdi-delete"></i> Delete</button>
55
55
</div>
56
56
</div>
57
57
<br />
@@ -67,7 +67,7 @@
67
67
@section('script')
68
68
<script>
69
69
functiondelete_notificatios(){
70
-
__post('/notification/delete',getSelectedID());
70
+
kchat_alert("Are you sure you want to delete <strong>Notifications</strong>?",(function(){__post('/notification/delete',getSelectedID());}));
<divclass="col d-flex justify-content-end"> <buttonclass="btn btn-primary"type="submit"ajax_postdata-msg="Are you sure you want to update profile?"action="/profile"form="profile" >Save Changes</button></div>
0 commit comments