TESTING - Title Bar Search
This commit is contained in:
parent
7b8aee161f
commit
a409ad4418
@ -2,7 +2,7 @@
|
|||||||
<?= $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' => '20', 'autocomplete' => 'off')) style="font-size: 18pt; padding: 0px; margin: 0 0 0 8px ;" ?>
|
<?= $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '20', 'autocomplete' => 'off')) ?>
|
||||||
<?= $this->submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>
|
<?= $this->submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>
|
||||||
</div>
|
</div>
|
||||||
<?php }) ?>
|
<?php }) ?>
|
||||||
|
Reference in New Issue
Block a user