PHP Classes

File: modules/cms/widgets/componentlist/partials/_toolbar.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/widgets/componentlist/partials/_toolbar.php   Download  
File: modules/cms/widgets/componentlist/partials/_toolbar.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 5 months ago
Size: 653 bytes
 

Contents

Class file image Download
<div class="layout-row min-size">
    <div class="control-toolbar toolbar-padded">

        <!-- Component Search -->
        <div class="relative toolbar-item loading-indicator-container size-input-text">
            <input placeholder="<?= e(trans('cms::lang.sidebar.search')) ?>" type="text" name="search" value="<?= e($this->getSearchTerm()) ?>"
                class="form-control icon search" autocomplete="off"
                data-track-input
                data-load-indicator
                data-load-indicator-opaque
                data-request="<?= $this->getEventHandler('onSearch') ?>"
            />
        </div>

    </div>
</div>