Commit b736cf58 authored by Abraão Barbosa's avatar Abraão Barbosa
Browse files

Refatorqacao da tela de admin

parents c8ea0010 2c0e9076
...@@ -34,8 +34,4 @@ ...@@ -34,8 +34,4 @@
}) })
}) })
function saveNew(){
alert("sdsdsa");
}
</script> </script>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="opcao1" <input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="opcao1"
checked> checked>
<label class="form-check-label" for="exampleRadios1"> <label class="form-check-label" for="exampleRadios1">
1º SEMESTRE - janeiro a julho 1º SEMESTRE
</label> </label>
</div> </div>
</div> </div>
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios2" <input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios2"
value="opcao2"> value="opcao2">
<label class="form-check-label" for="exampleRadios2"> <label class="form-check-label" for="exampleRadios2">
2º SEMESTRE - agosto a dezembro 2º SEMESTRE
</label> </label>
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment