X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fsearch_history.html;h=d345313bd8769179e831506c7180d3e35d220222;hb=3591b710cbe757a131ff768ed7d6066d8412bc0e;hp=0b28469858b7fb4d9d309baabdaa37e90ac50c90;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/common/search_history.html b/templates/webpages/common/search_history.html index 0b2846985..d345313bd 100644 --- a/templates/webpages/common/search_history.html +++ b/templates/webpages/common/search_history.html @@ -1,185 +1,137 @@ [%- USE T8 %] -[% USE HTML %] - - - +[%- USE L %] +[% USE HTML %] +

[% 'history search engine' | $T8 %]

-
+ - - - - - - - - -
[% 'history search engine' | $T8 %]
- - - - - - - - - - - - - - - - - - - -
- [% 'What do you want to look for?' | $T8 %]: - - -
- [% 'What's the term you're looking for?' | $T8 %] - - -
- [% 'Do you want to limit your search?' | $T8 %] - - - - - - - - - - - -
- -
-
-
-
-
-
- -
- - - -
-
-
+ $('#inputForm').empty(); + $('#inputText').html(''); + $('#selectTable, #inputHead, #inputText, #selectEmployee, #selectDate').hide(); + $('#initForm').show(); + } + + function initForm() { + showForm(); + + $('#selectTable, #inputText, #selectEmployee, #selectDate').show(); + $('#initForm').hide(); + } + + $(function(){ + resetAll(); + $('#show_extended_options').click(initForm); + $('#reset_button').click(resetAll); + }); + //--> +