Change tables font size, theme creation and hooks,

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jorgeyoma
    Member
    • Mar 2016
    • 46

    Change tables font size, theme creation and hooks,

    Hi.
    I want to change the font size of the tables that list accounts and contacts, setting them to <small>. ¿which files should I change?.

    By the way, is it possible to create a theme?

    I saw there is a hook folder, is there a list of this hooks?

    Thanks!
  • yuri
    Member
    • Mar 2014
    • 8438

    #2
    Hi


    You can create themes. Search by 'theme' keyword and replicate existing theme.

    available hooks: afterSave, beforeSave, afterRemove, beforeRemove

    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • jorgeyoma
      Member
      • Mar 2016
      • 46

      #3
      Originally posted by yurikuzn
      Hi


      You can create themes. Search by 'theme' keyword and replicate existing theme.

      available hooks: afterSave, beforeSave, afterRemove, beforeRemove
      Hi.
      I copied the applicatino/Espo/Resources/metadata/themes/Espo.json to Negocia.json:
      {
      "stylesheet": "client/css/negocia.css",
      "dashboardCellHeight": 155,
      "dashboardCellMargin": 19
      }

      I copied espo.css to negocia.css.

      But when I try to select the Negocia Theme on the Preference or Admin it doesn't appear.

      Comment

      • jorgeyoma
        Member
        • Mar 2016
        • 46

        #4
        up! please your help!

        Comment

        • pluscrm
          Junior Member
          • Aug 2016
          • 5

          #5
          Did you clear the cache? ( Administration > Clear cache ) + Browser cache.

          Comment

          Working...