diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index d49481b..15858f8 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -138,12 +138,49 @@ container
request()->controller() == 'post') : ?> - textFieldTag("tags", $this->h($this->params()->tags), array('size' => '36', 'autocomplete' => 'off', 'placeholder' => 'Search', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> + textFieldTag("tags", $this->h($this->params()->tags), array('size' => '36', 'autocomplete' => 'off', 'placeholder' => 'Search Posts...', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> + tag_completion_box('$("tags")', ['$("tags").up("form")', '$("tags")', null], true) ?> + is_privileged_or_higher()) : ?> +
+
+
+ +
+
+
+ partial('tag_script') ?> + + + request()->controller() == 'tag') : ?> + textFieldTag("tags", $this->h($this->params()->tags), array('size' => '36', 'autocomplete' => 'off', 'placeholder' => 'Search Comments...', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?>
-tag_completion_box('$("tags")', ['$("tags").up("form")', '$("tags")', null], true) ?> + partial('layouts/menu') ?> partial('layouts/login') ?>