Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-961

Add ability to select view for client interface per company

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Blocker
    • Resolution: Fixed
    • Affects Version/s: 3.0.0
    • Fix Version/s: 3.2.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      Add a new section [Settings] > [Company] called [Look and Feel]. This section should have the following items:

      [Themes]
      [View Template]
      [Custom Content] - CORE-828

      [Settings] > [Company] > [General] > [Themes] should be moved to [Settings] > [Company] > [Look and Feel] > [Themes].

      [View Template] should have an option to select the client view (auto-detect from reading file system in /app/views/client/*).

      Each view should have a config.json file that contains:

      {
      "version": "1.0.0",
      "name": "View template name",
      "description": "Description of view template",
      "authors": [

      { "name": "Phillips Data, Inc.", "url": "http://www.blesta.com" }

      ],
      "require":

      { "blesta": ">=3.1.0" }

      }

        Issue Links

          Activity

          Hide
          tyson Tyson Phillips (Inactive) added a comment -

          Default theme is hard-coded in AppController, the AdminTheme, and the ClientTheme controllers.

          Show
          tyson Tyson Phillips (Inactive) added a comment - Default theme is hard-coded in AppController, the AdminTheme, and the ClientTheme controllers.

            People

            • Assignee:
              cody Cody Phillips (Inactive)
              Reporter:
              cody Cody Phillips (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:
                Fix Release Date:
                23/Apr/14

                Agile