lonnieezell / Bonfire

Jumpstart your CodeIgniter web applications with a modular, HMVC-ready, backend.
http://cibonfire.com
1.39k stars 525 forks source link

Admin AJAX template file #401

Closed og-shawn-crigger closed 12 years ago

og-shawn-crigger commented 12 years ago

I just noticed this over the weekend when I was trying to generate some Ajax JSON data for the Datagrids and a Calendar, every time a XHR request is sent, it trys to load the AJAX template which has not been updated yet. I added the Loading Image and Overlay back into my header but really not sure the best method of theming the AJAX template since I personally use a slightly different theme then the default.

ghost commented 12 years ago

@svizion Is this needed ?

og-shawn-crigger commented 12 years ago

Since we removed the ajax-form and ajaxify link's , I don't think it's needed we probably should delete the ajax theme file that's in the theme directory as it's based on the old side bar styled layout, and maybe just write a guide on the proper usage of it. The template library will look for the a ajax layout, if not found then will load a normal layout.

ghost commented 12 years ago

I agree.