0 votes

Hi,

To make Adaxes fit in with other tools I wanted to change the text in the web ui for some options and have found the Strings resx files where some of this is possible, but not everything.

For example, we call the Basket List and have modifed the fields in Strings.resx and CommonStrings.resx as below which has worked for the Remove from text, but the Add To text is still Add To Basket?

<data name="AddToBasket" xml:space="preserve">
<value>Add to List</value>
</data>

<data name="RemoveFromBasket" xml:space="preserve">
<value>Remove from List</value>
</data>

Secondly, we wanted to change the tab headers and modified Reports and Basket as below, in this case the Basket Tab did change, but the Reports one didn't, however when I selet Reports, the browser Title bar does show my new value? Is this a defect?

<data name="Reports" xml:space="preserve">
<value>Quick Info</value>
</data>
<data name="Basket" xml:space="preserve">
<value>My List</value>
</data>

Thank you

by (390 points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

Hello,

When developing the current version of the Web Interface, we didn't take into account that somebody would want to change the texts, so we proceeded from how it would be asier for us to access the necessary resources. The texts are scattered among multiple resource files, some of the texts are even compiled into binary files and cannot be changed. In the new version of the Web Interface that will be available starting from Adaxes 2015.1, we'll add the possibility to easily change texts in the Web Interface, as well as to back up and restore the changes you've made.

The Add to Basket text is compiled into binary resources and cannot be changed.

As for the Reports tab, you need to modify one more file. To change the text:

  1. Locate the Skeleton.master.resx file. It is located in the C:\Program Files\Softerra\Adaxes 3\Web Interface\<Web Interface Type>\Common\MasterPages\App_LocalResources\ by default.

  2. In the file, find the following lines:

       <data name="Reports" xml:space="preserve">
         <value>Reports</value>
       </data>
    
  3. Change the text in the value XML element to whatever name you want for the tab.

  4. Save the file.

Pay attention that all changes that you make to the *.resx files are not backed up by Adaxes Web interface backup / restore, and thus you'll need to make the changes again after you upgrade or reinstall Adaxes.

Related questions

0 votes
1 answer

In Adaxes 2021, it appears you can edit Exchange Online calendar permissions for users and shared mailboxes, but not resource mailboxes. Considering resource mailboxes are often used ... purposes, why have they been excluded? Is there a way to include them?

asked Jan 5, 2023 by tjackson111 (60 points)
0 votes
0 answers

Hey Guys We have some issues with new meeting rooms that we have created. Previously we used to have on-premise exchange but switched to office365. Before doing ... OU but the interface are different. under exchange properties they are different aswell.

asked Sep 18, 2019 by seanr (70 points)
0 votes
1 answer

Hi, based on this article How to create Resource Mailboxes a few slide modifications aside we are currently creating resource and equipment mailboxes in our on-premise environment. ... to O365. Does this work at all? Appreciate your input. Kind Regards Ingemar

asked Oct 26, 2016 by ijacob (960 points)
0 votes
1 answer

Hi there. I'm trying to work out the best way to create a shared mailbox, which will automatically create a group based on the shared mailbox name, and then add ... the delegation of the shared mailbox. Any advice/scripts etc will be much appreciated. Thanks

asked Aug 27, 2014 by ColinB (180 points)
0 votes
1 answer

Hi! I'd like to enable my HelpDesk to manage DL membership from the Web GUI ... but so far I have found two issues that I hope can be addressed ... Once the group has been ... but I'd like to find a way to remove those options if possible. Thanks. - Scott W.

asked Jun 5, 2014 by hms.scott (220 points)
3,326 questions
3,026 answers
7,727 comments
544,681 users