mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Music on Hold: Style/layout tweaks.
Recordings: Updated to support new audio playback indicator. Show upload date/time (when not using base64). VM Messages: Updated to support new audio playback indicator. VM Greetings: Updated to support new audio playback indicator. CDR: Updated to support new audio playback indicator.
This commit is contained in:
@@ -738,6 +738,9 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||
echo $body_top_style;
|
||||
?>
|
||||
text-align: left;
|
||||
color: <?php echo ($_SESSION['theme']['body_text_color']['text'] != '') ? $_SESSION['theme']['body_text_color']['text'] : '#5f5f5f'; ?>;
|
||||
font-size: <?php echo ($_SESSION['theme']['body_text_size']['text'] != '') ? $_SESSION['theme']['body_text_size']['text'] : '12px'; ?>;
|
||||
font-family: <?php echo ($_SESSION['theme']['body_text_font']['text'] != '') ? $_SESSION['theme']['body_text_font']['text'] : 'arial'; ?>;
|
||||
}
|
||||
|
||||
/* default body padding */
|
||||
|
||||
Reference in New Issue
Block a user