- Export data

This commit is contained in:
DawitG96
2019-02-01 12:27:14 +01:00
parent 64593ee4e4
commit 44e9542a15
7 changed files with 27 additions and 44 deletions

View File

@@ -5,7 +5,6 @@
<div class="box-header with-border">
<h3 class="box-title">Registrazione</h3>
</div>
<!-- /.box-header -->
<!-- form start -->
<div class="form-horizontal">
<div class="box-body">
@@ -72,17 +71,14 @@
</div>
</div>
</div>
<!-- /.box-body -->
<div class="box-footer">
<input type="reset" class="btn btn-default" />
<button class="btn btn-info pull-right" id="register-btn">Register</button>
<p id="msg-reg" class="login-box-msg text-red"></p>
<button type="button" class="btn btn-info">@Html.ActionLink("Torna al login", "Login")</button>
</div>
<!-- /.box-footer -->
</div>
</div>
<!-- /.box -->
</div>
<div class="col-md-4"></div>