mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
PUSHPROD fix settings & LOG_PRINT
This commit is contained in:
@@ -96,16 +96,20 @@ $db->close();
|
||||
{
|
||||
$html = $html.
|
||||
'<div class="table_row" >
|
||||
<div class="table_cell setting_name" >';
|
||||
<div class="table_cell setting_name bold" ><label>';
|
||||
|
||||
$html = $html.getString ($set['Code_Name'].'_name', $set['Display_Name'], $pia_lang);
|
||||
$html = $html.getString ($set['Code_Name'].'_name', $set['Display_Name'], $pia_lang).'</label>';
|
||||
|
||||
$html = $html.'<div class="small" ><code>'.$set['Code_Name'].'</code></div>';
|
||||
|
||||
$html = $html.
|
||||
'</div>
|
||||
<div class="table_cell setting_description" >';
|
||||
<div class="table_cell setting_description" >';
|
||||
|
||||
$html = $html.getString ($set['Code_Name'].'_description', $set['Description'], $pia_lang);
|
||||
|
||||
|
||||
|
||||
$html = $html.
|
||||
'</div>
|
||||
<div class="table_cell setting_input" >';
|
||||
|
||||
Reference in New Issue
Block a user