Ignore:
Timestamp:
2015-05-19T12:02:13+12:00 (9 years ago)
Author:
davidb
Message:

Graphics Equalizer not on by default. Better name for Game On now used in dlfm interface_name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/respooled/collect/popup-video-respooled/transform/pages/document.xsl

    r29898 r29901  
    715715
    716716    <gsf:style >
     717      #grapheqControlL {
     718        display: none;
     719      }
     720
     721      #grapheqControlR {
     722        display: none;
     723      }
     724
    717725      .control {
    718726        padding: 5px;
     
    16191627    <div class="analysis-bar">
    16201628      <div id="analysis-titlebar" style="background-image: none; background-color: #2E52A4; width: 97%; float: left; margin-bottom: 10px;">
    1621       Game On
     1629
     1630    <xsl:choose>
     1631          <xsl:when test="$interface_name='dlfm'">
     1632        Music Notes Visualizer
     1633      </xsl:when>
     1634      <xsl:otherwise>
     1635        Game On
     1636      </xsl:otherwise>
     1637    </xsl:choose>
    16221638      </div>
    16231639
Note: See TracChangeset for help on using the changeset viewer.