View Issue Details

IDProjectCategoryView StatusLast Update
0007632OXID eShop B2B EditionB2B edition - subpublic2025-05-21 10:29
Reportermario_lorenz Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status confirmedResolutionopen 
Product Version7.0.0 
Summary0007632: use modal instead of JS-confirm
DescriptionUse the jConfirm-Method (source/dev-packages/b2b/Basket/assets/out/js/jquery.alerts.js)
also here:

in Method DeleteThisArticle & StornoThisArticle
* source/dev-packages/b2b/ServiceProducts/views/twig/templates/admin/service_order_article.html.twig
* source/dev-packages/b2b/ServiceProducts/views/smarty/templates/admin/service_order_article.tpl

and here (search for "return confirm"):
* source/dev-packages/b2b/ApprovalProcedure/views/smarty/templates/b2b_approval_procedure_overview.tpl
* source/dev-packages/b2b/ApprovalProcedure/views/twig/templates/b2b_approval_procedure_overview.html.twig

The goal is for all modals to be styleable in the end.
TagsB2B Edition

Activities

SvenBrunk

2025-05-21 10:29

manager   ~0017960

I talked with @mario_lorenz and this is purely a feature request to make it easier and more consistent to style. If every dialog would use the same basis, it would be a more consistent user interface.