From 9c556a63a7476a781ab205c5303a24759050c535 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 02:50:42 +0000 Subject: [PATCH] feat: Upgrade Bootstrap to v4.6.2 Upgraded Bootstrap from v3.3.5 to v4.6.2. This includes: - Updating the CSS and JS links in the main template to use a CDN. - Updating the HTML and CSS classes to be compatible with Bootstrap 4. - Replacing Glyphicons with Font Awesome icons. --- .../builder/views/template/_form_vertikal.php | 16 ++++---- .../modules/builder/views/template/form.php | 16 ++++---- .../modules/builder/views/template/view.php | 22 +++++------ application/views/generator/index.php | 6 +-- application/views/template.php | 38 +++++++++---------- install/index.php | 2 +- 6 files changed, 48 insertions(+), 52 deletions(-) diff --git a/application/modules/builder/views/template/_form_vertikal.php b/application/modules/builder/views/template/_form_vertikal.php index 993e42a..af28571 100644 --- a/application/modules/builder/views/template/_form_vertikal.php +++ b/application/modules/builder/views/template/_form_vertikal.php @@ -10,10 +10,10 @@ {php_open} echo form_open(site_url('{table}/' . $action),'role="form" class="form" id="form_{table}" data-parsley-validate'); {php_close} -