X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fsearch_history.html;h=d345313bd8769179e831506c7180d3e35d220222;hb=53f7b40841432dec27fcbb0772dc4adb11d9cda7;hp=bacb711e751f2ee48dc37eb694f419b43a40ea9b;hpb=7cb7319070a0404cfe7add38214b4c30c018edf8;p=kivitendo-erp.git diff --git a/templates/webpages/common/search_history.html b/templates/webpages/common/search_history.html index bacb711e7..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 term you are 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); + }); + //--> +