Reason: adaptation
Description: would you consider producing documentation on how to add a page or
menu item to the user side control panel.
I have tried simply duplicating code in
/opt/ovz-web-panel/app/views/layouts/admin.html.erb example:
cls: 'menu-item',
text: '<%= tjs('admin.menu.help.support') %>',
href: '<%= escape_javascript(AppConfig.help.support_url) %>',
icon: '<%= image_path 'bug.png' %>',
leaf: true
however this stops the panel from loading, I have also tried to add a folder in
/app/views/admin/ and placed a basic html file in it however it simply
redirects back to dashboard when attempting to access it.
It would really help in making slight modifications/ improvements without
having to pull apart the code in great detail.
Original issue reported on code.google.com by backtog...@gmail.com on 30 Jan 2014 at 8:50
Original issue reported on code.google.com by
backtog...@gmail.com
on 30 Jan 2014 at 8:50