We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2762
    • 1,198 Posts
    In manager/actions/welcome.static.php the size of hometblink icons (icons in the manager dashboard) are fixed to 32x32px

    // setup icons
    if($modx->hasPermission('new_user')||$modx->hasPermission('edit_user')) {
        $icon = '<a class="hometblink" href="index.php?a=75"><img src="'.$_style['icons_security_large'].'" width="32" height="32" alt="'.$_lang['user_management_title'].'" /><br />'.$_lang['security'].'</a>';
        $modx->setPlaceholder('SecurityIcon',$icon);


    the size should be removed to allow better customization of welcome.html page in manager themes.
      Free MODx Graphic resources and Templates www.tattoocms.it
      -----------------------------------------------------

      MODx IT  www.modx.it
      -----------------------------------------------------

      bubuna.com - Web & Multimedia Design
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      And those files in assets/templates/manager should get moved into the theme folder; as it is they get overwritten with every upgrade. It takes a bit of search-and-replace to find and replace all the references to these files, but as I recall from doing it myself a year or so ago it wasn't really all that difficult.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 33014 ☆ A M B ☆
        • 1,231 Posts