cosmetic + typo SQL

This commit is contained in:
Dany De Bontridder 2015-11-12 08:55:54 +01:00
parent 47f80a568d
commit 2e2ad0bec3
3 changed files with 9 additions and 7 deletions

View file

@ -29,11 +29,6 @@ if (!defined('ALLOWED'))
* @param $rep db connection to central repository
*/
?>
<form method="get" id="frm_upg_all" onsubmit="return confirm_box('frm_upg_all','<?php echo _('Confirmez')?>')">
<input type="hidden" name="sb" value="upg_all">
<input type="hidden" name="action" value="upgrade">
<input type="submit" class="button" name="submit_upg_all" id="submit_upg_all" value="<?php echo _('Tout mettre à jour')?>">
</form>
<?php
$sb= HtmlInput::default_value_get("sb", "none");