Turn on tags for categories

This commit is contained in:
Nathan Gray 2016-02-22 17:49:36 +00:00
parent b65cafc07b
commit 59764b8636
2 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@
<rows>
<row valign="top">
<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%">
<columns>
<column width="80"/>

View File

@ -83,9 +83,9 @@
</row>
</rows>
</grid>
<vbox align="right" width="100%">
<vbox align="right" width="100%" height="240">
<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>
</hbox>
</template>