mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Sending the updates to support PayPerView plugin
This commit is contained in:
parent
6a74b3ca23
commit
3e64c17c2b
34 changed files with 300 additions and 1506 deletions
|
@ -15,6 +15,7 @@ require_once '../objects/functions.php';
|
|||
<link href="../view/bootstrap/bootstrapSelectPicker/css/bootstrap-select.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="../view/js/seetalert/sweetalert.css" rel="stylesheet" type="text/css"/>
|
||||
<script src="../view/js/jquery-3.3.1.min.js" type="text/javascript"></script>
|
||||
<link href="../view/css/fontawesome-free-5.5.0-web/css/all.min.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
|
||||
<body class="<?php echo $global['bodyClass']; ?>">
|
||||
|
@ -231,7 +232,7 @@ require_once '../objects/functions.php';
|
|||
<input type="password" class="form-control" id="confirmSystemAdminPass" placeholder="Confirm System Admin password" required="required">
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<button type="submit" class="btn btn-primary btn-block"><i class="fas fa-cogs"></i> Install now</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue