summaryrefslogtreecommitdiffstats
path: root/base/common/shared/webapps/pki
Commit message (Collapse)AuthorAgeFilesLines
* I18n for ProfileList.template.Endi Sukma Dewata2012-12-032-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