SugarCRM header右边的菜单 增加 前进 后退

    \themes\ClassicSugar\header.html
   
    <a class="myAreaLink" href= "javascript:history.go(-1) "> 后退 |</a>
    <a class="myAreaLink" href= "javascript:history.go(1) "> 前进 |</a>
    <!-- BEGIN: global_control_links --> 在此代码上面加入

你可能感兴趣的:(header)