|
@@ -2639,8 +2639,8 @@ function tree_callback__show_item_from_CRM_LISTA_ZASOBOW( &$r, &$tree ) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
- if(($r->minOccurs!=1)or ($r->maxOccurs!=1)) echo '(min:'.$r->minOccurs."/max:".$r->maxOccurs.")";
|
|
|
|
|
- else echo "(min:1/max:1)";
|
|
|
|
|
|
|
+ if(($r->minOccurs!=1)or ($r->maxOccurs!=1)) echo '('.$r->minOccurs."/".$r->maxOccurs.")";
|
|
|
|
|
+ else echo "(1)";
|
|
|
|
|
|
|
|
echo'<span class="desc">';
|
|
echo'<span class="desc">';
|
|
|
if ($r->ALIAS_ID > 0) {
|
|
if ($r->ALIAS_ID > 0) {
|