Quote:
Originally Posted by SnowBot
On custom skins the button does not look right, see screenshot
Also when editing a link the button says "Edit" Shouldnt that button say "Save"? One last thing maybe useful, when editing a link their is no option to change it from a stand alone to a dropdown link.
|
Edit the navbar template
Find:
PHP Code:
<td id="custom_links" class="vbmenu_control">
Replace with
PHP Code:
<td id="custom_links" class="element_control_nav">
Open the xml in an editor.
Find:
PHP Code:
<td class='vbmenu_control'>
Replace with
PHP Code:
<td class='element_control_nav'>