additional-template.php
11 months ago
dashboard-content.php
11 months ago
plugins-content.php
11 months ago
templates-content.php
11 months ago
widgets-content.php
11 months ago
plugins-content.php
52 lines
| 1 | <?php |
| 2 | if (!defined('ABSPATH')) { |
| 3 | exit; // Exit if accessed directly. |
| 4 | } |
| 5 | ?> |
| 6 | <section> |
| 7 | <div class="container-fluid py-5"> |
| 8 | <div class="row"> |
| 9 | <div class="col-sm-12 col-md-3 col-lg-3 col-xl-3 align-self-center"> |
| 10 | <div class="flex-templates"> |
| 11 | <svg id="Group_66" data-name="Group 66" xmlns="http://www.w3.org/2000/svg" width="20" height="20" |
| 12 | viewBox="0 0 20 20"> |
| 13 | <g id="extension"> |
| 14 | <path id="Path_50" data-name="Path 50" |
| 15 | d="M17.619,9.524H16.19V5.714a1.91,1.91,0,0,0-1.9-1.9h-3.81V2.381a2.381,2.381,0,1,0-4.762,0V3.81H1.9A1.91,1.91,0,0,0,0,5.714V9.333H1.429a2.571,2.571,0,0,1,0,5.143H0V18.1A1.91,1.91,0,0,0,1.9,20H5.524V18.571a2.571,2.571,0,0,1,5.143,0V20h3.619a1.91,1.91,0,0,0,1.9-1.9v-3.81h1.429a2.381,2.381,0,1,0,0-4.762Z" /> |
| 16 | </g> |
| 17 | </svg> |
| 18 | <p class="flex-template-title">Recommended Plugins</p> |
| 19 | </div> |
| 20 | </div> |
| 21 | <div class="col-sm-12 col-md-9 col-lg-9 col-xl-9"> |
| 22 | |
| 23 | <div class="flex-template-form"> |
| 24 | <form action=""> |
| 25 | <div class="flex-search text-right"> |
| 26 | <div class="search-flex "><input type="text" id="plugin-search" |
| 27 | placeholder="Search plugins..." style=" " class="fname"> |
| 28 | |
| 29 | </div> |
| 30 | |
| 31 | </div> |
| 32 | </form> |
| 33 | |
| 34 | </div> |
| 35 | </div> |
| 36 | </div> |
| 37 | |
| 38 | </div> |
| 39 | </section> |
| 40 | <!-- Search Bar --> |
| 41 | <section> |
| 42 | <div class="container-fluid"> |
| 43 | <div class="row"> |
| 44 | <div class="col"> |
| 45 | <div id="plugins-list"></div> |
| 46 | <div class="col text-right"><button id="install-all-btn" style="margin-top: 20px;" |
| 47 | class="install-btn">Install All Selected</button> <!-- Install All button --> |
| 48 | </div> |
| 49 | </div> |
| 50 | </div> |
| 51 | </div> |
| 52 | </section> |