ce-v3-www
ce-v3-www copied to clipboard
Some panels inside "user-action-info" display correctly, but there is no close button.
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.
Yes. Please post them here in our Github repo.