diff options
Diffstat (limited to 'views/elements')
-rw-r--r-- | views/elements/authnav.html.php | 2 | ||||
-rw-r--r-- | views/elements/empty | 0 | ||||
-rw-r--r-- | views/elements/normalnav.html.php | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/views/elements/authnav.html.php b/views/elements/authnav.html.php index 9b0af38..012ddde 100644 --- a/views/elements/authnav.html.php +++ b/views/elements/authnav.html.php @@ -12,7 +12,7 @@ <?= $this->form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?> <?= $this->form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'style' => 'width: 200px')); ?> -<button class="search" type="submit">Go</button> +<input type="submit" value="Go"> <?= $this->form->end(); ?> <div id="friend" style="display:none"> diff --git a/views/elements/empty b/views/elements/empty deleted file mode 100644 index e69de29..0000000 --- a/views/elements/empty +++ /dev/null diff --git a/views/elements/normalnav.html.php b/views/elements/normalnav.html.php index 28eeeff..ae8583e 100644 --- a/views/elements/normalnav.html.php +++ b/views/elements/normalnav.html.php @@ -11,7 +11,7 @@ <?= $this->form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?> <?= $this->form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'style' => 'width: 200px')); ?> -<button class="search" type="submit">Go</button> +<input type="submit" value="Go"> <?= $this->form->end(); ?> <div id="login" style="display: none;"> |