Call Block - Add: Minor visual adjustments.

This commit is contained in:
Nate 2020-01-11 21:14:45 -07:00
parent 467a40a335
commit 3547fc8be8
1 changed files with 5 additions and 5 deletions

View File

@ -401,7 +401,7 @@
echo " </optgroup>\n";
}
}
echo " </select>\n";
echo " </select>";
}
call_block_action_select();
echo "<br />\n";
@ -512,7 +512,7 @@
echo " <option value='".urlencode($row["extension_uuid"])."' ".$selected.">".escape($row['extension'])." ".escape($row['description'])."</option>\n";
}
}
echo " </select>\n";
echo " </select>";
}
call_block_action_select(true);
echo button::create(['type'=>'button','label'=>$text['button-block'],'icon'=>'ban','collapse'=>'hide-xs','onclick'=>"if (confirm('".$text['confirm-block']."')) { list_form_submit('form_list'); } else { this.blur(); return false; }"]);