Home
last modified time | relevance | path

Searched refs:tmp_module_header (Results 1 – 1 of 1) sorted by relevance

/dports/www/fusionpbx/fusionpbx-4.4.1/app/modules/
H A Dmodules.php130 $tmp_module_header = "\n"; variable
131 $tmp_module_header .= "<tr>\n";
132 $tmp_module_header .= "<th>".$text['label-label']."</th>\n";
133 $tmp_module_header .= "<th>".$text['label-status']."</th>\n";
134 $tmp_module_header .= "<th>".$text['label-action']."</th>\n";
135 $tmp_module_header .= "<th>".$text['label-enabled']."</th>\n";
136 $tmp_module_header .= "<th>".$text['label-description']."</th>\n";
137 $tmp_module_header .= "<td class='list_control_icons'>";
139 $tmp_module_header .= "</td>\n";
140 $tmp_module_header .= "<tr>\n";
[all …]