Call Block - Add: Minor visual adjustments.
This commit is contained in:
parent
467a40a335
commit
3547fc8be8
|
|
@ -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; }"]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue