Enhance UI and functionality across multiple pages
- Added filter panels and search functionality to media, orders, partners, pricelists, products, products attributes, software versions, translations, and users pages. - Implemented security checks for create, update, and delete permissions on various pages. - Updated CSS styles for improved layout and responsiveness, including new styles for filter panels and buttons. - Refactored existing forms to utilize the new filter panel design for a more consistent user experience. - Adjusted API versioning in servicereport and servicereports pages for better compatibility. - Improved button icons for filter actions and form submissions for better user interaction.
This commit is contained in:
@@ -1803,7 +1803,7 @@ function serviceEvents ($messages,$page){
|
||||
include dirname(__FILE__,2).'/settings/translations/translations_US.php';
|
||||
}
|
||||
|
||||
$view_header = '<table class="sortable">
|
||||
$view_header = '<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>'.$equipment_label2.'</th>
|
||||
|
||||
Reference in New Issue
Block a user