summaryrefslogtreecommitdiffstats
path: root/base/common/shared/webapps
Commit message (Collapse)AuthorAgeFilesLines
* I18n for ProfileList.template.Endi Sukma Dewata2012-11-302-0/+11
| | | | | | | | | | | | | The messages in ProfileList.template in CA EE has been extracted into a properties file which can be translated separately. The original messages in the template have been marked as follows: <span class="message" name="...key...">...message...</span> When the page is loaded into the browser, the original message will be replaced with the translated messages. Ticket #406
* Reorganized common templates.Endi Sukma Dewata2012-11-1232-0/+3148
| | | | | | | The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407
* Updated logo_header.gif paths.Endi Sukma Dewata2012-11-061-1/+1
|
* Updated favicon.ico paths.Endi Sukma Dewata2012-11-061-1/+1
|
* Added common ROOT webapp.Endi Sukma Dewata2012-09-123-0/+261
The current ROOT webapp will redirect users coming to the root URL path to the proper path of the subsystem's webapp. Since now a single Tomcat instance may have multiple subsystems, a new ROOT webapp has been added to present the user with a menu of all available webapps from all subsystems in the instance. Ticket #89