mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Minor fixes to HTML markup. (#2274)
call_flow_edit.php - fix: <script> tag output before html headers
This commit is contained in:
@@ -597,6 +597,7 @@ if (count($_POST) > 0 && $_POST["persistform"] != "1") {
|
||||
echo "<input type='hidden' name='action' id='action' value=''>\n";
|
||||
|
||||
echo "<table cellpadding='0' cellspacing='0' border='0' width='100%'>";
|
||||
echo "<tr>\n";
|
||||
echo "<td align='left' width='90%' valign='top' nowrap><b>".$text['header-user_edit']."</b></td>\n";
|
||||
echo "<td align='right' nowrap>\n";
|
||||
if (permission_exists('user_add') || permission_exists('user_edit')) {
|
||||
|
||||
Reference in New Issue
Block a user