Diverser Kleinkram
git-svn-id: https://svn.libreccm.org/ccm/trunk@1586 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
b47811a7e9
commit
fccc6ba631
|
|
@ -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>
|
||||
<head>
|
||||
<title>com.arsdigita.workflow</title>
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
<body>
|
||||
|
||||
<p>
|
||||
<b><font color=red>Experimental</font></b>
|
||||
<b>Experimental</b>
|
||||
|
||||
The Workflow service provides a tool framework for establishing
|
||||
collaboration among all the specialized members of a production staff.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
<head>
|
||||
<title>com.arsdigita.workflow.simple</title>
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ public class ForumConfig extends AbstractConfig {
|
|||
m_showNewTabs = new BooleanParameter(
|
||||
"com.arsdigita.forum.show_new_tabs",
|
||||
Parameter.OPTIONAL,
|
||||
Boolean.FALSE);
|
||||
Boolean.TRUE);
|
||||
m_showAllThreadAlerts = new BooleanParameter(
|
||||
"com.arsdigita.forum.show_all_forum_thread_alerts",
|
||||
Parameter.OPTIONAL,
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue