I finally found some time to add new stuff on the unpronounceable plugin, and thanks to some new contributors more are to come (thanks JeremyB
. Here is the list of change:
- As I mentioned in my previous post, I add a new config field named ‘show‘ for the admin generator. I guess the meaning of this new option is quite obvious, isn’t it? It adds the possibility to simply view one object details without editing it. It currently shows the list of fields like it is for the ‘edit’ view, meaning with a tab interface.

- UI improvements (done by jeremyb): as you can see in the 2 screenshots below there are many improvements such as the new ‘reset’ button next to the filter button, the sort arrows, new css styles for object actions, new pager view and finally the batch action select box is now also supporting the theme roller
The top part looks like this:

…and the bottom part:

the edit view:

The current code is available in github only. It is not yet ready for a new plugin release, we are still missing some key elements.
I want to add an action (along side show etc…) for one single module. (I want to add a button in the equipment list to open the add form for events with the system/equipment/location fields filled in using the link) Can you tell me where this should be done and whether there is skeleton code in the jrolleradmin plugin to facilitate this..
As far I understand ur question, you have to add an action in the actions.class.php to do whatever u want, on the template side to add a button u can either put it in ur generator.yml if u want to put ur button in a standard place (actions, object_actions) or u can copy one partial from the cache to add ur html code. Not sure I am clear enough…