Initial commit
This commit is contained in:
14
app/views/install/agreement.html
Normal file
14
app/views/install/agreement.html
Normal file
@ -0,0 +1,14 @@
|
||||
{installer-nav}
|
||||
<br>
|
||||
<br>
|
||||
<form action="" method="post" class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<center>
|
||||
<div class="install-terms">
|
||||
{TERMS}
|
||||
</div>
|
||||
</center>
|
||||
</div>
|
||||
<input type="hidden" name="token" value="{TOKEN}">
|
||||
<button class="btn btn-lg btn-primary center-block" type="submit" name="submit" value="submit">I agree</button><br>
|
||||
</form>
|
Reference in New Issue
Block a user