Announcement

Collapse
No announcement yet.

Change tables font size, theme creation and hooks,

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

  • #2
    Hi


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

    available hooks: afterSave, beforeSave, afterRemove, beforeRemove

    Comment


    • #3
      Originally posted by yurikuzn View Post
      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


      • #4
        up! please your help!

        Comment


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

          Comment

          Working...
          X