X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/shops/list.html diff --git a/templates/webpages/shops/list.html b/templates/webpages/shops/list.html new file mode 100644 index 000000000..6ea62b411 --- /dev/null +++ b/templates/webpages/shops/list.html @@ -0,0 +1,31 @@ +[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%][%- INCLUDE 'common/flash.html' %] + +

[% title %]

+ +

+ + + + + + + + + + + + [%- FOREACH shop = SHOPS %] + + + + + + + [%- END %] + +
[ LxERP.t8('reorder item') %][% 'Description' | $T8 %][% 'Type' | $T8 %][% 'Obsolete' | $T8 %]
[ LxERP.t8('reorder item') %][% HTML.escape(shop.description) %][% HTML.escape(shop.connector) %][% HTML.escape(shop.obsolete) %]
+

+ +
+ +[% L.sortable_element('#shop_list tbody', url=SELF.url_for(action='reorder'), with='shop_id') %]