Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • schmidej Friend
    #135598

    Hi All,

    I need to change the User Tool Color selection Tooltip from ´default color´ ´green´ ´´blue´ etc to another language.

    What´s the best way to achieve this. Template i use is Drimia

    Sherlock Friend
    #280118

    HI schmidej !
    Please open ja_templatetools.php file in templatesja_drimia folder , find following code section at about line 110 :


    <?php
    foreach ($this->_ja_color_themes as $ja_color_theme) {
    echo "
    <li><img style="cursor: pointer;" src="".$this->templateurl()."/images/".$ja_color_theme.( ($this->getParam(JA_TOOL_COLOR)==$ja_color_theme) ? "-hilite" : "" ).".".$imgext."" title="".$ja_color_theme." color" alt="".$ja_color_theme." color" id="ja-tool-".$ja_color_theme."color" onclick="switchTool('".$this->template."_".JA_TOOL_COLOR."','$ja_color_theme');return false;" /></li>
    ";
    } ?>

    this is code for display color tools , text for hover is red text, you need change it.

    Sherlock Friend
    #280119

    HI schmidej !
    Please open ja_templatetools.php file in templatesja_drimia folder , find following code section at about line 110 :


    <?php
    foreach ($this->_ja_color_themes as $ja_color_theme) {
    echo "
    <li><img style="cursor: pointer;" src="".$this->templateurl()."/images/".$ja_color_theme.( ($this->getParam(JA_TOOL_COLOR)==$ja_color_theme) ? "-hilite" : "" ).".".$imgext."" title="".$ja_color_theme." color" alt="".$ja_color_theme." color" id="ja-tool-".$ja_color_theme."color" onclick="switchTool('".$this->template."_".JA_TOOL_COLOR."','$ja_color_theme');return false;" /></li>
    ";
    } ?>

    this is code for display color tools , text for hover is red text, you need change it.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Sherlock 15 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum