Re: Re: NBSPs in template i18n resources

"Dirk Frederickx" <[email protected]> Mon, 20 Aug 2007 08:00:53 +0200
Newsgroups gmane.comp.java.jspwiki.user
Message-ID <[email protected]>
Hi Muray,

I'd prefer to keep the names of the images unchanged, as I am just
using straight copies from the free-to-use Silk icons
(http://www.famfamfam.com/lab/icons/silk/)

The names of the css classes, though, are clearly indicating the
semantics of it.

dirk

On 8/20/07, Murray Altheim <[email protected]> wrote:
> Dirk Frederickx wrote:
> > Murray,
> >
> > I assume we can fix that in the css too. With a white space:nowrap
> > which make sense for all .actions.
> >
> > I'll take this in the next commit.
>
> Thanks -- also, could we rename the images
>
>    #user .username.anonymous {
>        background:url(images/user.png)  2px 2px no-repeat;
>    }
>    #user .username.asserted {
>        background:url(images/user_orange.png) 2px 2px no-repeat;
>    }
>    #user .username.authenticated {
>        background:url(images/user_green.png)  2px 2px no-repeat;
>    }
>
> to names indicative of their status, rather than colour?
>
>    #user .username.anonymous {
>        background:url(images/user-anonymous.png)  2px 2px no-repeat;
>    }
>    #user .username.asserted {
>        background:url(images/user_asserted.png) 2px 2px no-repeat;
>    }
>    #user .username.authenticated {
>        background:url(images/user_authenticated.png)  2px 2px no-repeat;
>    }
>
> (or perhaps 'user-anon.png', 'user_assert.png' and 'user_auth.png' if
> there's any desire for shorter names.)
>
> Murray
>
> ...........................................................................
> Murray Altheim <murray07 at altheim.com>                           ===  = =
> http://www.altheim.com/murray/                                     = =  ===
> SGML Grease Monkey, Banjo Player, Wantanabe Zen Monk               = =  = =
>
>        Boundless wind and moon - the eye within eyes,
>        Inexhaustible heaven and earth - the light beyond light,
>        The willow dark, the flower bright - ten thousand houses,
>        Knock at any door - there's one who will respond.
>                                        -- The Blue Cliff Record
> _______________________________________________
> This is the Jspwiki-users mailing list, in which we discuss the
> stable release (even-numbered, 2.4.x, 2.6.x), and user-issues.
> For development discussion, please join jspwiki-dev.
> http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
> http://www.jspwiki.org/JSPWikiMailingList
>