Changeset 9495


Ignore:
Timestamp:
31 Oct 2012, 22:33:20 (12 years ago)
Author:
Henrik Bettermann
Message:

nowrap does the trick.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/browser
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py

    r9494 r9495  
    480480        for site_role in site_roles:
    481481            role_title = dict(get_all_roles())[site_role].title
    482             site_roles_string += '%s, <br />' % role_title
    483         site_roles_string = site_roles_string.replace(', <br />','')
     482            site_roles_string += '%s <br />' % role_title
    484483        return site_roles_string
    485484
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/userscontainerpage.pt

    r8062 r9495  
    1313      <td tal:content="account/name">USERNAME</td>
    1414      <td tal:content="account/title">TITLE</td>
    15       <td tal:content="structure python:view.getSiteRoles(account)">SITE ROLES</td>
     15      <td nowrap tal:content="structure python:view.getSiteRoles(account)">SITE ROLES</td>
    1616      <td tal:content="structure python:view.getLocalRoles(account)">LOCAL ROLES</td>
    1717      <td class="text-right">
Note: See TracChangeset for help on using the changeset viewer.