More work an webgui
This commit is contained in:
@@ -136,7 +136,7 @@ elseif ($action == ACT_ADD):
|
||||
|
||||
echo '<h2>', _('Add provisions'), "</h2>\n";
|
||||
?>
|
||||
<form method="post">
|
||||
<form method="post" action="<?=$g_scriptname?>">
|
||||
<div class="mb-3">
|
||||
<label for="provname" class="form-label"><?=_('Name')?></label>
|
||||
<input type="text" class="form-control" id="provname" name="provname" required autofocus>
|
||||
@@ -196,7 +196,7 @@ $prov = $sth->fetch(PDO::FETCH_OBJ);
|
||||
|
||||
echo '<h2>', _('Edit provision'), "</h2>\n";
|
||||
?>
|
||||
<form method="post">
|
||||
<form method="post" action="<?=$g_scriptname?>">
|
||||
<input type="hidden" name="id" value="<?=$id?>">
|
||||
<div class="mb-3">
|
||||
<label for="provname" class="form-label"><?=_('Name')?></label>
|
||||
|
||||
Reference in New Issue
Block a user