Fix background color on device keys and call center agent widgets
This commit is contained in:
parent
b01bf7d08c
commit
264c652db9
|
|
@ -427,6 +427,8 @@
|
|||
$token = $object->create('/app/devices/resources/dashboard/device_keys.php');
|
||||
|
||||
//show the content
|
||||
echo "<div class='hud_box' style='".(!empty($row['dashboard_background_color']) ? 'padding: 0 5px;' : 'background: none; border: none; box-shadow: none;')."'>";
|
||||
|
||||
echo "<div class='action_bar sub'>\n";
|
||||
echo " <div class='heading'><b>".$text['title-device_keys']."</b></div>\n";
|
||||
echo " <div class='actions'>\n";
|
||||
|
|
@ -623,6 +625,8 @@
|
|||
}
|
||||
echo "</table>\n";
|
||||
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
|
||||
echo "</form>";
|
||||
echo "</form>\n";
|
||||
|
||||
echo "</div>\n";
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue