Change column "Administrator" for "Superuser" in users list

FEA: ItEr76S30PermissionsEnhancements
This commit is contained in:
Manuel Rego Casasnovas 2012-06-19 13:10:23 +02:00
parent 41ba7fcdcb
commit 4dee1ced71

View file

@ -26,7 +26,7 @@
<columns sizable="true">
<newdatasortablecolumn label="${i18n:_('Username')}" sort="auto(loginName)" />
<newdatasortablecolumn label="${i18n:_('Disabled')}" />
<newdatasortablecolumn label="${i18n:_('Administrator')}" />
<newdatasortablecolumn label="${i18n:_('Superuser')}" />
<newdatasortablecolumn label="${i18n:_('Authentication type')}" />
<newdatasortablecolumn label="${i18n:_('Bound resource')}" />
<newdatasortablecolumn label="${i18n:_('Actions')}" />