X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustom_data_export%2Flist.html;fp=templates%2Fwebpages%2Fcustom_data_export%2Flist.html;h=7e22b4ef6e54d016ea5c46d8ccdafd75d01343ac;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=0000000000000000000000000000000000000000;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/templates/webpages/custom_data_export/list.html b/templates/webpages/custom_data_export/list.html new file mode 100644 index 000000000..7e22b4ef6 --- /dev/null +++ b/templates/webpages/custom_data_export/list.html @@ -0,0 +1,30 @@ +[% USE HTML %][% USE L %][% USE LxERP %] + +

[% FORM.title %]

+ +[%- INCLUDE 'common/flash.html' %] + +[% IF !SELF.queries.size %] +

+ [%- LxERP.t8("You do not have access to any custom data export.") %] +

+ +[%- ELSE %] + + + + + + + + + + [%- FOREACH query = SELF.queries %] + + + + + [%- END %] + +
[% LxERP.t8("Name") %][% LxERP.t8("Description") %]
[% L.link(SELF.url_for(action="export", id=query.id), query.name) %][% IF query.description %][% L.link(SELF.url_for(action="export", id=query.id), query.description) %][% END %]
+[%- END %]