mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Turn on tags for categories
This commit is contained in:
parent
b65cafc07b
commit
59764b8636
@ -172,7 +172,7 @@
|
|||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<tree-cat id="cat_id_tree" options="13,,width:99%"/>
|
<tree-cat id="cat_id_tree" options="13,,width:99%"/>
|
||||||
<listbox type="select-cat" id="cat_id" rows="11"/>
|
<listbox type="select-cat" id="cat_id" rows="11" tags="true" empty_label="Category" width="100%"/>
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="80"/>
|
<column width="80"/>
|
||||||
|
@ -83,9 +83,9 @@
|
|||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<vbox align="right" width="100%">
|
<vbox align="right" width="100%" height="240">
|
||||||
<description for="category" value="Categories" class="row_on"/>
|
<description for="category" value="Categories" class="row_on"/>
|
||||||
<listbox type="select-cat" id="category" rows="9" />
|
<listbox type="select-cat" id="category" rows="9" tags="true" />
|
||||||
</vbox>
|
</vbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user