Diverser Kleinkram

git-svn-id: https://svn.libreccm.org/ccm/trunk@1586 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2012-04-11 22:29:11 +00:00
parent b47811a7e9
commit fccc6ba631
6 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" >
<html> <html>
<head> <head>
<title>com.arsdigita.workflow</title> <title>com.arsdigita.workflow</title>
@ -6,7 +6,7 @@
<body> <body>
<p> <p>
<b><font color=red>Experimental</font></b> <b>Experimental</b>
The Workflow service provides a tool framework for establishing The Workflow service provides a tool framework for establishing
collaboration among all the specialized members of a production staff. collaboration among all the specialized members of a production staff.

View File

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html> <html>
<head> <head>
<title>com.arsdigita.workflow.simple</title> <title>com.arsdigita.workflow.simple</title>

View File

@ -107,7 +107,7 @@ public class ForumConfig extends AbstractConfig {
m_showNewTabs = new BooleanParameter( m_showNewTabs = new BooleanParameter(
"com.arsdigita.forum.show_new_tabs", "com.arsdigita.forum.show_new_tabs",
Parameter.OPTIONAL, Parameter.OPTIONAL,
Boolean.FALSE); Boolean.TRUE);
m_showAllThreadAlerts = new BooleanParameter( m_showAllThreadAlerts = new BooleanParameter(
"com.arsdigita.forum.show_all_forum_thread_alerts", "com.arsdigita.forum.show_all_forum_thread_alerts",
Parameter.OPTIONAL, Parameter.OPTIONAL,

Binary file not shown.