debug forms

This commit is contained in:
Daniel Muñoz Garcia
2021-06-08 13:45:44 +02:00
committed by GitHub
parent b989468601
commit ec0a391745
13 changed files with 40 additions and 44 deletions

View File

@ -10,7 +10,7 @@ class formDeletePromotion extends Form{
public function __construct() {
$op = array("action" => "./?state=mp");
$op = array("action" => "./?state=mp&option=d");
parent::__construct('formEditPromotion', $op);
}
@ -73,7 +73,7 @@ class formDeletePromotion extends Form{
<div class='column side'></div>
</div>
";
//$result = './?state=mp';
$result = './?state=mp';
}
else{