bye .jsp part 2

This commit is contained in:
zzz
2010-11-17 22:26:31 +00:00
parent 8a385ffc32
commit 138be42aa5
14 changed files with 56 additions and 43 deletions

View File

@@ -29,7 +29,7 @@ public class ConfigUIHandler extends FormHandler {
if (_context.router().saveConfig()) {
if (!oldTheme.equals(_config))
addFormNotice(_("Theme change saved.") +
" <a href=\"configui.jsp\">" +
" <a href=\"configui\">" +
_("Refresh the page to view.") +
"</a>");
} else {