X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Freports%2Fdictionary.tt;h=30e83f8f6b13553fb6fedaaffc9ed39d2b5d9733;hb=0de41be96a128455c9eb295934c4b0a0e6be3e10;hp=c21af0d68dbb2ea16d7670f7680a7d2b1c3fcc74;hpb=bb6658c2e680d615bccd6d5d2f4c971035a44ea1;p=koha-ffzg.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt index c21af0d68d..30e83f8f6b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt @@ -1,9 +1,10 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Reports › Guided reports › Dictionary +Dictionary › Guided reports › Reports › Koha [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'calendar.inc' %] - + + [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %] @@ -15,27 +16,90 @@ [%- CASE 'PAT' -%]Patrons [%- CASE 'ACQ' -%]Acquisitions [%- CASE 'ACC' -%]Accounts + [%- CASE 'SER' -%]Serials [%- END -%] [%- END -%] - + -
+
+
+
+
-
-
-
[% IF ( start_dictionary ) %] [% END %]

Dictionary

@@ -52,9 +116,9 @@ [% FOREACH area IN areas %] [%- IF ( area.selected ) -%] - + [%- ELSE -%] - + [%- END -%] [% END %] @@ -62,32 +126,30 @@ [% END %]
- - - - - - - - - [% FOREACH definition IN definitions %] - [% UNLESS ( loop.odd ) %] - - [% ELSE %] - - [% END %] - - - - - - - [% END %] -
NameDescriptionAreaDefinition 
[% definition.name %][% definition.description %][% definition.areaname %][% definition.saved_sql %]
- - - -
+ + + + + + + + + [% FOREACH definition IN definitions %] + + + + + + + + [% END %] +
NameDescriptionAreaDefinitionAction
[% definition.name | html %][% definition.description | html %][% definition.areaname | html %][% definition.saved_sql | html %]
+ + + +
+ [% ELSE %] +
There are no saved definitions. Add a definition to the dictionary.
[% END %] [% END %] @@ -118,11 +180,11 @@
  1. - - - + +
  2. @@ -137,9 +199,9 @@
    Step 3 of 5: Choose a column - - - + + + - - - + + + + [% FOREACH column IN columns %] - -
    1. Column: [% column.name %]
    2. + +
      1. Column: [% column.name | html %]
      2. [% IF ( column.distinct ) %] -
      3. +
      4. [% END %] [% IF ( column.date ) %]
      5. - + - +
      6. Start of date range - +
        [% INCLUDE 'date-format.inc' %]
        End of date range - +
        [% INCLUDE 'date-format.inc' %]
      7. [% END %] [% IF ( column.text ) %] -
      8. +
      9. [% END %] [% END %] @@ -220,10 +282,10 @@ [% IF ( step_5 ) %] - - - - + + + +

        Add new definition

        @@ -231,10 +293,10 @@ Step 5 of 5: Confirm details
        1. - Name:[%- definition_name -%] + Name:[%- definition_name | html -%]
        2. - Description:[%- definition_description -%] + Description:[%- definition_description | html -%]
        3. Area:[%- PROCESS area_name area=area -%] @@ -248,8 +310,8 @@ [%- FOREACH criteria_loo IN criteria_loop -%] - [%- criteria_loo.name -%] - [%- criteria_loo.value -%] + [%- criteria_loo.name | html -%] + [%- criteria_loo.value | html -%] [%- END -%] @@ -257,16 +319,42 @@
    -
    +
    [% END %] -
-
-
-[% INCLUDE 'guided-reports-view.inc' %] -
-
+ +
+
+ +
+ +
+
+ +[% MACRO jsinclude BLOCK %] + [% INCLUDE 'calendar.inc' %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %]