widget multiple section

This commit is contained in:
iBNu Maksum
2025-02-18 14:28:55 +07:00
parent 5b9cdd6681
commit 693d7f4acf
5 changed files with 62 additions and 26 deletions

View File

@ -105,6 +105,8 @@ if ($action == 'add') {
r2(getUrl('widgets'), 's', 'Widget order Saved Successfully');
} else {
$widgets = ORM::for_table('tbl_widgets')->selects("position", 1)->order_by_asc("orders")->find_many();
$max = ORM::for_table('tbl_widgets')->max('position');
$ui->assign('widgets', $widgets);
$ui->assign('max', $max);
$ui->display('admin/settings/widgets.tpl');
}

View File

@ -1040,5 +1040,14 @@
"Not_all_widgets_require_content__HTML_widgets_require_content__either_text_or_PHP_code__Please_be_careful_when_writing_this_content_": "Not all widgets require content. HTML widgets require content, either text or PHP code. Please be careful when writing this content.",
"Area_Fields": "Area Fields",
"Add_new_widget": "Add new widget",
"Tambah": "Tambah"
"Tambah": "Tambah",
"All": "All",
"Enter_your_message_here___": "Enter your message here...",
"Close": "Close",
"Please_select_at_least_one_customer_to_send_a_message_": "Please select at least one customer to send a message.",
"Please_enter_a_message_to_send_": "Please enter a message to send.",
"Sending___": "Sending...",
"Message_sent_successfully_": "Message sent successfully.",
"Error_sending_message__": "Error sending message: ",
"Failed_to_send_the_message__Please_try_again_": "Failed to send the message. Please try again."
}