This is the kind of things that must be addressed in the future, a way
for Radiant extensions to tweak the admin UI without overwriting each other.

    Is this the objective of the "facets" branch (+ "shards" extension) ?

    /AITOR

On 10/11/07, Dominic <[EMAIL PROTECTED]> wrote:
>
> If you have the reorder and copy/move extension both installed one
> will override the others view, so you will have to combine the
> contents of the_node.rhtml files - to something like this:
>
>        <td class="duplicate-child"><%= link_to image('copy-
> move', :alt => 'CopyMove'), page_copy_move_url(:id => page) %></td>
>        <td class="reorder"><%= page.children.empty? ? '' : link_to
> (image('reorder', :alt => 'reorder children'),
> page_reorder_children_url(:id => page)) %></td>
>
>
>
> On 11 Oct 2007, at 17:02, Christian Billen wrote:
>
> > But according to the instruction i'm expecting some sort of copy
> > button by the add child, all I see is Add Child, Remove and Reorder
> > in my case.
>
> _______________________________________________
> Radiant mailing list
> Post:   [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to