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:
@@ -127,7 +127,7 @@ $view .= '
|
||||
<option value="12" '.($contract['month']==12 ?' selected':'').'>Dec</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
<button type="submit">'.$button_apply.'</button>
|
||||
<button type="submit"><i class="fas fa-level-down-alt fa-rotate-90"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="search">
|
||||
|
||||
Reference in New Issue
Block a user