diff --git a/kallithea/public/css/contextbar.css b/kallithea/public/css/contextbar.css --- a/kallithea/public/css/contextbar.css +++ b/kallithea/public/css/contextbar.css @@ -13,7 +13,6 @@ i.icon-eye-open { background-image: url( i.icon-file { background-image: url("../images/icons/file.png"); } i.icon-file-txt { background-image: url("../images/icons/note_error.png"); } i.icon-git { background-image: url('../images/icons/giticon.png');} -i.icon-group { background-image: url("../images/icons/group_edit.png"); } i.icon-heart { background-image: url("../images/icons/heart_delete.png"); } i.icon-heart-empty { background-image: url("../images/icons/heart.png"); } i.icon-hg { background-image: url('../images/icons/hgicon.png');} diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -525,11 +525,6 @@ div.header img { background-position: 20px 9px; } -#header #header-inner #quick li ul li a.groups, -#header #header-inner #quick li ul li a.groups:hover { - background-image: url("../images/icons/group_edit.png"); -} - #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover { background-image: url("../images/icons/wrench.png"); diff --git a/kallithea/public/images/icons/group_edit.png b/kallithea/public/images/icons/group_edit.png deleted file mode 100644 index c88b945b0a8306c856a934c52546f62244af0e51..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@--> - + diff --git a/kallithea/templates/admin/user_groups/user_group_edit.html b/kallithea/templates/admin/user_groups/user_group_edit.html --- a/kallithea/templates/admin/user_groups/user_group_edit.html +++ b/kallithea/templates/admin/user_groups/user_group_edit.html @@ -32,7 +32,7 @@
  • - +
    ${c.user_group.users_group_name} diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -75,7 +75,7 @@
  • ${_('Repositories')}
  • ${_('Repository Groups')}
  • ${_('Users')}
  • -
  • ${_('User Groups')}
  • +
  • ${_('User Groups')}
  • ${_('Permissions')}
  • ${_('Authentication')}
  • ${_('Defaults')}
  • @@ -95,7 +95,7 @@
  • ${_('Repository Groups')}
  • %endif %if user_groups: -
  • ${_('User Groups')}
  • +
  • ${_('User Groups')}
  • %endif diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html +++ b/kallithea/templates/data_table/_dt_elements.html @@ -216,7 +216,7 @@ <%def name="user_group_name(user_group_id, user_group_name)">
    - ${user_group_name} + ${user_group_name}