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=f356cd9b028b273acf38c9f27447728505ec0c5a;hpb=0cab6f2ef3f575b1e1dea496ae1bf4cf96815ab8;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 f356cd9b02..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. Choose: - - - - - -
        All datesORDate range
        - - - - - - - - - -
        Start of date range -
        [% INCLUDE 'date-format.inc' %]
        -
        End of date range - -
        [% INCLUDE 'date-format.inc' %]
        -
      6. +
      7. + + + + +
      8. +
      9. + Start of date range + +
        [% INCLUDE 'date-format.inc' %]
        + End of date range + +
        [% INCLUDE 'date-format.inc' %]
        +
      10. [% END %] [% IF ( column.text ) %] -
      11. +
      12. [% END %] [% END %] @@ -228,10 +282,10 @@ [% IF ( step_5 ) %] - - - - + + + +

        Add new definition

        @@ -239,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 -%] @@ -256,8 +310,8 @@ [%- FOREACH criteria_loo IN criteria_loop -%] - [%- criteria_loo.name -%] - [%- criteria_loo.value -%] + [%- criteria_loo.name | html -%] + [%- criteria_loo.value | html -%] [%- END -%] @@ -265,16 +319,42 @@
    -
    +
    [% END %] -
-
-
-[% INCLUDE 'guided-reports-view.inc' %] -
-
+ +
+
+ +
+ +
+
+ +[% MACRO jsinclude BLOCK %] + [% INCLUDE 'calendar.inc' %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %]