|
|
@@ -87,7 +87,7 @@
|
|
|
<div class="col-xs-6">
|
|
|
<h4>
|
|
|
<div class="radio radio-primary">
|
|
|
- <input type="radio" id="radioBehaviorGrowi" name="settingForm[customize:behavior]" value="crowi-plus"
|
|
|
+ <input type="radio" id="radioBehaviorGrowi" name="settingForm[customize:behavior]" value="growi"
|
|
|
{% if isBehaviorGrowi %}checked="checked"{% endif %}>
|
|
|
<label for="radioBehaviorGrowi">
|
|
|
GROWI Simplified Behavior <small class="text-success">(Recommended)</small>
|
|
|
@@ -97,7 +97,7 @@
|
|
|
<ul>
|
|
|
<li>Both of <code>/page</code> and <code>/page/</code> shows the same page</li>
|
|
|
<li><code>/nonexistent_page</code> shows editing form</li>
|
|
|
- <li>All pages shows the list of sub pages when using <b>crowi-plus Enhanced Layout</b></li>
|
|
|
+ <li>All pages shows the list of sub pages <b>if using GROWI Enhanced Layout</b></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="col-xs-6">
|
|
|
@@ -142,7 +142,7 @@
|
|
|
<div class="col-xs-6">
|
|
|
<h4>
|
|
|
<div class="radio radio-primary">
|
|
|
- <input type="radio" id="radioLayoutGrowi" name="settingForm[customize:layout]" value="crowi-plus"
|
|
|
+ <input type="radio" id="radioLayoutGrowi" name="settingForm[customize:layout]" value="growi"
|
|
|
{% if isLayoutGrowi %}checked="checked"{% endif %}>
|
|
|
<label for="radioLayoutGrowi">
|
|
|
GROWI Enhanced Layout <small class="text-success">(Recommended)</small>
|