Changeset 11051
- Timestamp:
- 01/21/11 14:54:29 (2 years ago)
- Files:
-
- modules/branches/2.9/dashboard/page.index.php (modified) (1 diff)
- modules/branches/2.9/music/page.music.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/dashboard/page.index.php
r10970 r11051 353 353 $out .= draw_status_box(_("Op Panel"), "warn", _('FOP Operator Panel Server is not running, you will not be able to use the operator panel, but the system will run fine without it.')); 354 354 } else { 355 $out .= draw_status_box(_("Op Panel"), "disabled", _('FOP Operator Panel is disabled in amportal.conf'));355 $out .= draw_status_box(_("Op Panel"), "disabled", _('FOP Operator Panel is disabled in General Settings/Advanced Settings')); 356 356 } 357 357 } modules/branches/2.9/music/page.music.php
r10455 r11051 480 480 <option value=".1"><?php echo _("Volume 10%")?></option> 481 481 </select> 482 <a href="#" class="info"><?php echo " "._("Volume Adjustment")?><span> <?php echo _("The volume adjustment is a linear value. Since loudness is logarithmic, the linear level will be less of an adjustment. You should test out the installed music to assure it is at the correct volume. This feature will convert MP3 files to WAV files. If you do not have mpg123 installed, you can set the parameter: <strong> AMPMPG123=false</strong> in your amportal.conf file") ?></span></a>482 <a href="#" class="info"><?php echo " "._("Volume Adjustment")?><span> <?php echo _("The volume adjustment is a linear value. Since loudness is logarithmic, the linear level will be less of an adjustment. You should test out the installed music to assure it is at the correct volume. This feature will convert MP3 files to WAV files. If you do not have mpg123 installed, you can set the parameter: <strong>Convert Music Files to WAV</strong> to false in General Settings/Advanced Settings") ?></span></a> 483 483 <?php 484 484 } else { // AMPMPG123
