Results 392 comments of Chris Brown

The datatables script is quite mature and very flexible. I've used it on some projects unrelated to Zen Cart. It was easy to implement. I later removed it in favor...

This may be lighter weight: https://gridjs.io

I share a similar concern. We could go either way. There's strong argument for avoiding use of functions that generate opinionated HTML (not just buttons). A change of CSS platforms,...

@scottcwilson why the drive for mass exodus from zen_image_submit? and zen_image_button?

> I think the buttons should look consistent across the admin. It just looks weird that the heavily used screens like Orders have modern attractive CSS buttons, and the seldom...

> Can't we rewrite the button functions? > Replacing the new hardcoded buttons with a new function is not that much work. If there are no ugly side-effects to that,...

@Zen4All - should run `zen_output_string_protected` on all the strings that you receive, instead of outputting directly. - I'm a bit reluctant to name the function after a vendor-specific package. How...

One could also pass their extra class strings "in" the $class parameter, since they'll just be appended to the button class.

Scott, is your query admin-specific? eg, unrelated to storefront?