Skip to content

Commit

Permalink
Item9495: potential fix for action button misalignment on IE8; added …
Browse files Browse the repository at this point in the history
…"no members" default text when group does not have any members

git-svn-id: http://svn.foswiki.org/trunk@8606 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Aug 19, 2010
1 parent c63e2bc commit 439f640
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions core/data/Main/GroupViewTemplate.txt
Expand Up @@ -28,6 +28,7 @@
%GROUPINFO{"%groupname%"
format="$percntIF{\"not istopic '$wikiname'\" then=\"<nop>\"}$percnt$wikiname"
separator=", "
zeroresults="%MAKETEXT{"no members"}%"
}%<!-- list of members// -->
%INCLUDE{"%WEB%.%TOPIC%"
section="%IF{
Expand Down Expand Up @@ -75,13 +76,13 @@
<div class="%IF{"'%twistyalign%' != 'left'" then="foswikiRight"}%">
%TWISTYBUTTON{
id="%groupname%_add"
link=" <img src='%ICONURLPATH{"useradd"}%' alt='%MAKETEXT{"Add user..."}%' title='%MAKETEXT{"Add user..."}%' />"
}%%TWISTYBUTTON{
link="<img src='%ICONURLPATH{"useradd"}%' alt='%MAKETEXT{"Add user..."}%' title='%MAKETEXT{"Add user..."}%' />"
}% %TWISTYBUTTON{
id="%groupname%_remove"
link=" <img src='%ICONURLPATH{"userdelete"}%' alt='%MAKETEXT{"Remove user..."}%' title='%MAKETEXT{"Remove user..."}%' />"
link="<img src='%ICONURLPATH{"userdelete"}%' alt='%MAKETEXT{"Remove user..."}%' title='%MAKETEXT{"Remove user..."}%' />"
}%
<p class="foswikiClear" />
</div>
%CLEAR%
%INCLUDE{"%WEB%.%TOPIC%"
section="%IF{"
not istopic '%USERSWEB%.%groupname%' OR (
Expand Down

0 comments on commit 439f640

Please sign in to comment.