X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fshop_part%2F_list_images.html;h=2fa6e882743e60fdeb3a6933390e16729ef7de96;hb=4faf9504bb12c69c31d7eff53ca8b350ad6893e7;hp=6c811b34683c843fe9e12480b55cb0b73fc23f1d;hpb=45c3c24a1f37a97b8fe2f73af72aad439b686381;p=kivitendo-erp.git diff --git a/templates/webpages/shop_part/_list_images.html b/templates/webpages/shop_part/_list_images.html index 6c811b346..2fa6e8827 100644 --- a/templates/webpages/shop_part/_list_images.html +++ b/templates/webpages/shop_part/_list_images.html @@ -1,27 +1,25 @@ [%- USE HTML %][%- USE L -%][%- USE P -%][%- USE LxERP -%] [%- USE T8 %][% USE Base64 %] -[%- USE Dumper %] - - - + + + - + [%- FOREACH img = IMAGES %] - [% # Dumper.dump_html(img) %] - + - +
[%- LxERP.t8('reorder item') %] [% 'Title' | $T8 %][% 'Description' | $T8 %][% 'Filename' | $T8 %][% 'Title' | $T8 %][% 'Description' | $T8 %][% 'Filename' | $T8 %] [% 'Orig. Size w/h' | $T8 %][% 'Action' | $T8 %][% 'Action' | $T8 %]
[%- LxERP.t8('reorder item') %] [%  img.file.title %][% HTML.escape(img.file.title) %][% HTML.escape(img.file.title) %] [% HTML.escape(img.file.description) %][% HTML.escape(img.file.file_name) %][% HTML.escape(img.file.file_name) %] [% HTML.escape(img.org_file_width) _ ' x ' _ HTML.escape(img.org_file_height) %] [% L.button_tag("kivi.File.delete_file(" _ img.file_id _ ", 'ShopPart/ajax_delete_file')", LxERP.t8('Delete'), confirm=LxERP.t8("Are you sure?")) %]