I’m now developing a component for Joomla 1.5. I want to update the header part in the component menu for specfic actions like New/Edit/Add/Save, etc. How can I do that?
I’m attaching screenshots to make things more clear.
Component header part I want to change/update

This is exactly the updating I meant

You need to modify the view.html.php under the specific component .
Then make a function and call it : initTitle()
if you want to add new buttons :