1st commit for syncing own Jlog developments with master
This commit is contained in:
parent
2ae67af572
commit
517c58344d
54 changed files with 1784 additions and 1062 deletions
|
@ -52,7 +52,8 @@ class JlogUpdater
|
|||
$html .= $class->getForm($l);
|
||||
$version = $this->versions[$version];
|
||||
}
|
||||
$html .= '<p><button name="update" value="' . $l['admin']['update_start'] . '">' . htmlspecialchars($l['admin']['update_start']) . '</button></p>';
|
||||
$btnUpdate = htmlspecialchars($l['admin']['update_start']);
|
||||
$html .= '<p><button name="update" value="' . $btnUpdate . '">' . $btnUpdate . '</button></p>';
|
||||
$html .= '</form>';
|
||||
return $html;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue