Changeset 11051

Show
Ignore:
Timestamp:
01/21/11 14:54:29 (2 years ago)
Author:
mickecarlsson
Message:

Removed reference to amportal.conf in Music and Dashboard

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/dashboard/page.index.php

    r10970 r11051  
    353353        $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.')); 
    354354      } 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')); 
    356356      } 
    357357    } 
  • modules/branches/2.9/music/page.music.php

    r10455 r11051  
    480480      <option value=".1"><?php echo _("Volume 10%")?></option> 
    481481    </select> 
    482     <a href="#" class="info"><?php echo "&nbsp;"._("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 "&nbsp;"._("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> 
    483483<?php 
    484484  } else { // AMPMPG123