ce-v3-www icon indicating copy to clipboard operation
ce-v3-www copied to clipboard

Some panels inside "user-action-info" display correctly, but there is no close button.

Open pguillem opened this issue 8 years ago • 1 comments

I have evaluated and solved this one...

The reason the close button is not displaying is that there is no <div class="add-close-info"></div> on the secondary panels inside the wizzard panel.

Since the "add-close-info" action is statically attached to the "wizzard-box-info" panel, adding the same div to the sub panels will close the wizzard below, but the upper panels will remain on display.

SOLUTION:

  • Modify go_user_main_ce.php
  • Modify go_user_panel1_ce.js
  • Modify go_user_ce.css

I have the mods if you want to use them... basically i added function "add-close-info2" to handle the close buttons for the overlay panels. I hope it helps.

pguillem avatar Jul 25 '16 05:07 pguillem

Yes. Please post them here in our Github repo.

demianb avatar Jul 28 '16 09:07 demianb