mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 02:46:30 +00:00
Submit button also placed at top; reordered to right margin, too.
This commit is contained in:
@@ -114,7 +114,7 @@ else {
|
||||
$strlist .= "<tr>";
|
||||
$strlist .= "<td class='".$row_style[$c]."' align=\"left\" class='' nowrap> $group_name </td>\n";
|
||||
//$strlist .= "<td class='".$row_style[$c]."' align=\"left\" class='' nowrap> $group_protected </td>\n";
|
||||
$strlist .= " <td class='".$row_style[$c]."' align=\"left\" nowrap='nowrap' nowrap>\n";
|
||||
$strlist .= " <td class='".$row_style[$c]."' style=\"padding: 0px;\" align=\"left\" nowrap='nowrap' nowrap>\n";
|
||||
if ($group_protected == "true") {
|
||||
$strlist .= " <input type='checkbox' name='group_protected' checked='checked' value='true' onchange=\"window.location='".PROJECT_PATH."/core/users/groups.php?change=false&group_name=".$group_name."';\">\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user