Skip to content
Snippets Groups Projects
Commit 98ad1058 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Minor cosmetic changes.

parent 0211a9d9
No related branches found
No related tags found
No related merge requests found
...@@ -118,11 +118,11 @@ while (my ($pid,$wikiname,$trust) = $query_result->fetchrow_array()) { ...@@ -118,11 +118,11 @@ while (my ($pid,$wikiname,$trust) = $query_result->fetchrow_array()) {
push(@glist, $wikiname); push(@glist, $wikiname);
# #
# Add to the admin group for the project if proj/group root. # Add to the root group for the project if proj/group root.
# This admin project name is hardwired in the wikiproxy. Sorry. # This root project name is hardwired in the wikiproxy. Sorry.
# #
if ($trust eq "project_root" || $trust eq "group_root") { if ($trust eq "project_root" || $trust eq "group_root") {
push(@glist, "${wikiname}Admin"); push(@glist, "${wikiname}Root");
} }
} }
......
...@@ -3,8 +3,7 @@ not familiar with the %WIKITOOLNAME% collaboration platform, please ...@@ -3,8 +3,7 @@ not familiar with the %WIKITOOLNAME% collaboration platform, please
visit %TWIKIWEB%.WelcomeGuest first. See the links at your left for visit %TWIKIWEB%.WelcomeGuest first. See the links at your left for
more information on how to write and create TWiki pages. more information on how to write and create TWiki pages.
__These are your Projects/Groups__ __These are your Projects/Groups:__
* Projects/Groups:
__Personal Preferences (details in %TWIKIWEB%.TWikiVariables)__ __Personal Preferences (details in %TWIKIWEB%.TWikiVariables)__
* Horizontal size of text edit box: * Horizontal size of text edit box:
......
...@@ -11,10 +11,10 @@ information on how to write and create TWiki pages. ...@@ -11,10 +11,10 @@ information on how to write and create TWiki pages.
__TWiki groups that are relevant to your Project/Group__ __TWiki groups that are relevant to your Project/Group__
* [[%MAINWEB%.%WEB%Group][%WEB%Group]] * [[%MAINWEB%.%WEB%Group][%WEB%Group]]
* [[%MAINWEB%.%WEB%AdminGroup][%WEB%AdminGroup]] * [[%MAINWEB%.%WEB%RootGroup][%WEB%RootGroup]]
__Site Tools of the %WEB% Web__ __Site Tools of the <nop>%WEB% Web__
%INCLUDE{"%TWIKIWEB%.WebSiteTools"}% %INCLUDE{"%TWIKIWEB%.WebSiteTools"}%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment