mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Do not allow more than one row for categories-taglist in calendar edit
This commit is contained in:
parent
b9b664ffb9
commit
bb22925e3e
@ -229,7 +229,7 @@
|
||||
<label for="location" value="Location"/>
|
||||
<textbox id="location" maxlength="255" class="et2_fullWidth" span="2"/>
|
||||
<description/>
|
||||
<taglist-cat id="category" height="190" empty_label="Categories" multiple="toggle" class="et2_fullWidth" />
|
||||
<taglist-cat id="category" height="190" empty_label="Categories" multiple="toggle" class="et2_fullWidth" rows="1" />
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" span="all" tab_height="260">
|
||||
|
Loading…
Reference in New Issue
Block a user