app/views/wiki/bliki.rhtml in Pimki-1.4.092 vs app/views/wiki/bliki.rhtml in Pimki-1.5.092

- old
+ new

@@ -77,13 +77,13 @@ return true; } </script> <h2>Apply filter:</h2> +<form class="navigation" action="bliki" action="post" onSubmit="return validateSelection();"> <table><tr> <td>Show only pages authored by:</td> - <form class="navigation" action="bliki" action="post" onSubmit="return validateSelection();"> <td> <select id="sel_author" name="authorname" size="1"> <option value="noselect">------------ <% for auth in @authors %> <option value="<%= auth %>"><%= auth %> @@ -92,10 +92,12 @@ </td> </tr><tr> <td>Regexp search on all entries:</td> <td><input type="text" id="search_regex" name="regexp"></td> <td><input type="submit" name="Search" value="Search"></td> - </form> +</tr><tr> + <td>Or go to <a href='../adv_search/'>Advanced Search</a></td> </tr></table> +</form> <%= sub_template "bottom" %>