versao 1.3 bugfix button style reiniciar dados

This commit is contained in:
2026-06-29 17:34:09 -03:00
parent 6e7f25b2fb
commit 9e80fe4786

View File

@@ -649,7 +649,7 @@ foreach ($sie_niveis as $sie_rotulo => $sie_valor) {
<input type="submit" name="calcular" id="calcular" value="Calcular nota"> <input type="submit" name="calcular" id="calcular" value="Calcular nota">
<br><br> <br><br>
<button type="button" onclick="window.location.href='<?php echo \esc_url( \get_permalink() ); ?>';">Reiniciar dados</button> <input type="reset" value="Reiniciar dados" onclick="window.location.href='<?php echo \esc_url( \get_permalink() ); ?>';" />
<br> <br>
</form> </form>
</div> </div>