Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Configuration] Clarify warning when creating new subprojects #4152

Merged
merged 1 commit into from
Dec 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/configuration/templates/form_subproject.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
<fieldset>
<input type="hidden" name="subprojectID" value="new" class="subprojectID">
<div class="form-group">
<div class="alert alert-warning">
<strong>Note</strong> After adding a new subproject, Visit labels for this subproject can only be created by editing the configuration file, "config.xml". Please contact your administrator if you need more information.
</div>
<div class="col-sm-12 col-md-3" data-toggle="tooltip" data-placement="right" title="{'Full descriptive title of the subproject'}">
<label class="col-sm-12 control-label">Subproject Name</label>
</div>
Expand Down Expand Up @@ -105,9 +108,6 @@
</div>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-9">
<div class="alert alert-warning">
<strong>Warning!</strong> After adding a new subproject, Visit labels for this subproject must be created by editing the config.xml back-end configuration file.
</div>
<button id="savesubprojectnew" class="btn btn-primary savesubproject">Save</button>
<button class="btn btn-default" type="reset">Reset</button>
<label class="saveStatus"></label>
Expand Down