X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Ftools%2Fexport.tt;h=798ab83105e1cf0552bb20f7a69f83e899cf95c8;hb=bbcb1d784b38d129a5fa41aa9f3dc7b798c25c9c;hp=635e0f8b843a8e824237a14023b231e6c75d1360;hpb=3f12a40af69f461098048ffc6f1ccb600e955972;p=koha-ffzg.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt index 635e0f8b84..798ab83105 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt @@ -26,6 +26,12 @@ $(document).ready(function() {

@@ -185,6 +191,58 @@ $(document).ready(function() {

+[% IF ( allow_db_export ) %] +
+
+

Note : This export file will be very large, and is generated nightly.

+
+ Choose a file + [% IF ( dbfiles && (dbfiles.size > 0) ) %] +
    + [% FOREACH dbfile IN dbfiles %] +
  • [% dbfile %]
  • + [% END %] +
+ [% ELSE %] +

Unfortunately, no backups are available.

+ [% END %] +
+ + [% IF ( dbfiles && (dbfiles.size > 0) ) %] + + +
+ [% END %] +
+
+[% END %] + +[% IF ( allow_conf_export ) %] +
+
+

Note : This export file will be very large, and is generated nightly.

+
+ Choose a file + [% IF ( conffiles && (conffiles.size > 0) ) %] +
    + [% FOREACH conffile IN conffiles %] +
  • [% conffile %]
  • + [% END %] +
+ [% ELSE %] +

Unfortunately, no backups are available.

+ [% END %] +
+ + [% IF ( conffiles && (conffiles.size > 0) ) %] + + +
+ [% END %] +
+
+[% END %] +