Make category owner a taglist selection

This commit is contained in:
Hadi Nategh 2018-06-08 16:43:38 +02:00
parent ce52dd10ad
commit 0d806be6fe

View File

@ -80,7 +80,7 @@
</row> </row>
<row> <row>
<description value="Category owner" for="owner"/> <description value="Category owner" for="owner"/>
<listbox statustext="Limit global category to members of a certain group" id="owner" needed="1" rows="3"/> <taglist statustext="Limit global category to members of a certain group" id="owner" needed="1" height="190" multiple="toggle" class="et2_fullWidth" rows="1" />
</row> </row>
<row disabled="!@last_mod"> <row disabled="!@last_mod">
<description value="Modified"/> <description value="Modified"/>
@ -98,5 +98,5 @@
</grid> </grid>
<template id="admin.categories.delete" class="globalCat_hiddenCatid"/> <template id="admin.categories.delete" class="globalCat_hiddenCatid"/>
</template> </template>
</overlay> </overlay>