Make First Table in Home Page Normal not "btn-warnin"

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
mohamed
Veteran Member
Posts: 80
Joined: 2020-04-19 16:18

Make First Table in Home Page Normal not "btn-warnin"

Post by mohamed » 2020-11-07 11:38

Hello,

Is there a way in AppGini to make the first table in home page, normal, not orange ?!
I mean setting up the 'panel' and 'link' as 'btn-info' NOT 'btn-warning' !!

At the moment I am able to do the color change by editing HOME.PHP which gets overwritten every time, I regenerate the code :|


home.php
$block_classes = array(
'first' => array(
'grid_column' => 'col-sm-6 col-md-4 col-lg-3',
'panel' => 'panel-warning',
'link' => 'btn-warning'
),

'other' => array(
'grid_column' => 'col-sm-6 col-md-4 col-lg-3',
'panel' => 'panel-info',
'link' => 'btn-info'
)
);
THANK YOU...
AppGini Pro 24.11 -
Calendar - Search Page Maker - Summary Reports - Mass Update - DataTalk -
bizzworxx AppGini Helper JabaScript Library - bizzworxx Inline Detail-View - bizzworxx Helper Pack - AppGini Helper Packaging Tool -
Udemy course

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: Make First Table in Home Page Normal not "btn-warnin"

Post by Moh Youba » 2020-11-09 19:38

Hello

Here what me I do :lol:

I create a first table and hide it, then it is consider as the first table, see pic
hide_table.jpg
hide_table.jpg (143.3 KiB) Viewed 1358 times
Best regards

mohamed
Veteran Member
Posts: 80
Joined: 2020-04-19 16:18

Re: Make First Table in Home Page Normal not "btn-warnin"

Post by mohamed » 2020-11-11 10:20

Hi Moh Youba,

I like your trick .. :o :)

Thanks a lot -- will try it...
THANK YOU...
AppGini Pro 24.11 -
Calendar - Search Page Maker - Summary Reports - Mass Update - DataTalk -
bizzworxx AppGini Helper JabaScript Library - bizzworxx Inline Detail-View - bizzworxx Helper Pack - AppGini Helper Packaging Tool -
Udemy course


Post Reply