ServletModule exception cleanup + different error templates for admin + open postings...
[mir.git] / source / default.properties
index 62cabf0..0b5d417 100755 (executable)
@@ -253,9 +253,30 @@ HTMLTemplateProcessor.Dir=
 # also used for the HTML charset meta tag.
 Mir.DefaultEncoding=UTF8
 
+
+
+#
+# config used for OpenIndy
+ServletModule.OpenIndy.CommentTemplate=etc/open/comment.template
+ServletModule.OpenIndy.CommentDoneTemplate=etc/open/comment_done.template
+ServletModule.OpenIndy.CommentDupeTemplate=etc/open/comment_dupe.template
+ServletModule.OpenIndy.PostingTemplate=etc/open/posting.template
+ServletModule.OpenIndy.PostingDoneTemplate=etc/open/posting_done.template
+ServletModule.OpenIndy.PostingDupeTemplate=etc/open/posting_dupe.template
+ServletModule.OpenIndy.SearchResultsTemplate=etc/open/search_results.template
+ServletModule.OpenIndy.PrepareMailTemplate=etc/open/prepare_mail.template
+ServletModule.OpenIndy.SentMailTemplate=etc/open/sent_mail.template
+ServletModule.OpenIndy.EmailIsFrom=mailer@somewhere.org
+ServletModule.OpenIndy.SMTPServer=localhost
+ServletModule.OpenIndy.ErrorTemplate=etc/open/error.template
+ServletModule.OpenIndy.UserErrorTemplate=etc/open/usererror.template
+
+
+
+Mir.LoginTemplate=templates/admin/login.template
+
 Mir.ErrorTemplate=templates/error.template
 Mir.UserErrorTemplate=templates/usererror.template
-Mir.LoginTemplate=templates/admin/login.template
 
 ServletModule.Schwerpunkt.ConfirmTemplate=templates/admin/confirm.template
 ServletModule.Schwerpunkt.ObjektTemplate=templates/admin/feature.template
@@ -302,20 +323,6 @@ ServletModule.Mediafolder.ObjektTemplate=templates/admin/mediafolder.template
 ServletModule.Mediafolder.ListTemplate=templates/admin/mediafolderlist.template
 
 #
-# config used for OpenIndy
-ServletModule.OpenIndy.CommentTemplate=etc/open/comment.template
-ServletModule.OpenIndy.CommentDoneTemplate=etc/open/comment_done.template
-ServletModule.OpenIndy.CommentDupeTemplate=etc/open/comment_dupe.template
-ServletModule.OpenIndy.PostingTemplate=etc/open/posting.template
-ServletModule.OpenIndy.PostingDoneTemplate=etc/open/posting_done.template
-ServletModule.OpenIndy.PostingDupeTemplate=etc/open/posting_dupe.template
-ServletModule.OpenIndy.SearchResultsTemplate=etc/open/search_results.template
-ServletModule.OpenIndy.PrepareMailTemplate=etc/open/prepare_mail.template
-ServletModule.OpenIndy.SentMailTemplate=etc/open/sent_mail.template
-ServletModule.OpenIndy.EmailIsFrom=mailer@somewhere.org
-ServletModule.OpenIndy.SMTPServer=localhost
-
-#
 # config for ServletModuleComment - browsing/editing/deleting comments
 ServletModule.Comment.ConfirmTemplate=templates/admin/confirm.template
 ServletModule.Comment.ObjektTemplate=templates/admin/comment.template