mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Create more documentation (#7627)
* Documentation, format class, no modification.
This commit is contained in:
@@ -167,6 +167,11 @@
|
||||
|
||||
echo "<div class='card'>\n";
|
||||
echo "<table class='list'>\n";
|
||||
/**
|
||||
* Writes the header for a list of modules.
|
||||
*
|
||||
* @param string $modifier The modifier to use in the checkbox ID and other attributes.
|
||||
*/
|
||||
function write_header($modifier) {
|
||||
global $text, $modules, $list_row_edit_button;
|
||||
$modifier = str_replace('/', '', $modifier);
|
||||
|
||||
Reference in New Issue
Block a user