Wizard Progress List without the "Start" entry
Written by Paulo Vale on Friday, November 02, 2007Some templates in APEX adds a "Start" entry in the Wizard Progress List.
For people like me who develops applications in other language than English (in my case Portuguese) this is not good.
Like other things in APEX this "issue" is simple to resolve. Just go to Edit List Template. Then remove from the "Before List Entry" region the html code:
<div class="noncurrent"> Start</div>
And it's done!
0 comments: Responses to “ Wizard Progress List without the "Start" entry ”