Forum .LRN Q&A: UI for Portlet Names

Collapse
Posted by Rodrigo Proença on
I wrote a simple UI for  class/groups administrators manage Portlets Names.

Copy the files from https://openacs.org/storage/file?file_id=213754 to your /packages/dotlrn/www and call from the class/groups instance the file page element_list, this list the element_id, type of element, current name and page

If you want to use HTML tags like images in portlet names, just add a noquote on variable NAME in these files: (sample  using sloan-theme)
    /packages/new-portal/www/themes/sloan-theme.adp
  .....  <bold>@name;noquote@</bold>

    /packages/new-portal/www/render_styles/individual/render-element.adp
    .... <property name="name">@element.name;noquote@</property>

    I'll appreciate your comments

Collapse
2: Re: UI for Portlet Names (response to 1)
Posted by Malte Sussdorff on
Though it should be available in general to the Portal Interface, I added this as per your suggestion to .LRN and committed it on oacs-5-1 and released dotlrn-2.1.2d1.

Good work!