Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/14/2016 in all areas

  1. i have forget about this thread . Micke your solution will add a unique title for all the support manager pages . take this one , and every page has it own titles . in client_tickets.php controller under this line : $this->set("string", $this->DataStructure->create("string")); add : $page_title = Language::_("ClientTickets." . Loader::fromCamelCase($this->action ? $this->action : "index") . ".page_title", true); $this->structure->set("page_title", $page_title); now every page has it own title . also is better to add a new phrase language in clients_tickets $lang['ClientTickets.departments.page_title'] = "Support Manager > Select Departement ";
    1 point
  2. Hello Micke. thanks for the reply . see my response in other thread for a better solution . waiting the staff for the other issue .
    1 point
  3. Tyson

    V3.6 Revenue Today Bug

    The received date issue is resolved in CORE-2069 for v4.0.0 of Blesta.
    1 point
×
×
  • Create New...