TESTING - Title Bar Search
This commit is contained in:
parent
01fd1ac1bd
commit
306ef30751
@ -136,7 +136,7 @@ container
|
|||||||
<?= $this->formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
|
<?= $this->formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
|
||||||
<div style="margin:0;padding:0;display:inline"></div>
|
<div style="margin:0;padding:0;display:inline"></div>
|
||||||
<div>
|
<div>
|
||||||
<?= $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '38', 'autocomplete' => 'off', 'place-holder' => 'Search', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?>
|
<?= $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '38', 'autocomplete' => 'off', 'placeholder' => 'Search', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?>
|
||||||
<?php //<?= $this->submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>
|
<?php //<?= $this->submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>
|
||||||
</div>
|
</div>
|
||||||
<?php }) ?>
|
<?php }) ?>
|
||||||
|
Reference in New Issue
Block a user