Webgui: filter and pagination working
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/******************************************************************************
|
||||
* YMS - Yacht Management Software
|
||||
* Copyright (C) 2024 Thomas Hooge
|
||||
*
|
||||
* SPDX-License-Identifier: WTFPL
|
||||
******************************************************************************
|
||||
|
||||
*/
|
||||
|
||||
// ========== SVG-FUNCTIONS ===================================================
|
||||
|
||||
function svg_create_box($cx, $cy, $w, $h, $fg, $bg) {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user