mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 09:48:05 +02:00
categoris page html tweak
This commit is contained in:
parent
2f2e458ab2
commit
c6c1840073
1 changed files with 1 additions and 3 deletions
|
@ -8,11 +8,9 @@
|
||||||
<ol class="crm-catmap">
|
<ol class="crm-catmap">
|
||||||
<li ng-repeat="(idx, row) in $ctrl.catmap">
|
<li ng-repeat="(idx, row) in $ctrl.catmap">
|
||||||
<div class="group-input-wrapper">
|
<div class="group-input-wrapper">
|
||||||
<label crm-ui-for="group{{idx}}">Group</label>
|
|
||||||
<select
|
<select
|
||||||
crm-ui-id="group{{idx}}"
|
|
||||||
ng-if="row.groupID === '' || row.groupID > 0"
|
ng-if="row.groupID === '' || row.groupID > 0"
|
||||||
crm-ui-select="{placeholder:'Select group',allowClear:false}"
|
crm-ui-select="{placeholder:'Select group',allowClear:false,label:'Group'}"
|
||||||
ng-model="$ctrl.catmap[idx].groupID"
|
ng-model="$ctrl.catmap[idx].groupID"
|
||||||
style="width: 18rem"
|
style="width: 18rem"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue