X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Ftools%2Fviewlog.tmpl;h=fa99af260702e4c7e7d02ff1e84649f747f654cc;hb=b18ae6dee66f5bbba3d5d78ce6885a6d34cbcecd;hp=babc73216fb0b86bd7d245fca5e0b3354c0abfe8;hpb=49ba04d27242e500ab905821f20fe23445d3396d;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl index babc73216f..fa99af2607 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl @@ -1,5 +1,12 @@ -Koha › Tools › Logs + + Koha › Tools › + <!-- TMPL_IF NAME="do_it" --> + Logs › Results + <!-- TMPL_ELSE --> + Logs + <!-- /TMPL_IF --> + @@ -7,182 +14,206 @@ - +
- -
-
-
- -

Browse system logs

- -
- -
- Additional parameters -

- " /> - /lib/calendar/cal.gif" border="0" alt="Show Calendar" id="openCalendarFrom" style="cursor: pointer;" /> - " /> - /lib/calendar/cal.gif" id="openCalendarTo" alt="Show Calendar" style="cursor: pointer;" border="0" /> - -

+ // return true if the date is blocked. + function disable_from(date) {var limit = get_Calendar_limit(date,'to' ); return (limit && limit < date);} + function disable_to (date) {var limit = get_Calendar_limit(date,'from'); return (limit && limit > date);} -

Export

-

-

-

- - - into an application - - - " /> - -

-
- - -

- - lines found. - - No log found. - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DateLibrarianModuleActionObjectInfo
- - - - " /> - - - - - - " /> - - " /> -
- " title="display detail for this librarian."> - - - - - " title="display detail for this member." title="Display member details."> - member - - - - " title="display detail for this member." title="Display member details."> - member - - - - " title="Display detail for this biblio">biblio - - - "> - - - - - - - - - - - " title="Display detail for this biblio">biblio - - - -
-
-
-
-
- -
-
+ Calendar.setup({ + inputField : "from", + ifFormat : "", + button : "openCalendarFrom", + disableFunc : disable_from, + dateStatusFunc : disable_from + }); + Calendar.setup({ + inputField : "to", + ifFormat : "", + button : "openCalendarTo", + disableFunc : disable_to, + dateStatusFunc : disable_to + }); + //]]> + +
+ + + +
+ Output +
    +
  1. + +
  2. +
  3. + + + + + + + --> + " /> +
  4. +
+
+
+ + +
+ + +

lines found.

+ + + + + + + + + + + + + + + + + + + +
DateLibrarianModuleActionObjectInfo
+ " title="display detail for this librarian."> + + + " title="Display member details."> member + + + " title="Display member details."> + + member + + + + + + &biblionumber=&bi=#item">Item + + " title="Display detail for this biblio">biblio + + + + "> + + + + + + + + + " title="Display detail for this biblio">biblio + + + +
+ +
+ No log found + + for ">Bibliographic Record + + + for "> () + + . +
+ + + +
+ +
+ + + + + + + + + +
+