@@ -, +, @@ - The initial state of the page title and breadcrumbs menu should be "Tools > CSV profiles." - Click "New CSV profile." The page title and breadcrumbs should show "Tools > CSV profiles > New CSV profile." - Edit an existing CSV profile. The page title and breadcrumbs should show "Tools > CSV profiles > Modify a CSV profile." --- .../prog/en/modules/tools/csv-profiles.tt | 38 ++++++++++++++++++---- 1 file changed, 32 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -2,7 +2,16 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › CSV export profiles + + Koha › Tools › CSV profiles + [% IF op == 'add_form' %] + [% IF csv_profile %] + › Modify a CSV profile + [% ELSE %] + › New CSV profile + [% END %] + [% END %] + [% INCLUDE 'doc-head-close.inc' %] @@ -18,11 +27,28 @@
  • Tools
  • -
  • - - CSV export profiles - -
  • + [% IF op == 'add_form' %] +
  • + + CSV profiles + +
  • + [% IF csv_profile %] +
  • + Modify a CSV profile +
  • + [% ELSE %] +
  • + New CSV profile +
  • + [% END %] + [% ELSE %] +
  • + + CSV profiles + +
  • + [% END %] --