[ 
http://www.jahia.net/jira/browse/JAHIA-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35874#action_35874
 ] 

Romain Felden commented on JAHIA-3690:
--------------------------------------

Added a link to add content in a container list and removed the add item from 
the container list action menu when this link is displayed.
There are still some glitches, especially concerning boxes, where the html 
structure should be far simpler (see files box for instance) and not just 
reusing the container tag logic (something more like the navigation menu for 
instance).

We should surely think of a little refactoring to avoid things like this :
<ul>
   <div>
      <li>
         <a>a file</a>
      </li>
      <div>action menu</div>
   </div>
   <div>
      <li>
         <a>another file</a>
      </li>
      <div>action menu</div>
   </div>
</ul>

> Action menu: we should better seperate the Add new item from the ctnlist 
> properties
> -----------------------------------------------------------------------------------
>
>                 Key: JAHIA-3690
>                 URL: http://www.jahia.net/jira/browse/JAHIA-3690
>             Project: Jahia Web Content Management Server (WCMS)
>          Issue Type: Bug
>          Components: AJAX
>    Affects Versions: WCM 6.0 (Andromeda)
>         Environment: 22990
>            Reporter: Stephane Croisier
>            Assignee: Romain Felden
>            Priority: Major
>             Fix For: WCM 6.0 (Andromeda)
>
>          Time Spent: 4 hours
>  Remaining Estimate: 0 minutes
>
> We should check how we could better separate (or create another new tag) in 
> order to better split the: Add new container (which was origingally in full 
> text and was directly opening the add new container engine) and the ctnlist 
> properties.
> Currently there is quite a lot of confusion in the labels, positionning, 
> etc... of such "Ctnlist Properties" action menu which are mixing the "add 
> new" and the "properties".
> This is even worst in the case of singlectnlist or singlemandatorycntlist as 
> we have some "add new" action menu when in fact we can only access to the 
> ctnlist settings.
> Clearly we need to redo (in taglib, not scriptlet) the direct add new 
> container launcher which was present on corpv1 and corpv2 sets of templates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.jahia.net/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
jira_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/jira_list

Reply via email to