collective / collective.cover

A sane, working, editor-friendly way of creating front pages and other composite pages. Working now, for mere mortals.
48 stars 55 forks source link

Tile Selection #67

Closed agnogueira closed 11 years ago

agnogueira commented 12 years ago

We need a better way to select which tile to use when adding a tile:

ca912d9e-567a-11e2-873e-4028d96f8b62

See the Tile Selection Mockup for more information.

hvelarde commented 12 years ago

@flecox please take a look on this and tell me how it could be implemented.

cleberjsantos commented 12 years ago

This is solved here: https://github.com/plone/plone.tiles/blob/master/plone/tiles/meta.py

then we have something like:


...
      <browser:resource name="plone.app.texttile.png" file="tile.png" />

...
     <plone:tile
...
         icon="++resource++plone.app.texttile.png"
...

Here an sample viewed: https://github.com/plone/plone.app.texttile/commit/8aac63a69c03d3514827f86a4d652c4bf6165432

hvelarde commented 12 years ago

that's really cool! :-)

agnogueira commented 11 years ago

I think we need this asap

hvelarde commented 11 years ago

@agnogueira please provide a new set of individual icons.

agnogueira commented 11 years ago

Icons uploaded here: https://github.com/collective/collective.cover/tree/master/src/collective/cover/static @ericof is working in this issue.

hvelarde commented 11 years ago

@ericof please wait until we discuss this with @runyaga

hvelarde commented 11 years ago

invalidated by #176