ytrstu / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

config.html in registration plugin (and maybe others) contains old jsp links instead of vm links #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the registration plugin (in trunk), the links inside of config.html point to 
the old jsp pages (no longer there) instead of the new vm links.. here is a 
snippet:

    <div id="leftmenu">
        <a href="/cms">Vosao</a> CMS
        <a href="/cms/pages.jsp">content</a>
        <a href="/cms/templates.jsp">templates</a>
        <a href="/cms/folders.jsp">resources</a>
        <a href="/cms/config.jsp">configuration</a>
        <a href="/cms/plugins">plugins</a>
        <a href="/cms/plugins/config.jsp">plugins.config</a>

Firstly, the links need to be fixed.. but the second thing I'm wondering is why 
is this HTML inside of every plugin? Shouldn't it be something generated by 
Vosao?

Original issue reported on code.google.com by roland.q...@gmail.com on 31 Jul 2010 at 2:05

GoogleCodeExporter commented 8 years ago
Plugin authors can customize their configuration page as ever they want.

Original comment by kinyelo@gmail.com on 31 Jul 2010 at 5:46

GoogleCodeExporter commented 8 years ago
Fixed. Extensions changed to *.vm

Original comment by kinyelo@gmail.com on 31 Jul 2010 at 6:43