diff options
Diffstat (limited to 'app/view/templates/homeopt.php')
-rw-r--r-- | app/view/templates/homeopt.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/view/templates/homeopt.php b/app/view/templates/homeopt.php index cecb79b..f240d0a 100644 --- a/app/view/templates/homeopt.php +++ b/app/view/templates/homeopt.php @@ -4,10 +4,7 @@ <input type="submit" name="submit" value="filter"> ⬅<input type="submit" name="submit" value="reset"> - - <!-- $this->optionsort($opt); - $this->optionprivacy($opt); - $this->optiontag($opt); --> +<div id="optfield"> <fieldset><legend>Sort</legend> <select name="sortby" id="sortby"> @@ -76,6 +73,8 @@ if ($in = true || $out = true) { echo '<label for="invert">invert</></br>'; ?> +</div> + <input type="submit" name="submit" value="filter"> ⬅<input type="submit" name="submit" value="reset"> |